Home
last modified time | relevance | path

Searched refs:SSCALED_INT_1010102_REV (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp670 case TextureFormat::SSCALED_INT_1010102_REV: in isPackedType()
731 case TextureFormat::SSCALED_INT_1010102_REV: in getPackInfo()
/external/deqp/framework/common/
DtcuTextureUtil.cpp216 case TextureFormat::SSCALED_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
409 case TextureFormat::SSCALED_INT_1010102_REV: cMin = -512.0f; cMax = 511.0f; break; in getFloatChannelValueRange()
496 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SSCALED_INT_1010102_REV) || in getFormatMaxIntValue()
497 format == TextureFormat(TextureFormat::RGBA, TextureFormat::SSCALED_INT_1010102_REV) || in getFormatMaxIntValue()
594 case TextureFormat::SSCALED_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth()
664 case TextureFormat::SSCALED_INT_1010102_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp622 case TextureFormat::SSCALED_INT_1010102_REV: in isValid()
783 case TextureFormat::SSCALED_INT_1010102_REV: in getPixelSize()
1077 case TextureFormat::SSCALED_INT_1010102_REV: in getPixel()
1174 case TextureFormat::SSCALED_INT_1010102_REV: // Fall-through in getPixelInt()
1417 case TextureFormat::SSCALED_INT_1010102_REV: in setPixel()
1537 case TextureFormat::SSCALED_INT_1010102_REV: in setPixel()
DtcuTexture.hpp123 SSCALED_INT_1010102_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp831 case tcu::TextureFormat::SSCALED_INT_1010102_REV: in isPackedType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2607 case FMT_CASE(RGBA, SSCALED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SSCALED_PACK32; in mapTextureFormat()
2841 …_SSCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SSCALED_INT_1010102_REV); in mapVkFormat()
2848 …_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SSCALED_INT_1010102_REV); in mapVkFormat()