Searched refs:SNORM_INT_1010102_REV (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 183 case FMT_CASE(RGBA, SNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SNORM_PACK32; in mapTextureFormat() 248 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32; in mapTextureFormat() 419 …0B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat() 426 …0R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT_1010102_REV); in mapVkFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 182 case TextureFormat::SNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass() 356 case TextureFormat::SNORM_INT_1010102_REV: cMin = -1.0f; cMax = 1.0f; break; in getFloatChannelValueRange() 529 case TextureFormat::SNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 596 case TextureFormat::SNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 615 case TextureFormat::SNORM_INT_1010102_REV: in isValid() 689 case TextureFormat::SNORM_INT_1010102_REV: in getPixelSize() 963 …case TextureFormat::SNORM_INT_1010102_REV: return swizzleRB( Vec4(SN32( 0, 10), SN32(10, 10), SN3… in getPixel() 1059 case TextureFormat::SNORM_INT_1010102_REV: // Fall-through in getPixelInt() 1286 case TextureFormat::SNORM_INT_1010102_REV: in setPixel() 1417 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 | 863 case TextureFormat::SNORM_INT_1010102_REV: in getFormatThreshold()
|