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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 149 case FMT_CASE(RGBA, UNORM_SHORT_4444): return VK_FORMAT_R4G4B4A4_UNORM_PACK16;
153 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16;
281 case VK_FORMAT_R4G4B4A4_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
285 case VK_FORMAT_B4G4R4A4_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_4444);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break;
151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4;
410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444;
475 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 174 case TextureFormat::UNORM_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
366 case TextureFormat::UNORM_SHORT_4444:
520 case TextureFormat::UNORM_SHORT_4444: return IVec4(4);
587 case TextureFormat::UNORM_SHORT_4444:
    [all...]
tcuTexture.cpp 603 case TextureFormat::UNORM_SHORT_4444:
678 case TextureFormat::UNORM_SHORT_4444:
    [all...]
tcuTexture.hpp 84 UNORM_SHORT_4444,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 348 case PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 220 texFormat.type == TextureFormat::UNORM_SHORT_4444 ||
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 168 { tcu::PixelFormat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) },
    [all...]

Completed in 152 milliseconds