Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1576 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT; in mapTextureFormat()
1582 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT; in mapTextureFormat()
1588 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT; in mapTextureFormat()
1594 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT; in mapTextureFormat()
1653 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT; in mapTextureFormat()
1659 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT; in mapTextureFormat()
1788 case VK_FORMAT_R8_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapVkFormat()
1790 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapVkFormat()
1796 …ase VK_FORMAT_R8G8_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapVkFormat()
1798 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapVkFormat()
[all …]
/external/deqp/modules/gles31/functional/
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()
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()
Des31fShaderImageLoadStoreTests.cpp144 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()
3182 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8), in init()
/external/deqp/framework/opengl/
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 …]
/external/deqp/external/openglcts/modules/gl/
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()
/external/deqp/external/openglcts/modules/common/
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()
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()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp254 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createImageAlignedMipSizeTests()
257 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT8), in createImageAlignedMipSizeTests()
DvktSparseResourcesImageBlockShapes.cpp442 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createImageBlockShapesTests()
445 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT8), in createImageBlockShapesTests()
DvktSparseResourcesShaderIntrinsics.cpp59 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createSparseResourcesShaderIntrinsicsTests()
DvktSparseResourcesImageSparseResidency.cpp702 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createImageSparseResidencyTestsCommon()
705 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT8), in createImageSparseResidencyTestsCommon()
DvktSparseResourcesImageSparseBinding.cpp430 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createImageSparseBindingTestsCommon()
DvktSparseResourcesMipmapSparseResidency.cpp535 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8), in createMipmapSparseResidencyTestsCommon()
DvktSparseResourcesTestsUtil.cpp613 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp140 case tcu::TextureFormat::SIGNED_INT8: in getOpTypeImageSparse()
/external/deqp/external/openglcts/modules/gles31/
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()
/external/deqp/framework/common/
DtcuTextureUtil.cpp196 case TextureFormat::SIGNED_INT8: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
382 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break; in getFloatChannelValueRange()
467 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::min()); in getFormatMinIntValue()
487 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max()); in getFormatMaxIntValue()
545 case TextureFormat::SIGNED_INT8: return IVec4(8); in getChannelBitDepth()
614 case TextureFormat::SIGNED_INT8: in getChannelMantissaBitDepth()
DtcuTexture.cpp288 case TextureFormat::SIGNED_INT8: return (float)*((const deInt8*)value); in channelToFloat()
320 case TextureFormat::SIGNED_INT8: return (int)*((const deInt8*)value); in channelToInt()
352 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src); break; in floatToChannel()
437 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break; in intToChannel()
618 case TextureFormat::SIGNED_INT8: in isValid()
697 case TextureFormat::SIGNED_INT8: return 1; in getChannelSize()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp313 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp707 case TextureFormat::SIGNED_INT8: in isLegalExpandableFormat()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp202 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType()
1147 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 || in TextureGatherInstance()
1344 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8); in verify()
2341 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) }, in init()
/external/python/cpython3/Modules/
Darraymodule.c76 SIGNED_INT8 = 1, enumerator
1826 return SIGNED_INT8; in typecode_to_mformat_code()
2096 case SIGNED_INT8: in array__array_reconstructor_impl()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp753 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
/external/python/cpython3/Lib/test/
Dtest_array.py54 SIGNED_INT8 = 1 variable
100 (['b', 'h', 'i', 'l'], SIGNED_INT8, '=bbb',

12