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

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp161 case FMT_CASE(R, SIGNED_INT8): return VK_FORMAT_R8_SINT;
167 case FMT_CASE(RG, SIGNED_INT8): return VK_FORMAT_R8G8_SINT;
173 case FMT_CASE(RGB, SIGNED_INT8): return VK_FORMAT_R8G8B8_SINT;
179 case FMT_CASE(RGBA, SIGNED_INT8): return VK_FORMAT_R8G8B8A8_SINT;
238 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT;
244 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT;
293 case VK_FORMAT_R8_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
295 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
301 case VK_FORMAT_R8G8_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
303 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.cpp121 return type == tcu::TextureFormat::SIGNED_INT8 ||
1056 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
1476 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8);
2063 { "rgba8i", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8) },
H A Des31fShaderImageLoadStoreTests.cpp143 return type == TextureFormat::SIGNED_INT8 ||
183 format.type == TextureFormat::SIGNED_INT8 ||
220 case TextureFormat::SIGNED_INT8: typePart = "8i"; break;
3181 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/framework/common/
H A DtcuTextureUtil.cpp191 case TextureFormat::SIGNED_INT8: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
373 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break;
458 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::min());
474 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max());
531 case TextureFormat::SIGNED_INT8: return IVec4(8);
598 case TextureFormat::SIGNED_INT8:
H A DtcuTexture.cpp274 case TextureFormat::SIGNED_INT8: return 1;
338 case TextureFormat::SIGNED_INT8: return (float)*((const deInt8*)value);
368 case TextureFormat::SIGNED_INT8: return (int)*((const deInt8*)value);
398 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src); break;
453 case TextureFormat::SIGNED_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
632 case TextureFormat::SIGNED_INT8:
3796 "SIGNED_INT8",
H A DtcuTexture.hpp101 SIGNED_INT8, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp555 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp426 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesTestsUtil.cpp676 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break;
H A DvktSparseResourcesImageSparseResidency.cpp772 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
775 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT8),
H A DvktSparseResourcesMipmapSparseResidency.cpp574 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT8),
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp327 case glu::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp64 case TextureFormat::SIGNED_INT8:
90 case TextureFormat::SIGNED_INT8:

Completed in 286 milliseconds