Home
last modified time | relevance | path

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

12

/external/deqp/framework/opengl/
DgluTextureUtil.cpp59 case TextureFormat::UNSIGNED_INT8: in getTransferFormat()
109 case TextureFormat::UNSIGNED_INT8: type = GL_UNSIGNED_BYTE; break; in getTransferFormat()
154 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8; in getInternalFormat()
166 case FMT_CASE(RGBA, UNSIGNED_INT8): return GL_RGBA8UI; in getInternalFormat()
184 case FMT_CASE(RGB, UNSIGNED_INT8): return GL_RGB8UI; in getInternalFormat()
199 case FMT_CASE(RG, UNSIGNED_INT8): return GL_RG8UI; in getInternalFormat()
213 case FMT_CASE(R, UNSIGNED_INT8): return GL_R8UI; in getInternalFormat()
403 …GL_UNSIGNED_BYTE: return normalized ? TextureFormat::UNORM_INT8 : TextureFormat::UNSIGNED_INT8; in mapGLChannelType()
481 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat()
493 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp109 case tcu::TextureFormat::UNSIGNED_INT8: qualifier << "8ui"; break; in getShaderImageLayoutQualifier()
135 case tcu::TextureFormat::UNSIGNED_INT8: declaration << "u"; break; in getShaderImageTypeDeclaration()
236 case tcu::TextureFormat::UNSIGNED_INT8: in getOtherFunctionArguments()
410 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_store()
448 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_load()
480 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_atomic()
533 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_atomic_exchange()
Des31fStencilTexturingTests.cpp390 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8)); in stencilToRedAccess()
391 …return tcu::ConstPixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), … in stencilToRedAccess()
534 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate()
629 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate()
763 …TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate()
821 …TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate()
895 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate()
957 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), l… in iterate()
Des31fTextureGatherTests.cpp144 return type == tcu::TextureFormat::UNSIGNED_INT8 || in isUIntFormatType()
1070 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherCase()
1495 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in verify()
2082 { "rgba8ui", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) }, in init()
Des31fShaderImageLoadStoreTests.cpp137 return type == TextureFormat::UNSIGNED_INT8 || in isFormatTypeUnsignedInteger()
187 format.type == TextureFormat::UNSIGNED_INT8 || in isFormatSupportedForTextureBuffer()
217 case TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
3177 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8), in init()
/external/deqp/external/openglcts/modules/common/
DglcSampleVariablesTests.cpp265 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
300 …m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::F… in iterate()
318 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
475 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
499 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
891 …a8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in init()
DglcShaderMultisampleInterpolationTests.cpp313 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
492 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
521 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
644 …a8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp263 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
298 …m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::F… in iterate()
316 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
473 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
497 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
889 …a8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2476 case FMT_CASE(R, UNSIGNED_INT8): return VK_FORMAT_R8_UINT; in mapTextureFormat()
2482 case FMT_CASE(RG, UNSIGNED_INT8): return VK_FORMAT_R8G8_UINT; in mapTextureFormat()
2488 case FMT_CASE(RGB, UNSIGNED_INT8): return VK_FORMAT_R8G8B8_UINT; in mapTextureFormat()
2494 case FMT_CASE(RGBA, UNSIGNED_INT8): return VK_FORMAT_R8G8B8A8_UINT; in mapTextureFormat()
2553 case FMT_CASE(BGR, UNSIGNED_INT8): return VK_FORMAT_B8G8R8_UINT; in mapTextureFormat()
2559 case FMT_CASE(BGRA, UNSIGNED_INT8): return VK_FORMAT_B8G8R8A8_UINT; in mapTextureFormat()
2572 case FMT_CASE(S, UNSIGNED_INT8): return VK_FORMAT_S8_UINT; in mapTextureFormat()
2712 case VK_FORMAT_R8_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8); in mapVkFormat()
2720 …ase VK_FORMAT_R8G8_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT8); in mapVkFormat()
2728 …e VK_FORMAT_R8G8B8_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT8); in mapVkFormat()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cSampleShadingTests.cpp257 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
409 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
570 …tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), "usampler2DMS", "… in init()
/external/deqp/framework/common/
DtcuTextureUtil.cpp200 case TextureFormat::UNSIGNED_INT8: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
393 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break; in getFloatChannelValueRange()
528 case TextureFormat::UNSIGNED_INT8: return UVec4(std::numeric_limits<deUint8>::max()); in getFormatMaxUintValue()
572 case TextureFormat::UNSIGNED_INT8: return IVec4(8); in getChannelBitDepth()
647 case TextureFormat::UNSIGNED_INT8: in getChannelMantissaBitDepth()
1349 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
1375 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
1401 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
1427 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
DtcuTexture.cpp291 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value); in channelToFloat()
327 case TextureFormat::UNSIGNED_INT8: return (int)*((const deUint8*)value); in channelToInt()
363 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break; in floatToChannel()
452 …case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break; in intToChannel()
644 case TextureFormat::UNSIGNED_INT8: in isValid()
725 case TextureFormat::UNSIGNED_INT8: return 1; in getChannelSize()
DtcuRasterizationVerifier.cpp1204 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleLineGroupRasterization()
1657 …ineMap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyLineGroupPixelIndependentInterpolation()
1908 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleWideLineGroupInterpolation()
2392 …ap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyTriangleGroupRasterization()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp309 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
DvktPipelineImageUtil.cpp343 tcu::TextureFormat retFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment()
344 tcu::TextureFormat bufferFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp208 return type == tcu::TextureFormat::UNSIGNED_INT8 || in isUIntFormatType()
1144 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherInstance()
1342 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in verify()
2339 { "rgba8ui", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) }, in init()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp632 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
/external/python/cpython3/Modules/
Darraymodule.c75 UNSIGNED_INT8 = 0, enumerator
1828 return UNSIGNED_INT8; in typecode_to_mformat_code()
2095 case UNSIGNED_INT8: in array__array_reconstructor_impl()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp590 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp215 case tcu::TextureFormat::UNSIGNED_INT8: in getOpTypeImageSparse()
/external/python/cpython3/Lib/test/
Dtest_array.py54 UNSIGNED_INT8 = 0 variable
99 (['B', 'H', 'I', 'L'], UNSIGNED_INT8, '=BBBB',
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp195 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
/external/deqp/modules/egl/
DteglRenderTests.cpp415 default: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()

12