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

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp116 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: type = GL_UNSIGNED_INT_10F_11F_11F_REV; break;
173 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F;
415 case GL_UNSIGNED_INT_10F_11F_11F_REV: return TextureFormat::UNSIGNED_INT_11F_11F_10F_REV;
497 case GL_R11F_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp862 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
903 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
962 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp191 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return TEXTURECHANNELCLASS_FLOATING_POINT;
233 if (format.type == TextureFormat::UNSIGNED_INT_11F_11F_10F_REV ||
392 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break;
560 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0);
634 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0);
H A DtcuTexture.cpp607 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
744 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
1028 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
1363 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
3847 "UNSIGNED_INT_11F_11F_10F_REV",
H A DtcuTexture.hpp96 UNSIGNED_INT_11F_11F_10F_REV, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1595 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return VK_FORMAT_B10G11R11_UFLOAT_PACK32;
1801 case VK_FORMAT_B10G11R11_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1203 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp905 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<(23-6)), (1<<(23-6)), (1<<(23-5)), 0); break;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2004 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:

Completed in 118 milliseconds