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

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 108 case tcu::TextureFormat::UNSIGNED_INT16: qualifier << "16ui"; break;
134 case tcu::TextureFormat::UNSIGNED_INT16:
235 case tcu::TextureFormat::UNSIGNED_INT16:
409 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
447 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
479 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
532 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
es31fShaderImageLoadStoreTests.cpp 138 type == TextureFormat::UNSIGNED_INT16 ||
188 format.type == TextureFormat::UNSIGNED_INT16 ||
216 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
    [all...]
es31fTextureGatherTests.cpp 129 type == tcu::TextureFormat::UNSIGNED_INT16 ||
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 60 case TextureFormat::UNSIGNED_INT16:
110 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break;
163 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
181 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI;
196 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI;
210 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI;
405 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
487 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
505 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
520 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
    [all...]
gluTextureTestUtil.cpp 68 case TextureFormat::UNSIGNED_INT16:
94 case TextureFormat::UNSIGNED_INT16:
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsics.cpp 61 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesImageSparseBinding.cpp 392 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesMipmapSparseResidency.cpp 511 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesImageMemoryAliasing.cpp     [all...]
vktSparseResourcesImageSparseResidency.cpp 677 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesShaderIntrinsicsBase.cpp 161 case tcu::TextureFormat::UNSIGNED_INT16:
vktSparseResourcesTestsUtil.cpp 691 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 308 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
vktPipelineMultisampleImageTests.cpp 684 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 200 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
386 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
508 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max());
549 case TextureFormat::UNSIGNED_INT16: return IVec4(16);
618 case TextureFormat::UNSIGNED_INT16:
    [all...]
tcuTexture.cpp 292 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value);
324 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value);
356 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break;
441 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); break;
624 case TextureFormat::UNSIGNED_INT16:
701 case TextureFormat::UNSIGNED_INT16: return 2;
    [all...]
tcuTexture.hpp 105 UNSIGNED_INT16,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 210 type == tcu::TextureFormat::UNSIGNED_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 138 case NUMBERTYPE_UINT16: ct = tcu::TextureFormat::UNSIGNED_INT16; break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 437 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
    [all...]

Completed in 2361 milliseconds