Searched refs:SNORM_INT8 (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp103 case tcu::TextureFormat::SNORM_INT8: qualifier << "8_snorm"; break;
127 case tcu::TextureFormat::SNORM_INT8: declaration << ""; break;
223 case tcu::TextureFormat::SNORM_INT8:
401 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
439 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
524 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8),
H A Des31fShaderImageLoadStoreTests.cpp163 return type == TextureFormat::SNORM_INT8 ||
227 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
3187 TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8)
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1522 case FMT_CASE(R, SNORM_INT8): return VK_FORMAT_R8_SNORM;
1528 case FMT_CASE(RG, SNORM_INT8): return VK_FORMAT_R8G8_SNORM;
1534 case FMT_CASE(RGB, SNORM_INT8): return VK_FORMAT_R8G8B8_SNORM;
1540 case FMT_CASE(RGBA, SNORM_INT8): return VK_FORMAT_R8G8B8A8_SNORM;
1599 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM;
1605 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM;
1717 case VK_FORMAT_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
1725 case VK_FORMAT_R8G8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
1733 case VK_FORMAT_R8G8B8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
1741 case VK_FORMAT_R8G8B8A8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
[all...]
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp99 case TextureFormat::SNORM_INT8: type = GL_BYTE; break;
170 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM;
182 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM;
200 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM;
214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM;
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
494 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
506 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
524 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
538 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp319 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
H A DvktPipelineBlendTests.cpp840 case TextureFormat::SNORM_INT8:
911 case TextureFormat::SNORM_INT8:
H A DvktPipelineImageSamplingInstance.cpp1453 const bool allowSnorm8Bug = m_texture->getTextureFormat().type == tcu::TextureFormat::SNORM_INT8 &&
H A DvktPipelineMultisampleImageTests.cpp695 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp169 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
360 case TextureFormat::SNORM_INT8:
525 case TextureFormat::SNORM_INT8: return IVec4(8);
594 case TextureFormat::SNORM_INT8:
H A DtcuTexture.cpp281 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f);
313 case TextureFormat::SNORM_INT8: return (int)*((const deInt8*)value);
345 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); break;
432 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
569 case TextureFormat::SNORM_INT8:
690 case TextureFormat::SNORM_INT8: return 1;
3825 "SNORM_INT8",
H A DtcuTexture.hpp74 SNORM_INT8 = 0, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1035 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
H A DvktImageTranscodingSupportTests.cpp199 if (textureFormat.type == tcu::TextureFormat::SNORM_INT8)
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp734 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp203 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp448 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;

Completed in 1205 milliseconds