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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 161 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT;
167 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT;
173 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT;
179 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT;
238 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT;
244 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT;
293 case VK_FORMAT_R8_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
295 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
301 case VK_FORMAT_R8G8_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
303 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 106 case tcu::TextureFormat::SIGNED_INT8: qualifier << "8i"; break;
131 case tcu::TextureFormat::SIGNED_INT8: declaration << "i"; break;
230 case tcu::TextureFormat::SIGNED_INT8:
405 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
443 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
475 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
528 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
es31fTextureGatherTests.cpp 121 return type == tcu::TextureFormat::SIGNED_INT8 ||
    [all...]
es31fShaderImageLoadStoreTests.cpp 143 return type == TextureFormat::SIGNED_INT8 ||
183 format.type == TextureFormat::SIGNED_INT8 ||
220 case TextureFormat::SIGNED_INT8: typePart = "8i"; break;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 225 case glu::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 56 case TextureFormat::SIGNED_INT8:
106 case TextureFormat::SIGNED_INT8: type = GL_BYTE; break;
165 case FMT_CASE(RGBA, SIGNED_INT8): return GL_RGBA8I;
183 case FMT_CASE(RGB, SIGNED_INT8): return GL_RGB8I;
198 case FMT_CASE(RG, SIGNED_INT8): return GL_RG8I;
212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I;
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
489 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8);
507 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8);
522 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 191 case TextureFormat::SIGNED_INT8: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
373 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break;
458 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::min());
474 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max());
531 case TextureFormat::SIGNED_INT8: return IVec4(8);
598 case TextureFormat::SIGNED_INT8:
    [all...]
tcuTexture.cpp 274 case TextureFormat::SIGNED_INT8: return 1;
338 case TextureFormat::SIGNED_INT8: return (float)*((const deInt8*)value);
368 case TextureFormat::SIGNED_INT8: return (int)*((const deInt8*)value);
398 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src); break;
453 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
632 case TextureFormat::SIGNED_INT8:
    [all...]
tcuTexture.hpp 101 SIGNED_INT8,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 555 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 426 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
vktSparseResourcesTestsUtil.cpp 676 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
vktSparseResourcesImageSparseResidency.cpp     [all...]
vktSparseResourcesMipmapSparseResidency.cpp 574 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 327 case glu::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 64 case TextureFormat::SIGNED_INT8:
90 case TextureFormat::SIGNED_INT8:
    [all...]

Completed in 241 milliseconds