HomeSort by relevance Sort by last modified time
    Searched refs:SIGNED_INT16 (Results 1 - 22 of 22) 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 145 type == TextureFormat::SIGNED_INT16 ||
185 format.type == TextureFormat::SIGNED_INT16 ||
220 case TextureFormat::SIGNED_INT16: typePart = "16i"; break;
    [all...]
es31fTextureGatherTests.cpp 122 type == tcu::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...]
gluTextureTestUtil.cpp 58 case TextureFormat::SIGNED_INT16:
84 case TextureFormat::SIGNED_INT16:
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsics.cpp 58 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
vktSparseResourcesImageSparseResidency.cpp 671 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
674 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT16),
vktSparseResourcesImageSparseBinding.cpp 389 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
vktSparseResourcesMipmapSparseResidency.cpp 508 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16),
vktSparseResourcesImageMemoryAliasing.cpp     [all...]
vktSparseResourcesShaderIntrinsicsBase.cpp 152 case tcu::TextureFormat::SIGNED_INT16:
vktSparseResourcesTestsUtil.cpp 695 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 312 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
vktPipelineMultisampleImageTests.cpp 688 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 197 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
383 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
468 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::min());
488 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::max());
546 case TextureFormat::SIGNED_INT16: return IVec4(16);
615 case TextureFormat::SIGNED_INT16:
    [all...]
tcuTexture.cpp 289 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value);
321 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value);
353 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break;
438 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break;
619 case TextureFormat::SIGNED_INT16:
698 case TextureFormat::SIGNED_INT16: return 2;
    [all...]
tcuTexture.hpp 102 SIGNED_INT16,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 203 type == tcu::TextureFormat::SIGNED_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 137 case NUMBERTYPE_INT16: ct = tcu::TextureFormat::SIGNED_INT16; break;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 441 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break;
    [all...]

Completed in 819 milliseconds