Searched refs:UNORM_INT_1010102_REV (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 114 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 168 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return GL_RGB10_A2; in getInternalFormat() 187 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10; in getInternalFormat() 414 …case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : Te… in mapGLChannelType() 497 …ase GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat() 516 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 669 case TextureFormat::UNORM_INT_1010102_REV: in isPackedType() 737 case TextureFormat::UNORM_INT_1010102_REV: in getPackInfo() 804 if (texFormat.type == TextureFormat::UNORM_INT_1010102_REV || in convertNormalizedFormat()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 140 …0,10,2), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT_1010102_REV) }, in toTextureFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 188 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 385 case TextureFormat::UNORM_INT_1010102_REV: in getFloatChannelValueRange() 568 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 645 case TextureFormat::UNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 627 case TextureFormat::UNORM_INT_1010102_REV: in isValid() 786 case TextureFormat::UNORM_INT_1010102_REV: in getPixelSize() 1104 …case TextureFormat::UNORM_INT_1010102_REV: return swizzleGe( Vec4(UN32( 0, 10), UN32(10, 10), UN3… in getPixel() 1201 case TextureFormat::UNORM_INT_1010102_REV: // Fall-through in getPixelInt() 1425 case TextureFormat::UNORM_INT_1010102_REV: in setPixel() 1557 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 90 UNORM_INT_1010102_REV, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 910 case TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold() 976 case TextureFormat::UNORM_INT_1010102_REV: in isLegalExpandableFormat() 1039 case TextureFormat::UNORM_INT_1010102_REV: in isSmallerThan8BitFormat()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2703 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in mapTextureFormat() 2770 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; in mapTextureFormat() 3054 …0B10_UNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat() 3061 …0R10_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat() 3578 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatComponentWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 844 case tcu::TextureFormat::UNORM_INT_1010102_REV: in isPackedType()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2754 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold()
|