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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 184 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UINT_PACK32;
249 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32;
420 case VK_FORMAT_A2R10G10B10_USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV);
422 case VK_FORMAT_A2R10G10B10_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV);
427 case VK_FORMAT_A2B10G10R10_USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
429 case VK_FORMAT_A2B10G10R10_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
    [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...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 185 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
406 if (format.type == TextureFormat::UNSIGNED_INT_1010102_REV)
488 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV))
539 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2);
606 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]
tcuTexture.cpp 618 case TextureFormat::UNSIGNED_INT_1010102_REV:
692 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]
tcuTexture.hpp 95 UNSIGNED_INT_1010102_REV,
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 71 case TextureFormat::UNSIGNED_INT_1010102_REV:
97 case TextureFormat::UNSIGNED_INT_1010102_REV:
    [all...]

Completed in 159 milliseconds