Home
last modified time | relevance | path

Searched refs:SIGNED_INT8 (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp106 case tcu::TextureFormat::SIGNED_INT8: qualifier << "8i"; break; in getShaderImageLayoutQualifier()
131 case tcu::TextureFormat::SIGNED_INT8: declaration << "i"; break; in getShaderImageTypeDeclaration()
230 case tcu::TextureFormat::SIGNED_INT8: in getOtherFunctionArguments()
405 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in image_store()
443 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in image_load()
475 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in image_atomic()
528 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in image_atomic_exchange()
H A Des31fTextureGatherTests.cpp137 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType()
1072 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherCase()
1496 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8); in verify()
2083 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) }, in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTextureUtil.cpp56 case TextureFormat::SIGNED_INT8: in getTransferFormat()
106 case TextureFormat::SIGNED_INT8: type = GL_BYTE; break; in getTransferFormat()
165 case FMT_CASE(RGBA, SIGNED_INT8): return GL_RGBA8I; in getInternalFormat()
183 case FMT_CASE(RGB, SIGNED_INT8): return GL_RGB8I; in getInternalFormat()
198 case FMT_CASE(RG, SIGNED_INT8): return GL_RG8I; in getInternalFormat()
212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I; in getInternalFormat()
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8; in mapGLChannelType()
492 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8); in mapGLInternalFormat()
510 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8); in mapGLInternalFormat()
525 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapGLInternalFormat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp264 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
299 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
313 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8) in iterate()
465 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8) in iterate()
498 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
889 …"rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in init()
H A DglcShaderMultisampleInterpolationTests.cpp312 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
481 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8) in iterate()
520 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
642 …"rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp262 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
297 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
311 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8) in iterate()
463 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8) in iterate()
496 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
887 …"rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), in init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/
H A Dimage-read-2d.cl42 image_channel_data_type SIGNED_INT8
H A Dimage-write-2d.cl38 image_channel_data_type SIGNED_INT8
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp256 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
398 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8) in iterate()
565 …tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), "isampler2DMS", "iv… in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2477 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT; in mapTextureFormat()
2483 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT; in mapTextureFormat()
2489 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT; in mapTextureFormat()
2495 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT; in mapTextureFormat()
2554 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT; in mapTextureFormat()
2560 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT; in mapTextureFormat()
2713 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapVkFormat()
2721 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapVkFormat()
2992 case tcu::TextureFormat::SIGNED_INT8: in fullTextureFormatRoundTripSupported()
3036 TextureFormat::SIGNED_INT8, // sint in getChannelAccessFormat()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/Resources/
H A DAbstractImage.rnc75 "SIGNED_INT8"
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/nvidia/cuda/
H A Dnvidia-cuda.hpp72 SIGNED_INT8 = 0b00001000, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTextureUtil.cpp196 case TextureFormat::SIGNED_INT8: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
390 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break; in getFloatChannelValueRange()
481 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::min()); in getFormatMinIntValue()
503 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max()); in getFormatMaxIntValue()
569 case TextureFormat::SIGNED_INT8: return IVec4(8); in getChannelBitDepth()
644 case TextureFormat::SIGNED_INT8: in getChannelMantissaBitDepth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp313 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
/dports/lang/python37/Python-3.7.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1793 return SIGNED_INT8; in typecode_to_mformat_code()
2063 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp638 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/lang/python310/Python-3.10.1/Modules/
H A Darraymodule.c89 SIGNED_INT8 = 1, enumerator
1835 return SIGNED_INT8; in typecode_to_mformat_code()
2106 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Darraymodule.c87 SIGNED_INT8 = 1, enumerator
1833 return SIGNED_INT8; in typecode_to_mformat_code()
2104 case SIGNED_INT8: in array__array_reconstructor_impl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp204 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType()
1161 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherInstance()
1427 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8); in verify()
2541 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) }, in init()

12