Searched refs:SNORM_INT16 (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 100 case TextureFormat::SNORM_INT16: type = GL_SHORT; break; in getTransferFormat() 160 case FMT_CASE(RGBA, SNORM_INT16): return GL_RGBA16_SNORM; in getInternalFormat() 178 case FMT_CASE(RGB, SNORM_INT16): return GL_RGB16_SNORM; in getInternalFormat() 193 case FMT_CASE(RG, SNORM_INT16): return GL_RG16_SNORM; in getInternalFormat() 207 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM; in getInternalFormat() 406 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16; in mapGLChannelType() 484 case GL_RGBA16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16); in mapGLInternalFormat() 502 case GL_RGB16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16); in mapGLInternalFormat() 517 case GL_RG16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in mapGLInternalFormat() 531 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 188 case FMT_CASE(R, SNORM_INT16): return VK_FORMAT_R16_SNORM; in mapTextureFormat() 194 case FMT_CASE(RG, SNORM_INT16): return VK_FORMAT_R16G16_SNORM; in mapTextureFormat() 200 case FMT_CASE(RGB, SNORM_INT16): return VK_FORMAT_R16G16B16_SNORM; in mapTextureFormat() 206 case FMT_CASE(RGBA, SNORM_INT16): return VK_FORMAT_R16G16B16A16_SNORM; in mapTextureFormat() 323 case VK_FORMAT_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapVkFormat() 331 …ase VK_FORMAT_R16G16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in mapVkFormat() 339 … VK_FORMAT_R16G16B16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16); in mapVkFormat() 347 …_FORMAT_R16G16B16A16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16); in mapVkFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 560 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 165 case TextureFormat::SNORM_INT16: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass() 354 case TextureFormat::SNORM_INT16: in getFloatChannelValueRange() 512 case TextureFormat::SNORM_INT16: return IVec4(16); in getChannelBitDepth() 579 case TextureFormat::SNORM_INT16: in getChannelMantissaBitDepth()
|
D | tcuCompressedTexture.cpp | 215 …DTEXFORMAT_EAC_SIGNED_R11: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in getUncompressedFormat() 217 …EXFORMAT_EAC_SIGNED_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in getUncompressedFormat()
|
D | tcuTexture.cpp | 268 case TextureFormat::SNORM_INT16: return 2; in getChannelSize() 332 …case TextureFormat::SNORM_INT16: return de::max(-1.0f, (float)*((const deInt16*)value) / 32767.0f… in channelToFloat() 362 case TextureFormat::SNORM_INT16: return (int)*((const deInt16*)value); in channelToInt() 392 …case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src * 32767.0f); br… in floatToChannel() 449 case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break; in intToChannel() 584 case TextureFormat::SNORM_INT16: in isValid()
|
D | tcuTexture.hpp | 75 SNORM_INT16, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 681 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 873 case TextureFormat::SNORM_INT16: in getFormatThreshold()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 163 type == TextureFormat::SNORM_INT16 || in isFormatTypeSnorm() 225 case TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
|