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

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 105 case tcu::TextureFormat::SIGNED_INT16: qualifier << "16i"; break;
130 case tcu::TextureFormat::SIGNED_INT16:
229 case tcu::TextureFormat::SIGNED_INT16:
404 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16),
442 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16),
474 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16),
527 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16),
es31fShaderImageLoadStoreTests.cpp 144 type == TextureFormat::SIGNED_INT16 ||
184 format.type == TextureFormat::SIGNED_INT16 ||
219 case TextureFormat::SIGNED_INT16: typePart = "16i"; break;
    [all...]
es31fTextureGatherTests.cpp 122 type == tcu::TextureFormat::SIGNED_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 190 case FMT_CASE(R, SIGNED_INT16): return VK_FORMAT_R16_SINT;
196 case FMT_CASE(RG, SIGNED_INT16): return VK_FORMAT_R16G16_SINT;
202 case FMT_CASE(RGB, SIGNED_INT16): return VK_FORMAT_R16G16B16_SINT;
208 case FMT_CASE(RGBA, SIGNED_INT16): return VK_FORMAT_R16G16B16A16_SINT;
325 case VK_FORMAT_R16_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16);
327 case VK_FORMAT_R16_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16);
333 case VK_FORMAT_R16G16_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
335 case VK_FORMAT_R16G16_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
341 case VK_FORMAT_R16G16B16_SSCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
343 case VK_FORMAT_R16G16B16_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 57 case TextureFormat::SIGNED_INT16:
107 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break;
162 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I;
180 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I;
195 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I;
209 case FMT_CASE(R, SIGNED_INT16): return GL_R16I;
406 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
486 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16);
504 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
519 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 192 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
374 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
459 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::min());
475 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::max());
532 case TextureFormat::SIGNED_INT16: return IVec4(16);
599 case TextureFormat::SIGNED_INT16:
    [all...]
tcuTexture.cpp 275 case TextureFormat::SIGNED_INT16: return 2;
339 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value);
369 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value);
399 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break;
454 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break;
633 case TextureFormat::SIGNED_INT16:
    [all...]
tcuTexture.hpp 102 SIGNED_INT16,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 554 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 425 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
vktSparseResourcesTestsUtil.cpp 675 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
vktSparseResourcesImageSparseResidency.cpp     [all...]
vktSparseResourcesMipmapSparseResidency.cpp 573 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 65 case TextureFormat::SIGNED_INT16:
91 case TextureFormat::SIGNED_INT16:
    [all...]

Completed in 1163 milliseconds