Searched refs:UNSIGNED_INT_1010102_REV (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1547 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32;
1612 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32;
1846 case VK_FORMAT_A2R10G10B10_USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV);
1848 case VK_FORMAT_A2R10G10B10_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV);
1853 case VK_FORMAT_A2B10G10R10_USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
1855 case VK_FORMAT_A2B10G10R10_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
1984 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp62 case TextureFormat::UNSIGNED_INT_1010102_REV:
115 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
169 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return GL_RGB10_A2UI;
414 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV;
493 case GL_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
H A DgluTextureTestUtil.cpp64 case TextureFormat::UNSIGNED_INT_1010102_REV:
90 case TextureFormat::UNSIGNED_INT_1010102_REV:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp190 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
415 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV)
501 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) ||
502 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV))
553 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2);
622 case TextureFormat::UNSIGNED_INT_1010102_REV:
H A DtcuTexture.cpp604 case TextureFormat::UNSIGNED_INT_1010102_REV:
748 case TextureFormat::UNSIGNED_INT_1010102_REV:
1020 case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB( UVec4(UI32(0, 10), UI32(10, 10), UI32(20, 10), UI32(30, 2)), m_format.order, TextureFormat::RGBA).cast<float>();
1114 case TextureFormat::UNSIGNED_INT_1010102_REV: return swizzleRB(UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)), m_format.order, TextureFormat::RGBA).cast<int>();
1349 case TextureFormat::UNSIGNED_INT_1010102_REV:
1466 case TextureFormat::UNSIGNED_INT_1010102_REV:
3846 "UNSIGNED_INT_1010102_REV",
H A DtcuTexture.hpp95 UNSIGNED_INT_1010102_REV, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp902 case TextureFormat::UNSIGNED_INT_1010102_REV:
961 case TextureFormat::UNSIGNED_INT_1010102_REV:
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1202 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV:

Completed in 178 milliseconds