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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 183 case FMT_CASE(RGBA, SNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_SNORM_PACK32;
248 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32;
419 case VK_FORMAT_A2R10G10B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_INT_1010102_REV);
426 case VK_FORMAT_A2B10G10R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT_1010102_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 182 case TextureFormat::SNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
356 case TextureFormat::SNORM_INT_1010102_REV: cMin = -1.0f; cMax = 1.0f; break;
529 case TextureFormat::SNORM_INT_1010102_REV: return IVec4(10,10,10,2);
596 case TextureFormat::SNORM_INT_1010102_REV:
    [all...]
tcuTexture.cpp 615 case TextureFormat::SNORM_INT_1010102_REV:
689 case TextureFormat::SNORM_INT_1010102_REV:
    [all...]
tcuTexture.hpp 88 SNORM_INT_1010102_REV,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]

Completed in 75 milliseconds