HomeSort by relevance Sort by last modified time
    Searched refs:UNORM_INT16 (Results 1 - 18 of 18) 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 187 case FMT_CASE(R, UNORM_INT16): return VK_FORMAT_R16_UNORM;
193 case FMT_CASE(RG, UNORM_INT16): return VK_FORMAT_R16G16_UNORM;
199 case FMT_CASE(RGB, UNORM_INT16): return VK_FORMAT_R16G16B16_UNORM;
205 case FMT_CASE(RGBA, UNORM_INT16): return VK_FORMAT_R16G16B16A16_UNORM;
252 case FMT_CASE(D, UNORM_INT16): return VK_FORMAT_D16_UNORM;
322 case VK_FORMAT_R16_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16);
330 case VK_FORMAT_R16G16_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16);
338 case VK_FORMAT_R16G16B16_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16);
346 case VK_FORMAT_R16G16B16A16_UNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16);
394 case VK_FORMAT_D16_UNORM: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 557 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 168 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
360 case TextureFormat::UNORM_INT16:
515 case TextureFormat::UNORM_INT16: return IVec4(16);
582 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 271 case TextureFormat::UNORM_INT16: return 2;
335 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f;
365 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value);
395 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); break;
451 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break;
589 case TextureFormat::UNORM_INT16:
    [all...]
tcuTexture.hpp 78 UNORM_INT16,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 678 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break;
  /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/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /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 156 type == TextureFormat::UNORM_INT16 ||
222 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 323 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
vktShaderExecutor.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 200 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]

Completed in 461 milliseconds