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

  /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 163 return type == TextureFormat::SNORM_INT8 ||
227 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [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/pipeline/
vktPipelineMultisampleTestsUtil.cpp 319 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
vktPipelineBlendTests.cpp     [all...]
vktPipelineImageSamplingInstance.cpp     [all...]
vktPipelineMultisampleImageTests.cpp 695 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 169 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
360 case TextureFormat::SNORM_INT8:
525 case TextureFormat::SNORM_INT8: return IVec4(8);
594 case TextureFormat::SNORM_INT8:
    [all...]
tcuTexture.cpp 281 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f);
313 case TextureFormat::SNORM_INT8: return (int)*((const deInt8*)value);
345 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); break;
432 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
569 case TextureFormat::SNORM_INT8:
690 case TextureFormat::SNORM_INT8: return 1;
    [all...]
tcuTexture.hpp 74 SNORM_INT8 = 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
vktImageTranscodingSupportTests.cpp 199 if (textureFormat.type == tcu::TextureFormat::SNORM_INT8)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 702 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 448 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
    [all...]

Completed in 1236 milliseconds