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

1 2

  /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 144 return type == 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;
481 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
493 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderMultisampleInterpolationTests.cpp 313 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
492 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
521 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
644 { "rgba8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
glcSampleVariablesTests.cpp 265 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
300 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::FLOAT)
318 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
475 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
499 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
891 { "rgba8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 263 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
298 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::FLOAT)
316 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
473 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
497 pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
889 { "rgba8ui", GL_RGBA8UI, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8),
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 257 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
409 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
570 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8), "usampler2DMS", "uvec4", 0.0,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsics.cpp 62 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageAlignedMipSize.cpp 260 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageBlockShapes.cpp 448 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageSparseBinding.cpp 433 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
vktSparseResourcesImageMemoryAliasing.cpp     [all...]
vktSparseResourcesImageSparseResidency.cpp 708 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 538 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8)
  /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...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 309 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
vktPipelineBlendTests.cpp 710 case TextureFormat::UNSIGNED_INT8:
    [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/python/cpython3/Modules/
arraymodule.c 75 UNSIGNED_INT8 = 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 749 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 209 return type == tcu::TextureFormat::UNSIGNED_INT8 ||
    [all...]

Completed in 641 milliseconds

1 2