/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 106 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()
|
D | es31fTextureGatherTests.cpp | 138 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType() 1073 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherCase() 1504 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8); in verify() 2091 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) }, in init()
|
D | es31fShaderImageLoadStoreTests.cpp | 144 return type == TextureFormat::SIGNED_INT8 || in isFormatTypeSignedInteger() 184 format.type == TextureFormat::SIGNED_INT8 || in isFormatSupportedForTextureBuffer() 221 case TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier() 3191 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8), in init()
|
D | es31fOpaqueTypeIndexingTests.cpp | 225 …u::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8); in getSamplerTextureFormat()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 56 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() 494 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8); in mapGLInternalFormat() 512 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8); in mapGLInternalFormat() 527 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapGLInternalFormat() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSampleVariablesTests.cpp | 264 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()
|
D | glcShaderMultisampleInterpolationTests.cpp | 312 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()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 262 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()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSampleShadingTests.cpp | 256 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()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2682 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT; in mapTextureFormat() 2688 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT; in mapTextureFormat() 2694 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT; in mapTextureFormat() 2700 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT; in mapTextureFormat() 2761 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT; in mapTextureFormat() 2767 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT; in mapTextureFormat() 2923 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapVkFormat() 2931 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapVkFormat() 2939 …ase VK_FORMAT_R8G8B8_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8); in mapVkFormat() 2947 …e VK_FORMAT_R8G8B8A8_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8); in mapVkFormat() [all …]
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 196 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() 646 case TextureFormat::SIGNED_INT8: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 289 case TextureFormat::SIGNED_INT8: return (float)*((const deInt8*)value); in channelToFloat() 327 case TextureFormat::SIGNED_INT8: return (int)*((const deInt8*)value); in channelToInt() 365 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src); break; in floatToChannel() 454 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break; in intToChannel() 645 case TextureFormat::SIGNED_INT8: in isValid() 731 case TextureFormat::SIGNED_INT8: return 1; in getChannelSize()
|
D | tcuTexture.hpp | 102 SIGNED_INT8, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 313 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineMultisampleImageTests.cpp | 784 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineBlendTests.cpp | 998 case TextureFormat::SIGNED_INT8: in isLegalExpandableFormat()
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 76 SIGNED_INT8 = 1, enumerator 1793 return SIGNED_INT8; in typecode_to_mformat_code() 2063 case SIGNED_INT8: in array__array_reconstructor_impl()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 205 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType() 1162 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherInstance() 1432 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8); in verify() 2546 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) }, in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 663 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 614 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 207 case tcu::TextureFormat::SIGNED_INT8: in getOpTypeImageSparse()
|
/external/python/cpython3/Lib/test/ |
D | test_array.py | 54 SIGNED_INT8 = 1 variable 100 (['b', 'h', 'i', 'l'], SIGNED_INT8, '=bbb',
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 199 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 404 …u::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8); in getSamplerTextureFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 672 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
|