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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 62 case TextureFormat::UNSIGNED_INT_1010102_REV:
115 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
169 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return GL_RGB10_A2UI;
414 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV;
493 case GL_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
    [all...]
gluTextureTestUtil.cpp 64 case TextureFormat::UNSIGNED_INT_1010102_REV:
90 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 190 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
415 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV)
501 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV) ||
502 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV))
553 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2);
622 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]
tcuTexture.cpp 604 case TextureFormat::UNSIGNED_INT_1010102_REV:
748 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]
tcuTexture.hpp 95 UNSIGNED_INT_1010102_REV,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]

Completed in 567 milliseconds