/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 102 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break; in getTransferFormat() 153 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16; in getInternalFormat() 159 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16; in getInternalFormat() 177 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16; in getInternalFormat() 192 case FMT_CASE(RG, UNORM_INT16): return GL_RG16; in getInternalFormat() 206 case FMT_CASE(R, UNORM_INT16): return GL_R16; in getInternalFormat() 405 …case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGN… in mapGLChannelType() 477 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapGLInternalFormat() 483 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapGLInternalFormat() 501 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapGLInternalFormat() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 187 case FMT_CASE(R, UNORM_INT16): return VK_FORMAT_R16_UNORM; in mapTextureFormat() 193 case FMT_CASE(RG, UNORM_INT16): return VK_FORMAT_R16G16_UNORM; in mapTextureFormat() 199 case FMT_CASE(RGB, UNORM_INT16): return VK_FORMAT_R16G16B16_UNORM; in mapTextureFormat() 205 case FMT_CASE(RGBA, UNORM_INT16): return VK_FORMAT_R16G16B16A16_UNORM; in mapTextureFormat() 252 case FMT_CASE(D, UNORM_INT16): return VK_FORMAT_D16_UNORM; in mapTextureFormat() 322 case VK_FORMAT_R16_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in mapVkFormat() 330 …ase VK_FORMAT_R16G16_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in mapVkFormat() 338 … VK_FORMAT_R16G16B16_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapVkFormat() 346 …_FORMAT_R16G16B16A16_UNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapVkFormat() 394 case VK_FORMAT_D16_UNORM: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapVkFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 168 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 360 case TextureFormat::UNORM_INT16: in getFloatChannelValueRange() 515 case TextureFormat::UNORM_INT16: return IVec4(16); in getChannelBitDepth() 582 case TextureFormat::UNORM_INT16: in getChannelMantissaBitDepth() 1308 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16), in toSamplerAccess()
|
D | tcuCompressedTexture.cpp | 214 …RESSEDTEXFORMAT_EAC_R11: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in getUncompressedFormat() 216 …SSEDTEXFORMAT_EAC_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in getUncompressedFormat()
|
D | tcuTexture.cpp | 271 case TextureFormat::UNORM_INT16: return 2; in getChannelSize() 335 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f; in channelToFloat() 365 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value); in channelToInt() 395 …case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); … in floatToChannel() 451 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break; in intToChannel() 589 case TextureFormat::UNORM_INT16: in isValid()
|
D | tcuTexture.hpp | 78 UNORM_INT16, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 557 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 678 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 872 case TextureFormat::UNORM_INT16: in getFormatThreshold()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 365 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 323 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
|
D | vktShaderExecutor.cpp | 3368 …wSampler = texFormat == tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in createSamplerUniform()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 221 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
|
D | es31fShaderImageLoadStoreTests.cpp | 156 type == TextureFormat::UNORM_INT16 || in isFormatTypeUnorm() 222 case TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
|
D | es31fTextureGatherTests.cpp | 115 type == tcu::TextureFormat::UNORM_INT16 || in isUnormFormatType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 200 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|