Searched refs:UNSIGNED_INT_1010102_REV (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 184 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32; in mapTextureFormat() 249 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat() 420 …USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 422 …0_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 427 …USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 429 …0_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 592 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 62 case TextureFormat::UNSIGNED_INT_1010102_REV: in getTransferFormat() 115 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 169 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return GL_RGB10_A2UI; in getInternalFormat() 414 …return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV; in mapGLChannelType() 493 …L_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapGLInternalFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 185 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 406 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV) in getTextureFormatInfo() 488 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV)) in getFormatMaxUintValue() 539 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 606 case TextureFormat::UNSIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 618 case TextureFormat::UNSIGNED_INT_1010102_REV: in isValid() 692 case TextureFormat::UNSIGNED_INT_1010102_REV: in getPixelSize() 964 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB( UVec4(UI32(0, 10), UI32(10, 10), U… in getPixel() 1058 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB(UVec4(U32( 0, 10), U32(10, 10), U32… in getPixelInt() 1293 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel() 1410 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 95 UNSIGNED_INT_1010102_REV, enumerator
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 71 case TextureFormat::UNSIGNED_INT_1010102_REV: in getSamplerType() 97 case TextureFormat::UNSIGNED_INT_1010102_REV: in getFetchSamplerType()
|