Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_999_E5_REV (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp117 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break; in getTransferFormat()
186 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return GL_RGB9_E5; in getInternalFormat()
418 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV; in mapGLChannelType()
515 …ase GL_RGB9_E5: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp192 case TextureFormat::UNSIGNED_INT_999_E5_REV: return TEXTURECHANNELCLASS_FLOATING_POINT; in getTextureChannelClass()
242 format.type == TextureFormat::UNSIGNED_INT_999_E5_REV) in isAccessValid()
401 case TextureFormat::UNSIGNED_INT_999_E5_REV: cMin = 0.0f; cMax = 0.5e5f; break; in getFloatChannelValueRange()
587 case TextureFormat::UNSIGNED_INT_999_E5_REV: return IVec4(9,9,9,0); in getChannelBitDepth()
658 case TextureFormat::UNSIGNED_INT_999_E5_REV: in getChannelMantissaBitDepth()
DtcuTexture.cpp635 case TextureFormat::UNSIGNED_INT_999_E5_REV: in isValid()
783 case TextureFormat::UNSIGNED_INT_999_E5_REV: in getPixelSize()
1110 case TextureFormat::UNSIGNED_INT_999_E5_REV: return unpackRGB999E5(*((const deUint32*)pixelPtr)); in getPixel()
1459 case TextureFormat::UNSIGNED_INT_999_E5_REV: in setPixel()
DtcuTexture.hpp98 UNSIGNED_INT_999_E5_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp942 case TextureFormat::UNSIGNED_INT_999_E5_REV: in getFormatThreshold()
984 case TextureFormat::UNSIGNED_INT_999_E5_REV: in isLegalExpandableFormat()
1043 case TextureFormat::UNSIGNED_INT_999_E5_REV: in isSmallerThan8BitFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp852 case tcu::TextureFormat::UNSIGNED_INT_999_E5_REV: in isPackedType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2756 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return VK_FORMAT_E5B9G9R9_UFLOAT_PACK32; in mapTextureFormat()
3012 …R9_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV); in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2750 case tcu::TextureFormat::UNSIGNED_INT_999_E5_REV: in getFormatThreshold()