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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 159 case FMT_CASE(R, SNORM_INT8): return VK_FORMAT_R8_SNORM;
165 case FMT_CASE(RG, SNORM_INT8): return VK_FORMAT_R8G8_SNORM;
171 case FMT_CASE(RGB, SNORM_INT8): return VK_FORMAT_R8G8B8_SNORM;
177 case FMT_CASE(RGBA, SNORM_INT8): return VK_FORMAT_R8G8B8A8_SNORM;
236 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM;
242 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM;
291 case VK_FORMAT_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
299 case VK_FORMAT_R8G8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
307 case VK_FORMAT_R8G8B8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
315 case VK_FORMAT_R8G8B8A8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 103 case tcu::TextureFormat::SNORM_INT8: qualifier << "8_snorm"; break;
127 case tcu::TextureFormat::SNORM_INT8: declaration << ""; break;
223 case tcu::TextureFormat::SNORM_INT8:
401 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
439 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
524 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
es31fShaderImageLoadStoreTests.cpp 162 return type == TextureFormat::SNORM_INT8 ||
226 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 99 case TextureFormat::SNORM_INT8: type = GL_BYTE; break;
170 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM;
182 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM;
200 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM;
214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM;
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
494 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
506 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
524 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
538 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 561 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 682 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 164 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
353 case TextureFormat::SNORM_INT8:
511 case TextureFormat::SNORM_INT8: return IVec4(8);
578 case TextureFormat::SNORM_INT8:
    [all...]
tcuTexture.cpp 267 case TextureFormat::SNORM_INT8: return 1;
331 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f);
361 case TextureFormat::SNORM_INT8: return (int)*((const deInt8*)value);
391 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); break;
448 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
583 case TextureFormat::SNORM_INT8:
    [all...]
tcuTexture.hpp 74 SNORM_INT8 = 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]

Completed in 3447 milliseconds