Home
last modified time | relevance | path

Searched refs:USCALED_INT_1010102_REV (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp215 case TextureFormat::USCALED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
408 case TextureFormat::USCALED_INT_1010102_REV: cMin = 0.0f; cMax = 1023.0f; break; in getFloatChannelValueRange()
521 format == TextureFormat(TextureFormat::RGBA, TextureFormat::USCALED_INT_1010102_REV) || in getFormatMaxUintValue()
522 format == TextureFormat(TextureFormat::BGRA, TextureFormat::USCALED_INT_1010102_REV) || in getFormatMaxUintValue()
595 case TextureFormat::USCALED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
665 case TextureFormat::USCALED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp641 case TextureFormat::USCALED_INT_1010102_REV: in isValid()
803 case TextureFormat::USCALED_INT_1010102_REV: in getPixelSize()
1117 case TextureFormat::USCALED_INT_1010102_REV: in getPixel()
1248 case TextureFormat::USCALED_INT_1010102_REV: // Fall-through in getPixelInt()
1294 case TextureFormat::USCALED_INT_1010102_REV: in getPixelInt64()
1511 case TextureFormat::USCALED_INT_1010102_REV: in setPixel()
1630 case TextureFormat::USCALED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp123 USCALED_INT_1010102_REV, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp671 case TextureFormat::USCALED_INT_1010102_REV: in isPackedType()
738 case TextureFormat::USCALED_INT_1010102_REV: in getPackInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp671 case TextureFormat::USCALED_INT_1010102_REV: in isPackedType()
738 case TextureFormat::USCALED_INT_1010102_REV: in getPackInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp820 case tcu::TextureFormat::USCALED_INT_1010102_REV: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp820 case tcu::TextureFormat::USCALED_INT_1010102_REV: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2933 case FMT_CASE(RGBA, USCALED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_USCALED_PACK32; in mapTextureFormat()
2936 case FMT_CASE(BGRA, USCALED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_USCALED_PACK32; in mapTextureFormat()
3179 …_USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::USCALED_INT_1010102_REV); in mapVkFormat()
3186 …_USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::USCALED_INT_1010102_REV); in mapVkFormat()