/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 99 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/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 103 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()
|
D | es31fShaderImageLoadStoreTests.cpp | 163 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/ |
D | vkImageUtil.cpp | 2748 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/ |
D | vktPipelineMultisampleTestsUtil.cpp | 319 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineBlendTests.cpp | 922 case TextureFormat::SNORM_INT8: in getFormatThreshold() 998 case TextureFormat::SNORM_INT8: in isLegalExpandableFormat()
|
D | vktPipelineMultisampleImageTests.cpp | 790 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 169 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()
|
D | tcuTexture.cpp | 282 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()
|
D | tcuTexture.hpp | 75 SNORM_INT8 = 0, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 669 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
D | vktImageTranscodingSupportTests.cpp | 217 if (textureFormat.type == tcu::TextureFormat::SNORM_INT8) in generateData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 620 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 225 case tcu::TextureFormat::SNORM_INT8: in getOpTypeImageSparse()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 620 …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/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 205 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 693 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 464 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
|