/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 160 case FMT_CASE(R, UNSIGNED_INT8): return VK_FORMAT_R8_UINT; in mapTextureFormat() 166 case FMT_CASE(RG, UNSIGNED_INT8): return VK_FORMAT_R8G8_UINT; in mapTextureFormat() 172 case FMT_CASE(RGB, UNSIGNED_INT8): return VK_FORMAT_R8G8B8_UINT; in mapTextureFormat() 178 case FMT_CASE(RGBA, UNSIGNED_INT8): return VK_FORMAT_R8G8B8A8_UINT; in mapTextureFormat() 237 case FMT_CASE(BGR, UNSIGNED_INT8): return VK_FORMAT_B8G8R8_UINT; in mapTextureFormat() 243 case FMT_CASE(BGRA, UNSIGNED_INT8): return VK_FORMAT_B8G8R8A8_UINT; in mapTextureFormat() 256 case FMT_CASE(S, UNSIGNED_INT8): return VK_FORMAT_S8_UINT; in mapTextureFormat() 292 …ase VK_FORMAT_R8_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8); in mapVkFormat() 294 case VK_FORMAT_R8_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8); in mapVkFormat() 300 …e VK_FORMAT_R8G8_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT8); in mapVkFormat() [all …]
|
/external/deqp/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() 478 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat() 490 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 119 case tcu::TextureFormat::UNSIGNED_INT8: qualifier << "8ui"; break; in getShaderImageLayoutQualifier() 145 case tcu::TextureFormat::UNSIGNED_INT8: declaration << "u"; break; in getShaderImageTypeDeclaration() 246 case tcu::TextureFormat::UNSIGNED_INT8: in getOtherFunctionArguments() 420 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_store() 461 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_load() 496 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), in image_atomic() 552 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() 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()
|
D | es31fTextureGatherTests.cpp | 128 return type == tcu::TextureFormat::UNSIGNED_INT8 || in isUIntFormatType() 1054 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in TextureGatherCase() 1475 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || in verify() 2062 { "rgba8ui", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) }, in init()
|
D | es31fShaderImageLoadStoreTests.cpp | 136 return type == TextureFormat::UNSIGNED_INT8 || in isFormatTypeUnsignedInteger() 186 format.type == TextureFormat::UNSIGNED_INT8 || in isFormatSupportedForTextureBuffer() 216 case TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier() 3176 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8), in init()
|
D | es31fOpaqueTypeIndexingTests.cpp | 226 …:TYPE_UINT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8); in getSamplerTextureFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 194 case TextureFormat::UNSIGNED_INT8: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 376 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break; in getFloatChannelValueRange() 493 case TextureFormat::UNSIGNED_INT8: return UVec4(std::numeric_limits<deUint8>::max()); in getFormatMaxUintValue() 534 case TextureFormat::UNSIGNED_INT8: return IVec4(8); in getChannelBitDepth() 601 case TextureFormat::UNSIGNED_INT8: in getChannelMantissaBitDepth() 1290 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1316 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1342 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess() 1368 return AccessType(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), in toSamplerAccess()
|
D | tcuTexture.cpp | 277 case TextureFormat::UNSIGNED_INT8: return 1; in getChannelSize() 341 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value); in channelToFloat() 371 case TextureFormat::UNSIGNED_INT8: return (int)*((const deUint8*)value); in channelToInt() 401 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break; in floatToChannel() 456 …case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break; in intToChannel() 637 case TextureFormat::UNSIGNED_INT8: in isValid()
|
D | tcuTexture.hpp | 104 UNSIGNED_INT8, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 551 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 429 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) in createImageSparseBindingTests()
|
D | vktSparseResourcesTestsUtil.cpp | 672 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 577 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) in createMipmapSparseResidencyTests()
|
D | vktSparseResourcesImageSparseResidency.cpp | 778 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8) in createImageSparseResidencyTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 1062 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleLineGroupRasterization() 1502 …ineMap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyLineGroupPixelIndependentInterpolation() 1753 …LineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifySinglesampleWideLineGroupInterpolation() 2207 …ap (tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getW… in verifyTriangleGroupRasterization()
|
D | glsTextureTestUtil.cpp | 69 case TextureFormat::UNSIGNED_INT8: in getSamplerType() 95 case TextureFormat::UNSIGNED_INT8: in getFetchSamplerType()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 378 default: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 328 …:TYPE_UINT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8); in getSamplerTextureFormat()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 76 …return tcu::PixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), 0, 0,… in nullAccess() 212 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat() 2981 case tcu::TextureFormat::UNSIGNED_INT8: return 8; in getNumStencilBits()
|