Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_11F_11F_10F_REV (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp116 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: type = GL_UNSIGNED_INT_10F_11F_11F_REV; break; in getTransferFormat()
173 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F; in getInternalFormat()
415 case GL_UNSIGNED_INT_10F_11F_11F_REV: return TextureFormat::UNSIGNED_INT_11F_11F_10F_REV; in mapGLChannelType()
497 …_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp191 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return TEXTURECHANNELCLASS_FLOATING_POINT; in getTextureChannelClass()
233 if (format.type == TextureFormat::UNSIGNED_INT_11F_11F_10F_REV || in isAccessValid()
392 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break; in getFloatChannelValueRange()
560 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0); in getChannelBitDepth()
634 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0); in getChannelMantissaBitDepth()
DtcuTexture.cpp607 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isValid()
744 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixelSize()
1028 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixel()
1363 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in setPixel()
DtcuTexture.hpp96 UNSIGNED_INT_11F_11F_10F_REV, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1595 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return VK_FORMAT_B10G11R11_UFLOAT_PACK32; in mapTextureFormat()
1747 …LOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV); in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp862 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1203 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp905 …case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<(23-6)), (1<<(2… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1963 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold()