Searched refs:UNORM_INT_101010 (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 667 case TextureFormat::UNORM_INT_101010: in isPackedType() 724 case TextureFormat::UNORM_INT_101010: in getPackInfo()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 186 case TextureFormat::UNORM_INT_101010: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 384 case TextureFormat::UNORM_INT_101010: in getFloatChannelValueRange() 566 case TextureFormat::UNORM_INT_101010: return IVec4(10,10,10,0); in getChannelBitDepth() 643 case TextureFormat::UNORM_INT_101010: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 623 case TextureFormat::UNORM_INT_101010: in isValid() 782 case TextureFormat::UNORM_INT_101010: in getPixelSize() 1103 …case TextureFormat::UNORM_INT_101010: return Vec4(UN32(22, 10), UN32(12, 10), UN32( 2, 10), … in getPixel() 1200 …case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).… in getPixelInt() 1367 …case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PN(color[0], 22, 10) | PN(color[1],… in setPixel() 1517 …case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PU(color[0], 22, 10) | PU(color[1],… in setPixel()
|
D | tcuTexture.hpp | 88 UNORM_INT_101010, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 842 case tcu::TextureFormat::UNORM_INT_101010: in isPackedType()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 974 case TextureFormat::UNORM_INT_101010: in isLegalExpandableFormat() 1037 case TextureFormat::UNORM_INT_101010: in isSmallerThan8BitFormat()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 113 case TextureFormat::UNORM_INT_101010: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
|