HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_INT8 (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 109 case tcu::TextureFormat::UNSIGNED_INT8: qualifier << "8ui"; break;
135 case tcu::TextureFormat::UNSIGNED_INT8: declaration << "u"; break;
236 case tcu::TextureFormat::UNSIGNED_INT8:
410 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
448 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
480 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
533 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
es31fStencilTexturingTests.cpp 390 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8));
391 return tcu::ConstPixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getDataPtr());
534 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
629 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
763 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
821 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
895 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
957 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), levelWidth, levelHeight);
    [all...]
es31fTextureGatherTests.cpp 128 return type == tcu::TextureFormat::UNSIGNED_INT8 ||
    [all...]
es31fShaderImageLoadStoreTests.cpp 137 return type == TextureFormat::UNSIGNED_INT8 ||
187 format.type == TextureFormat::UNSIGNED_INT8 ||
217 case TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 226 case glu::TYPE_UINT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 59 case TextureFormat::UNSIGNED_INT8:
109 case TextureFormat::UNSIGNED_INT8: type = GL_UNSIGNED_BYTE; break;
154 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8;
166 case FMT_CASE(RGBA, UNSIGNED_INT8): return GL_RGBA8UI;
184 case FMT_CASE(RGB, UNSIGNED_INT8): return GL_RGB8UI;
199 case FMT_CASE(RG, UNSIGNED_INT8): return GL_RG8UI;
213 case FMT_CASE(R, UNSIGNED_INT8): return GL_R8UI;
403 case GL_UNSIGNED_BYTE: return normalized ? TextureFormat::UNORM_INT8 : TextureFormat::UNSIGNED_INT8;
478 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
490 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsics.cpp 62 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageSparseBinding.cpp 393 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesMipmapSparseResidency.cpp 512 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageMemoryAliasing.cpp     [all...]
vktSparseResourcesImageSparseResidency.cpp 678 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesShaderIntrinsicsBase.cpp 158 case tcu::TextureFormat::UNSIGNED_INT8:
vktSparseResourcesTestsUtil.cpp 692 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 199 case TextureFormat::UNSIGNED_INT8: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
385 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break;
507 case TextureFormat::UNSIGNED_INT8: return UVec4(std::numeric_limits<deUint8>::max());
548 case TextureFormat::UNSIGNED_INT8: return IVec4(8);
617 case TextureFormat::UNSIGNED_INT8:
    [all...]
tcuTexture.cpp 291 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value);
323 case TextureFormat::UNSIGNED_INT8: return (int)*((const deUint8*)value);
355 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break;
440 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break;
623 case TextureFormat::UNSIGNED_INT8:
700 case TextureFormat::UNSIGNED_INT8: return 1;
    [all...]
tcuRasterizationVerifier.cpp     [all...]
tcuTexture.hpp 104 UNSIGNED_INT8,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 309 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
vktPipelineMultisampleImageTests.cpp 685 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 209 return type == tcu::TextureFormat::UNSIGNED_INT8 ||
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 378 default: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
    [all...]

Completed in 2886 milliseconds

1 2