Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
499 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
511 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
529 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
543 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp103 case tcu::TextureFormat::SNORM_INT8: qualifier << "8_snorm"; break; in getShaderImageLayoutQualifier()
127 case tcu::TextureFormat::SNORM_INT8: declaration << ""; break; in getShaderImageTypeDeclaration()
223 case tcu::TextureFormat::SNORM_INT8: in getOtherFunctionArguments()
401 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_store()
439 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_load()
524 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SNORM_INT8), in image_atomic_exchange()
Des31fShaderImageLoadStoreTests.cpp163 return type == TextureFormat::SNORM_INT8 || in isFormatTypeSnorm()
227 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
3196 TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8) in init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2748 case FMT_CASE(R, SNORM_INT8): return VK_FORMAT_R8_SNORM; in mapTextureFormat()
2754 case FMT_CASE(RG, SNORM_INT8): return VK_FORMAT_R8G8_SNORM; in mapTextureFormat()
2760 case FMT_CASE(RGB, SNORM_INT8): return VK_FORMAT_R8G8B8_SNORM; in mapTextureFormat()
2766 case FMT_CASE(RGBA, SNORM_INT8): return VK_FORMAT_R8G8B8A8_SNORM; in mapTextureFormat()
2827 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM; in mapTextureFormat()
2833 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM; in mapTextureFormat()
2987 case VK_FORMAT_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapVkFormat()
2995 case VK_FORMAT_R8G8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapVkFormat()
3003 …case VK_FORMAT_R8G8B8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapVkFormat()
3011 …e VK_FORMAT_R8G8B8A8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8); in mapVkFormat()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp319 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp922 case TextureFormat::SNORM_INT8: in getFormatThreshold()
998 case TextureFormat::SNORM_INT8: in isLegalExpandableFormat()
DvktPipelineMultisampleImageTests.cpp790 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp169 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getTextureChannelClass()
368 case TextureFormat::SNORM_INT8: in getFloatChannelValueRange()
549 case TextureFormat::SNORM_INT8: return IVec4(8); in getChannelBitDepth()
626 case TextureFormat::SNORM_INT8: in getChannelMantissaBitDepth()
DtcuTexture.cpp282 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f); in channelToFloat()
321 case TextureFormat::SNORM_INT8: return (T)*((const deInt8*)value); in channelToIntType()
364 …case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); br… in floatToChannel()
455 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break; in intToChannel()
599 case TextureFormat::SNORM_INT8: in isValid()
730 case TextureFormat::SNORM_INT8: return 1; in getChannelSize()
DtcuTexture.hpp75 SNORM_INT8 = 0, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp669 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
DvktImageTranscodingSupportTests.cpp217 if (textureFormat.type == tcu::TextureFormat::SNORM_INT8) in generateData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp620 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp225 case tcu::TextureFormat::SNORM_INT8: in getOpTypeImageSparse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp620 …rmat.type == tcu::TextureFormat::HALF_FLOAT || tcuFormat.type == tcu::TextureFormat::SNORM_INT8) && in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp205 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp693 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp464 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()