HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_INT16 (Results 1 - 17 of 17) 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 137 type == TextureFormat::UNSIGNED_INT16 ||
187 format.type == TextureFormat::UNSIGNED_INT16 ||
215 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
    [all...]
es31fTextureGatherTests.cpp 129 type == tcu::TextureFormat::UNSIGNED_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 189 case FMT_CASE(R, UNSIGNED_INT16): return VK_FORMAT_R16_UINT;
195 case FMT_CASE(RG, UNSIGNED_INT16): return VK_FORMAT_R16G16_UINT;
201 case FMT_CASE(RGB, UNSIGNED_INT16): return VK_FORMAT_R16G16B16_UINT;
207 case FMT_CASE(RGBA, UNSIGNED_INT16): return VK_FORMAT_R16G16B16A16_UINT;
324 case VK_FORMAT_R16_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16);
326 case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16);
332 case VK_FORMAT_R16G16_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
334 case VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
340 case VK_FORMAT_R16G16B16_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
342 case VK_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, 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...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 550 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 195 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
377 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
494 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max());
535 case TextureFormat::UNSIGNED_INT16: return IVec4(16);
602 case TextureFormat::UNSIGNED_INT16:
    [all...]
tcuTexture.cpp 278 case TextureFormat::UNSIGNED_INT16: return 2;
342 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value);
372 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value);
402 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break;
457 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); break;
638 case TextureFormat::UNSIGNED_INT16:
    [all...]
tcuTexture.hpp 105 UNSIGNED_INT16,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 428 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesTestsUtil.cpp 671 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
vktSparseResourcesMipmapSparseResidency.cpp 576 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
vktSparseResourcesImageSparseResidency.cpp     [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/framework/opengl/simplereference/
sglrReferenceContext.cpp 213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 75 case TextureFormat::UNSIGNED_INT16:
101 case TextureFormat::UNSIGNED_INT16:
    [all...]

Completed in 493 milliseconds