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()
502 …_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()
241 if (format.type == TextureFormat::UNSIGNED_INT_11F_11F_10F_REV || in isAccessValid()
400 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break; in getFloatChannelValueRange()
586 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0); in getChannelBitDepth()
672 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0); in getChannelMantissaBitDepth()
DtcuTexture.cpp634 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isValid()
784 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixelSize()
1116 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixel()
1455 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in setPixel()
DtcuTexture.hpp97 UNSIGNED_INT_11F_11F_10F_REV, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp938 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold()
983 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isLegalExpandableFormat()
1042 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isSmallerThan8BitFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp851 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2755 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return VK_FORMAT_B10G11R11_UFLOAT_PACK32; in mapTextureFormat()
3011 …LOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV); in mapVkFormat()
/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.cpp2746 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold()