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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 102 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break;
153 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16;
159 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16;
177 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16;
192 case FMT_CASE(RG, UNORM_INT16): return GL_RG16;
206 case FMT_CASE(R, UNORM_INT16): return GL_R16;
405 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
477 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16);
483 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16);
501 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 315 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
vktPipelineBlendTests.cpp     [all...]
vktPipelineImageUtil.cpp 537 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
vktPipelineMultisampleImageTests.cpp 691 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 173 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
367 case TextureFormat::UNORM_INT16:
529 case TextureFormat::UNORM_INT16: return IVec4(16);
598 case TextureFormat::UNORM_INT16:
    [all...]
tcuCompressedTexture.cpp 214 case COMPRESSEDTEXFORMAT_EAC_R11: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16);
216 case COMPRESSEDTEXFORMAT_EAC_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16);
    [all...]
tcuTexture.cpp 285 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f;
317 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value);
349 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); break;
435 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break;
575 case TextureFormat::UNORM_INT16:
694 case TextureFormat::UNORM_INT16: return 2;
    [all...]
tcuTexture.hpp 78 UNORM_INT16,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 698 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
  /external/deqp/modules/egl/
teglRenderTests.cpp 365 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 221 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
es31fShaderImageLoadStoreTests.cpp 157 type == TextureFormat::UNORM_INT16 ||
223 case TextureFormat::UNORM_INT16: typePart = "16"; break;
    [all...]
es31fTextureGatherTests.cpp 115 type == tcu::TextureFormat::UNORM_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 380 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 196 type == tcu::TextureFormat::UNORM_INT16 ||
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 444 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 236 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 200 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]

Completed in 1432 milliseconds