Searched refs:SNORM_INT_1010102_REV (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 667 case TextureFormat::SNORM_INT_1010102_REV: in isPackedType() 727 case TextureFormat::SNORM_INT_1010102_REV: in getPackInfo() 800 texFormat.type == TextureFormat::SNORM_INT_1010102_REV) in convertNormalizedFormat()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1546 case FMT_CASE(RGBA, SNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SNORM_PACK32; in mapTextureFormat() 1611 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32; in mapTextureFormat() 1791 …0B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat() 1798 …0R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 187 case TextureFormat::SNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass() 363 case TextureFormat::SNORM_INT_1010102_REV: cMin = -1.0f; cMax = 1.0f; break; in getFloatChannelValueRange() 543 case TextureFormat::SNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 612 case TextureFormat::SNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 601 case TextureFormat::SNORM_INT_1010102_REV: in isValid() 745 case TextureFormat::SNORM_INT_1010102_REV: in getPixelSize() 1019 …case TextureFormat::SNORM_INT_1010102_REV: return swizzleRB( Vec4(SN32( 0, 10), SN32(10, 10), SN3… in getPixel() 1115 case TextureFormat::SNORM_INT_1010102_REV: // Fall-through in getPixelInt() 1342 case TextureFormat::SNORM_INT_1010102_REV: in setPixel() 1473 case TextureFormat::SNORM_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 88 SNORM_INT_1010102_REV, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 835 case TextureFormat::SNORM_INT_1010102_REV: in getFormatThreshold()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1195 case tcu::TextureFormat::SNORM_INT_1010102_REV: in isPackedType()
|