Searched refs:SIGNED_INT8 (Results 1 - 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1524 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT;
1530 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT;
1536 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT;
1542 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT;
1601 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT;
1607 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT;
1719 case VK_FORMAT_R8_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
1721 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
1727 case VK_FORMAT_R8G8_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
1729 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp106 case tcu::TextureFormat::SIGNED_INT8: qualifier << "8i"; break;
131 case tcu::TextureFormat::SIGNED_INT8: declaration << "i"; break;
230 case tcu::TextureFormat::SIGNED_INT8:
405 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
443 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
475 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
528 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
H A Des31fTextureGatherTests.cpp137 return type == tcu::TextureFormat::SIGNED_INT8 ||
1072 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
1496 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8);
2083 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) },
H A Des31fShaderImageLoadStoreTests.cpp144 return type == TextureFormat::SIGNED_INT8 ||
184 format.type == TextureFormat::SIGNED_INT8 ||
221 case TextureFormat::SIGNED_INT8: typePart = "8i"; break;
3182 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8),
H A Des31fOpaqueTypeIndexingTests.cpp225 case glu::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8);
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp56 case TextureFormat::SIGNED_INT8:
106 case TextureFormat::SIGNED_INT8: type = GL_BYTE; break;
165 case FMT_CASE(RGBA, SIGNED_INT8): return GL_RGBA8I;
183 case FMT_CASE(RGB, SIGNED_INT8): return GL_RGB8I;
198 case FMT_CASE(RG, SIGNED_INT8): return GL_RG8I;
212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I;
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
489 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8);
507 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8);
522 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp312 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
481 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
520 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 ||
642 { "rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
H A DglcSampleVariablesTests.cpp264 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
299 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
313 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8)
465 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
498 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 ||
889 { "rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp262 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
297 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
311 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8)
463 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
496 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8 ||
887 { "rgba8i", GL_RGBA8I, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8),
/external/deqp/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp256 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
398 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
565 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8), "isampler2DMS", "ivec4", -128.0,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp59 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesImageSparseResidency.cpp698 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
701 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesImageSparseBinding.cpp415 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesImageMemoryAliasing.cpp735 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesMipmapSparseResidency.cpp531 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesShaderIntrinsicsBase.cpp149 case tcu::TextureFormat::SIGNED_INT8:
H A DvktSparseResourcesTestsUtil.cpp728 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp313 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
H A DvktPipelineBlendTests.cpp918 case TextureFormat::SIGNED_INT8:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp196 case TextureFormat::SIGNED_INT8: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
382 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break;
467 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::min());
487 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max());
545 case TextureFormat::SIGNED_INT8: return IVec4(8);
614 case TextureFormat::SIGNED_INT8:
H A DtcuTexture.cpp288 case TextureFormat::SIGNED_INT8: return (float)*((const deInt8*)value);
320 case TextureFormat::SIGNED_INT8: return (int)*((const deInt8*)value);
352 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src); break;
437 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
618 case TextureFormat::SIGNED_INT8:
697 case TextureFormat::SIGNED_INT8: return 1;
3852 "SIGNED_INT8",
/external/python/cpython3/Modules/
H A Darraymodule.c75 SIGNED_INT8 = 1, enumerator in enum:machine_format_code
1723 {1, 1, 0}, /* 1: SIGNED_INT8 */
1762 return SIGNED_INT8;
2030 case SIGNED_INT8:
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1029 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp202 return type == tcu::TextureFormat::SIGNED_INT8 ||
1146 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
1343 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8);
2340 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) },
/external/python/cpython3/Lib/test/
H A Dtest_array.py64 SIGNED_INT8 = 1 variable
110 (['b', 'h', 'i', 'l'], SIGNED_INT8, '=bbb',

Completed in 444 milliseconds

12