Searched refs:UNSIGNED_INT_1010102_REV (Results 1 – 8 of 8) sorted by relevance
/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() 498 …L_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapGLInternalFormat()
|
D | gluTextureTestUtil.cpp | 64 case TextureFormat::UNSIGNED_INT_1010102_REV: in getSamplerType() 90 case TextureFormat::UNSIGNED_INT_1010102_REV: in getFetchSamplerType()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 190 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 429 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV) in getTextureFormatInfo() 520 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) || in getFormatMaxUintValue() 523 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV)) in getFormatMaxUintValue() 579 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 654 case TextureFormat::UNSIGNED_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 629 case TextureFormat::UNSIGNED_INT_1010102_REV: in isValid() 788 case TextureFormat::UNSIGNED_INT_1010102_REV: in getPixelSize() 1107 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleGe( UVec4(UI32(0, 10), UI32(10, 10), U… in getPixel() 1203 …case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleGe(UVec4(U32( 0, 10), U32(10, 10), U32… in getPixelInt() 1439 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel() 1558 case TextureFormat::UNSIGNED_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 96 UNSIGNED_INT_1010102_REV, enumerator
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2705 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32; in mapTextureFormat() 2772 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat() 3058 …0_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 3065 …0_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV); in mapVkFormat() 3214 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported() 3580 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in getFormatComponentWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 850 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in isPackedType()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 982 case TextureFormat::UNSIGNED_INT_1010102_REV: in isLegalExpandableFormat() 1041 case TextureFormat::UNSIGNED_INT_1010102_REV: in isSmallerThan8BitFormat()
|