Home
last modified time | relevance | path

Searched refs:SNORM_INT8 (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp159 case FMT_CASE(R, SNORM_INT8): return VK_FORMAT_R8_SNORM; in mapTextureFormat()
165 case FMT_CASE(RG, SNORM_INT8): return VK_FORMAT_R8G8_SNORM; in mapTextureFormat()
171 case FMT_CASE(RGB, SNORM_INT8): return VK_FORMAT_R8G8B8_SNORM; in mapTextureFormat()
177 case FMT_CASE(RGBA, SNORM_INT8): return VK_FORMAT_R8G8B8A8_SNORM; in mapTextureFormat()
236 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM; in mapTextureFormat()
242 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM; in mapTextureFormat()
291 case VK_FORMAT_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapVkFormat()
299 case VK_FORMAT_R8G8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapVkFormat()
307 …case VK_FORMAT_R8G8B8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapVkFormat()
315 …e VK_FORMAT_R8G8B8A8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8); in mapVkFormat()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp113 case tcu::TextureFormat::SNORM_INT8: qualifier << "8_snorm"; break; in getShaderImageLayoutQualifier()
137 case tcu::TextureFormat::SNORM_INT8: declaration << ""; break; in getShaderImageTypeDeclaration()
233 case tcu::TextureFormat::SNORM_INT8: in getOtherFunctionArguments()
411 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_store()
452 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_load()
543 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_atomic_exchange()
Des31fShaderImageLoadStoreTests.cpp162 return type == TextureFormat::SNORM_INT8 || in isFormatTypeSnorm()
226 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
3186 TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8) in init()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp99 case TextureFormat::SNORM_INT8: type = GL_BYTE; break; in getTransferFormat()
170 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM; in getInternalFormat()
182 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM; in getInternalFormat()
200 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM; in getInternalFormat()
214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM; in getInternalFormat()
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8; in mapGLChannelType()
494 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
506 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
524 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
538 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp561 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/framework/common/
DtcuTextureUtil.cpp164 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass()
353 case TextureFormat::SNORM_INT8: in getFloatChannelValueRange()
511 case TextureFormat::SNORM_INT8: return IVec4(8); in getChannelBitDepth()
578 case TextureFormat::SNORM_INT8: in getChannelMantissaBitDepth()
DtcuTexture.cpp267 case TextureFormat::SNORM_INT8: return 1; in getChannelSize()
331 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f); in channelToFloat()
361 case TextureFormat::SNORM_INT8: return (int)*((const deInt8*)value); in channelToInt()
391 …case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); bre… in floatToChannel()
448 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break; in intToChannel()
583 case TextureFormat::SNORM_INT8: in isValid()
DtcuTexture.hpp74 SNORM_INT8 = 0, enumerator
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp682 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp868 case TextureFormat::SNORM_INT8: in getFormatThreshold()