Searched refs:SNORM_INT_1010102_REV (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 668 case TextureFormat::SNORM_INT_1010102_REV: in isPackedType() 730 case TextureFormat::SNORM_INT_1010102_REV: in getPackInfo() 805 texFormat.type == TextureFormat::SNORM_INT_1010102_REV) in convertNormalizedFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 187 case TextureFormat::SNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass() 371 case TextureFormat::SNORM_INT_1010102_REV: cMin = -1.0f; cMax = 1.0f; break; in getFloatChannelValueRange() 567 case TextureFormat::SNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 644 case TextureFormat::SNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 626 case TextureFormat::SNORM_INT_1010102_REV: in isValid() 785 case TextureFormat::SNORM_INT_1010102_REV: in getPixelSize() 1105 …case TextureFormat::SNORM_INT_1010102_REV: return swizzleGe( Vec4(SN32( 0, 10), SN32(10, 10), SN3… in getPixel() 1204 case TextureFormat::SNORM_INT_1010102_REV: // Fall-through in getPixelInt() 1432 case TextureFormat::SNORM_INT_1010102_REV: in setPixel() 1566 case TextureFormat::SNORM_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 89 SNORM_INT_1010102_REV, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 911 case TextureFormat::SNORM_INT_1010102_REV: in getFormatThreshold() 975 case TextureFormat::SNORM_INT_1010102_REV: in isLegalExpandableFormat() 1038 case TextureFormat::SNORM_INT_1010102_REV: in isSmallerThan8BitFormat()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2704 case FMT_CASE(RGBA, SNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SNORM_PACK32; in mapTextureFormat() 2771 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32; in mapTextureFormat() 3055 …0B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat() 3062 …0R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat() 3579 case tcu::TextureFormat::SNORM_INT_1010102_REV: in getFormatComponentWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 843 case tcu::TextureFormat::SNORM_INT_1010102_REV: in isPackedType()
|