Searched refs:UNORM_INT_101010 (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp666 case TextureFormat::UNORM_INT_101010:
721 case TextureFormat::UNORM_INT_101010:
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp894 case TextureFormat::UNORM_INT_101010:
957 case TextureFormat::UNORM_INT_101010:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp186 case TextureFormat::UNORM_INT_101010: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
376 case TextureFormat::UNORM_INT_101010:
542 case TextureFormat::UNORM_INT_101010: return IVec4(10,10,10,0);
611 case TextureFormat::UNORM_INT_101010:
H A DtcuTexture.cpp598 case TextureFormat::UNORM_INT_101010:
742 case TextureFormat::UNORM_INT_101010:
1017 case TextureFormat::UNORM_INT_101010: return Vec4(UN32(22, 10), UN32(12, 10), UN32( 2, 10), 1.0f);
1112 case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).cast<int>();
1277 case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PN(color[0], 22, 10) | PN(color[1], 12, 10) | PN(color[2], 2, 10); break;
1425 case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PU(color[0], 22, 10) | PU(color[1], 12, 10) | PU(color[2], 2, 10); break;
3838 "UNORM_INT_101010",
H A DtcuTexture.hpp87 UNORM_INT_101010, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1194 case tcu::TextureFormat::UNORM_INT_101010:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp113 case TextureFormat::UNORM_INT_101010: type = GL_UNSIGNED_INT_2_10_10_10_REV; break;

Completed in 280 milliseconds