Home
last modified time | relevance | path

Searched refs:SNORM_INT16 (Results 1 – 17 of 17) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp100 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()
489 case GL_RGBA16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
507 case GL_RGB16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
522 case GL_RG16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
536 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2709 case FMT_CASE(R, SNORM_INT16): return VK_FORMAT_R16_SNORM; in mapTextureFormat()
2715 case FMT_CASE(RG, SNORM_INT16): return VK_FORMAT_R16G16_SNORM; in mapTextureFormat()
2721 case FMT_CASE(RGB, SNORM_INT16): return VK_FORMAT_R16G16B16_SNORM; in mapTextureFormat()
2727 case FMT_CASE(RGBA, SNORM_INT16): return VK_FORMAT_R16G16B16A16_SNORM; in mapTextureFormat()
2951 case VK_FORMAT_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapVkFormat()
2959 …ase VK_FORMAT_R16G16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in mapVkFormat()
2967 … VK_FORMAT_R16G16B16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16); in mapVkFormat()
2975 …_FORMAT_R16G16B16A16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16); in mapVkFormat()
3261 TextureFormat::SNORM_INT16, // snorm in getChannelAccessFormat()
3540 case tcu::TextureFormat::SNORM_INT16: in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp318 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp921 case TextureFormat::SNORM_INT16: in getFormatThreshold()
992 case TextureFormat::SNORM_INT16: in isLegalExpandableFormat()
DvktPipelineMultisampleImageTests.cpp789 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/framework/common/
DtcuTextureUtil.cpp170 case TextureFormat::SNORM_INT16: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass()
369 case TextureFormat::SNORM_INT16: in getFloatChannelValueRange()
550 case TextureFormat::SNORM_INT16: return IVec4(16); in getChannelBitDepth()
627 case TextureFormat::SNORM_INT16: in getChannelMantissaBitDepth()
DtcuTexture.cpp283 …case TextureFormat::SNORM_INT16: return de::max(-1.0f, (float)*((const deInt16*)value) / 32767.0f… in channelToFloat()
321 case TextureFormat::SNORM_INT16: return (int)*((const deInt16*)value); in channelToInt()
359 …case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src * 32767.0f); b… in floatToChannel()
450 case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break; in intToChannel()
594 case TextureFormat::SNORM_INT16: in isValid()
725 case TextureFormat::SNORM_INT16: return 2; in getChannelSize()
DtcuCompressedTexture.cpp303 …DTEXFORMAT_EAC_SIGNED_R11: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in getUncompressedFormat()
305 …EXFORMAT_EAC_SIGNED_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16); in getUncompressedFormat()
DtcuTexture.hpp76 SNORM_INT16, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp668 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp584 … (format.type == tcu::TextureFormat::UNORM_INT16 || format.type == tcu::TextureFormat::SNORM_INT16) in getFramebufferReadFormat()
Des31fShaderImageLoadStoreTests.cpp164 type == TextureFormat::SNORM_INT16 || in isFormatTypeSnorm()
226 case TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp619 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp228 case tcu::TextureFormat::SNORM_INT16: in getOpTypeImageSparse()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp204 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp677 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp463 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()