Searched refs:SNORM_INT16 (Results 1 - 14 of 14) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp100 case TextureFormat::SNORM_INT16: type = GL_SHORT; break;
160 case FMT_CASE(RGBA, SNORM_INT16): return GL_RGBA16_SNORM;
178 case FMT_CASE(RGB, SNORM_INT16): return GL_RGB16_SNORM;
193 case FMT_CASE(RG, SNORM_INT16): return GL_RG16_SNORM;
207 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM;
406 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
484 case GL_RGBA16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16);
502 case GL_RGB16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16);
517 case GL_RG16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16);
531 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16);
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1551 case FMT_CASE(R, SNORM_INT16): return VK_FORMAT_R16_SNORM;
1557 case FMT_CASE(RG, SNORM_INT16): return VK_FORMAT_R16G16_SNORM;
1563 case FMT_CASE(RGB, SNORM_INT16): return VK_FORMAT_R16G16B16_SNORM;
1569 case FMT_CASE(RGBA, SNORM_INT16): return VK_FORMAT_R16G16B16A16_SNORM;
1749 case VK_FORMAT_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16);
1757 case VK_FORMAT_R16G16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16);
1765 case VK_FORMAT_R16G16B16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16);
1773 case VK_FORMAT_R16G16B16A16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16);
2031 TextureFormat::SNORM_INT16, // snorm
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp318 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
H A DvktPipelineBlendTests.cpp845 case TextureFormat::SNORM_INT16:
912 case TextureFormat::SNORM_INT16:
H A DvktPipelineMultisampleImageTests.cpp694 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp170 case TextureFormat::SNORM_INT16: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
361 case TextureFormat::SNORM_INT16:
526 case TextureFormat::SNORM_INT16: return IVec4(16);
595 case TextureFormat::SNORM_INT16:
H A DtcuCompressedTexture.cpp215 case COMPRESSEDTEXFORMAT_EAC_SIGNED_R11: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16);
217 case COMPRESSEDTEXFORMAT_EAC_SIGNED_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16);
H A DtcuTexture.cpp282 case TextureFormat::SNORM_INT16: return de::max(-1.0f, (float)*((const deInt16*)value) / 32767.0f);
314 case TextureFormat::SNORM_INT16: return (int)*((const deInt16*)value);
346 case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src * 32767.0f); break;
433 case TextureFormat::SNORM_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break;
570 case TextureFormat::SNORM_INT16:
691 case TextureFormat::SNORM_INT16: return 2;
3826 "SNORM_INT16",
H A DtcuTexture.hpp75 SNORM_INT16, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1034 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp733 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp202 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp164 type == TextureFormat::SNORM_INT16 ||
226 case TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp447 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break;

Completed in 186 milliseconds