Lines Matching +defs:val +defs:format

90 bool isSRGB(TextureFormat format)  in isSRGB()
100 tcu::Vec4 linearToSRGBIfNeeded(const TextureFormat &format, const tcu::Vec4 &color) in linearToSRGBIfNeeded()
254 bool isAccessValid(TextureFormat format, TextureAccessType type) in isAccessValid()
530 TextureFormatInfo getTextureFormatInfo(const TextureFormat &format) in getTextureFormatInfo()
568 IVec4 getFormatMinIntValue(const TextureFormat &format) in getFormatMinIntValue()
587 IVec4 getFormatMaxIntValue(const TextureFormat &format) in getFormatMaxIntValue()
617 UVec4 getFormatMaxUintValue(const TextureFormat &format) in getFormatMaxUintValue()
758 IVec4 getTextureFormatBitDepth(const TextureFormat &format) in getTextureFormatBitDepth()
838 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format) in getTextureFormatMantissaBitDepth()
852 BVec4 getTextureFormatChannelMask(const TextureFormat &format) in getTextureFormatChannelMask()
886 uint64_t val; in fillRow() local
894 uint32_t val; in fillRow() local
1428 const TextureFormat &format = access.getFormat(); in estimatePixelValueRange() local
1955 static tcu::Vec4 getTextureBorderColorFloat(const TextureFormat &format, const Sampler &sampler) in getTextureBorderColorFloat()
1991 static tcu::IVec4 getTextureBorderColorInt(const TextureFormat &format, const Sampler &sampler) in getTextureBorderColorInt()
2021 static tcu::UVec4 getTextureBorderColorUint(const TextureFormat &format, const Sampler &sampler) in getTextureBorderColorUint()
2050 tcu::Vector<ScalarType, 4> sampleTextureBorder(const TextureFormat &format, const Sampler &sampler) in sampleTextureBorder()