Searched refs:UNSIGNED_INT_11F_11F_10F_REV (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 116 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/ |
D | tcuTextureUtil.cpp | 191 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()
|
D | tcuTexture.cpp | 634 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()
|
D | tcuTexture.hpp | 97 UNSIGNED_INT_11F_11F_10F_REV, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 938 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/ |
D | vktImageTestsUtil.cpp | 851 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2755 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/ |
D | es3fFragmentOutputTests.cpp | 905 …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/ |
D | vktApiCopiesAndBlittingTests.cpp | 2746 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold()
|