HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_INT_11F_11F_10F_REV (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 116 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);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 186 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return TEXTURECHANNELCLASS_FLOATING_POINT;
226 if (format.type == TextureFormat::UNSIGNED_INT_11F_11F_10F_REV ||
383 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break;
546 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0);
616 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0);
    [all...]
tcuTexture.cpp 621 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
688 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
    [all...]
tcuTexture.hpp 96 UNSIGNED_INT_11F_11F_10F_REV,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 232 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return VK_FORMAT_B10G11R11_UFLOAT_PACK32;
375 case VK_FORMAT_B10G11R11_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 905 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<(23-6)), (1<<(23-6)), (1<<(23-5)), 0); break;
    [all...]

Completed in 698 milliseconds