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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 117 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break;
186 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return GL_RGB9_E5;
418 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV;
510 case GL_RGB9_E5: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 187 case TextureFormat::UNSIGNED_INT_999_E5_REV: return TEXTURECHANNELCLASS_FLOATING_POINT;
227 format.type == TextureFormat::UNSIGNED_INT_999_E5_REV)
384 case TextureFormat::UNSIGNED_INT_999_E5_REV: cMin = 0.0f; cMax = 1e5f; break;
547 case TextureFormat::UNSIGNED_INT_999_E5_REV: return IVec4(9,9,9,0);
610 case TextureFormat::UNSIGNED_INT_999_E5_REV:
    [all...]
tcuTexture.cpp 622 case TextureFormat::UNSIGNED_INT_999_E5_REV:
687 case TextureFormat::UNSIGNED_INT_999_E5_REV:
    [all...]
tcuTexture.hpp 97 UNSIGNED_INT_999_E5_REV,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 233 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return VK_FORMAT_E5B9G9R9_UFLOAT_PACK32;
376 case VK_FORMAT_E5B9G9R9_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]

Completed in 95 milliseconds