Searched refs:SIGNED_INT_1010102_REV (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1548 case FMT_CASE(RGBA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SINT_PACK32;
1613 case FMT_CASE(BGRA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SINT_PACK32;
1847 case VK_FORMAT_A2R10G10B10_SSCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV);
1849 case VK_FORMAT_A2R10G10B10_SINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV);
1854 case VK_FORMAT_A2B10G10R10_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV);
1856 case VK_FORMAT_A2B10G10R10_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV);
1985 case tcu::TextureFormat::SIGNED_INT_1010102_REV:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp189 case TextureFormat::SIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
420 if (format.type == TextureFormat::SIGNED_INT_1010102_REV)
481 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT_1010102_REV) ||
482 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV))
552 case TextureFormat::SIGNED_INT_1010102_REV: return IVec4(10,10,10,2);
621 case TextureFormat::SIGNED_INT_1010102_REV:
H A DtcuTexture.cpp603 case TextureFormat::SIGNED_INT_1010102_REV:
747 case TextureFormat::SIGNED_INT_1010102_REV:
1021 case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB( UVec4(SI32(0, 10), SI32(10, 10), SI32(20, 10), SI32(30, 2)), m_format.order, TextureFormat::RGBA).cast<float>();
1116 case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB(IVec4(S32( 0, 10), S32(10, 10), S32(20, 10), S32(30, 2)), m_format.order, TextureFormat::RGBA);
1356 case TextureFormat::SIGNED_INT_1010102_REV:
1474 case TextureFormat::SIGNED_INT_1010102_REV:
3845 "SIGNED_INT_1010102_REV",
H A DtcuTexture.hpp94 SIGNED_INT_1010102_REV, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp901 case TextureFormat::SIGNED_INT_1010102_REV:
960 case TextureFormat::SIGNED_INT_1010102_REV:
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1201 case tcu::TextureFormat::SIGNED_INT_1010102_REV:

Completed in 670 milliseconds