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

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 668 case TextureFormat::UNORM_INT_1010102_REV:
733 case TextureFormat::UNORM_INT_1010102_REV:
799 if (texFormat.type == TextureFormat::UNORM_INT_1010102_REV ||
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 114 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
168 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return GL_RGB10_A2;
187 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10;
414 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV;
495 case GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV);
514 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 623 case TextureFormat::UNORM_INT_1010102_REV:
685 case TextureFormat::UNORM_INT_1010102_REV:
748 case TextureFormat::UNORM_INT_1010102_REV:
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 188 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
377 case TextureFormat::UNORM_INT_1010102_REV:
544 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2);
613 case TextureFormat::UNORM_INT_1010102_REV:
    [all...]
tcuTexture.cpp 602 case TextureFormat::UNORM_INT_1010102_REV:
746 case TextureFormat::UNORM_INT_1010102_REV:
    [all...]
tcuTexture.hpp 89 UNORM_INT_1010102_REV,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]

Completed in 1847 milliseconds