/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 59 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() 483 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat() 495 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 109 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()
|
D | es31fStencilTexturingTests.cpp | 390 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8)); in stencilToRedAccess() 391 …return tcu::ConstPixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), … in stencilToRedAccess() 537 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate() 632 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate() 766 …TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate() 824 …TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate() 898 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate() 960 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), l… in iterate()
|
D | es31fTextureGatherTests.cpp | 145 return type == tcu::TextureFormat::UNSIGNED_INT8 || in isUIntFormatType() 1071 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherCase() 1500 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in verify() 2087 { "rgba8ui", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) }, in init()
|
D | es31fShaderImageLoadStoreTests.cpp | 137 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() 3186 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8), in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 263 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSampleVariablesTests.cpp | 265 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()
|
D | glcShaderMultisampleInterpolationTests.cpp | 314 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate() 493 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate() 522 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate() 645 …a8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2749 case FMT_CASE(R, UNSIGNED_INT8): return VK_FORMAT_R8_UINT; in mapTextureFormat() 2755 case FMT_CASE(RG, UNSIGNED_INT8): return VK_FORMAT_R8G8_UINT; in mapTextureFormat() 2761 case FMT_CASE(RGB, UNSIGNED_INT8): return VK_FORMAT_R8G8B8_UINT; in mapTextureFormat() 2767 case FMT_CASE(RGBA, UNSIGNED_INT8): return VK_FORMAT_R8G8B8A8_UINT; in mapTextureFormat() 2828 case FMT_CASE(BGR, UNSIGNED_INT8): return VK_FORMAT_B8G8R8_UINT; in mapTextureFormat() 2834 case FMT_CASE(BGRA, UNSIGNED_INT8): return VK_FORMAT_B8G8R8A8_UINT; in mapTextureFormat() 2847 case FMT_CASE(S, UNSIGNED_INT8): return VK_FORMAT_S8_UINT; in mapTextureFormat() 2990 case VK_FORMAT_R8_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8); in mapVkFormat() 2998 …ase VK_FORMAT_R8G8_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT8); in mapVkFormat() 3006 …e VK_FORMAT_R8G8B8_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT8); in mapVkFormat() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cSampleShadingTests.cpp | 258 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate() 410 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8) in iterate() 571 …tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), "usampler2DMS", "… in init()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 200 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() 573 case TextureFormat::UNSIGNED_INT8: return IVec4(8); in getChannelBitDepth() 649 case TextureFormat::UNSIGNED_INT8: in getChannelMantissaBitDepth() 1427 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1453 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1479 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1505 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
|
D | tcuTexture.cpp | 293 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value); in channelToFloat() 332 case TextureFormat::UNSIGNED_INT8: return (T)*((const deUint8*)value); in channelToIntType() 374 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break; in floatToChannel() 464 …case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break; in intToChannel() 659 case TextureFormat::UNSIGNED_INT8: in isValid() 741 case TextureFormat::UNSIGNED_INT8: return 1; in getChannelSize()
|
D | tcuRasterizationVerifier.cpp | 1373 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleLineGroupRasterization() 1826 …ineMap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyLineGroupPixelIndependentInterpolation() 2077 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleWideLineGroupInterpolation() 2707 …ap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyTriangleGroupRasterization()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 309 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineImageUtil.cpp | 358 tcu::TextureFormat retFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment() 359 tcu::TextureFormat bufferFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|
/third_party/python/Modules/ |
D | arraymodule.c | 88 UNSIGNED_INT8 = 0, enumerator 1837 return UNSIGNED_INT8; in typecode_to_mformat_code() 2105 case UNSIGNED_INT8: in array__array_reconstructor_impl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 212 return type == tcu::TextureFormat::UNSIGNED_INT8 || in isUIntFormatType() 1173 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherInstance() 1444 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in verify() 2579 { "rgba8ui", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) }, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 656 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 610 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 216 case tcu::TextureFormat::UNSIGNED_INT8: in getOpTypeImageSparse()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 195 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
/third_party/python/Lib/test/ |
D | test_array.py | 72 UNSIGNED_INT8 = 0 variable 117 (['B', 'H', 'I', 'L'], UNSIGNED_INT8, '=BBBB',
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 415 default: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|