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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp667 case TextureFormat::SNORM_INT_1010102_REV:
727 case TextureFormat::SNORM_INT_1010102_REV:
800 texFormat.type == TextureFormat::SNORM_INT_1010102_REV)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp835 case TextureFormat::SNORM_INT_1010102_REV:
895 case TextureFormat::SNORM_INT_1010102_REV:
958 case TextureFormat::SNORM_INT_1010102_REV:
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1546 case FMT_CASE(RGBA, SNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SNORM_PACK32;
1611 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32;
1845 case VK_FORMAT_A2R10G10B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_INT_1010102_REV);
1852 case VK_FORMAT_A2B10G10R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT_1010102_REV);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp187 case TextureFormat::SNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
363 case TextureFormat::SNORM_INT_1010102_REV: cMin = -1.0f; cMax = 1.0f; break;
543 case TextureFormat::SNORM_INT_1010102_REV: return IVec4(10,10,10,2);
612 case TextureFormat::SNORM_INT_1010102_REV:
H A DtcuTexture.cpp601 case TextureFormat::SNORM_INT_1010102_REV:
745 case TextureFormat::SNORM_INT_1010102_REV:
1019 case TextureFormat::SNORM_INT_1010102_REV: return swizzleRB( Vec4(SN32( 0, 10), SN32(10, 10), SN32(20, 10), SN32(30, 2)), m_format.order, TextureFormat::RGBA);
1115 case TextureFormat::SNORM_INT_1010102_REV: // Fall-through
1342 case TextureFormat::SNORM_INT_1010102_REV:
1473 case TextureFormat::SNORM_INT_1010102_REV:
3839 "SNORM_INT_1010102_REV",
H A DtcuTexture.hpp88 SNORM_INT_1010102_REV, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1195 case tcu::TextureFormat::SNORM_INT_1010102_REV:

Completed in 190 milliseconds