Home
last modified time | relevance | path

Searched refs:UNORM_INT8 (Results 51 – 75 of 101) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp269 …cu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height); in init()
H A Des2fTextureMipmapTests.cpp824 …ure (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->get… in iterate()
958 …ultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_size); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp269 …cu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height); in init()
H A Des3fTextureSpecificationTests.cpp71 case GL_ALPHA: return TextureFormat(TextureFormat::A, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
72 case GL_LUMINANCE: return TextureFormat(TextureFormat::L, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
73 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
74 case GL_RGB: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
75 case GL_RGBA: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp561 …tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), "sampler2DMS", "vec4… in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp675 case tcu::TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
1280 …orage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), caseDef.render… in compareImages()
H A DvktPipelineBlendTests.cpp896 case TextureFormat::UNORM_INT8: in getFormatThreshold()
975 case TextureFormat::UNORM_INT8: in isLegalExpandableFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp641 case tcu::TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp197 return type == tcu::TextureFormat::UNORM_INT8 || in isUnormFormatType()
1153 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance()
1425 DE_ASSERT(m_colorBufferFormat.type == tcu::TextureFormat::UNORM_INT8 || in verify()
2539 { "rgba8", tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8) }, in init()
H A DvktShaderRender.cpp382 …evel.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8) || in loadTexture2D()
383 … level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8)); in loadTexture2D()
386 …ure2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), level.getWidth… in loadTexture2D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp134 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getReadPixelFormat()
141 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getReadPixelFormat()
H A Des31fFboTestUtil.cpp587 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getFramebufferReadFormat()
H A Des31fShaderImageLoadStoreTests.cpp156 return type == TextureFormat::UNORM_INT8 || in isFormatTypeUnorm()
181 return format.type == TextureFormat::UNORM_INT8 || in isFormatSupportedForTextureBuffer()
224 case TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
3185 TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp746 …Mask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), m_width, m_hei… in verify()
1102 …Mask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), m_width, m_hei… in iterate()
1822 …rMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), m_width, m_hei… in verify()
H A DvktRenderPassTests.cpp3597 const tcu::TextureFormat loggableFormat {order, tcu::TextureFormat::UNORM_INT8}; in renderColorImageForLog()
3625 …nst tcu::TextureFormat loggableFormat {tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8}; in renderColorImageForLog()
3781 …age (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), targetSize.x()… in logAndVerifyImages()
3782 …mage (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), targetSize.x()… in logAndVerifyImages()
3825 …mage (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), targetSize.x()… in logAndVerifyImages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1320 … (m_fboType == FBO_RGBA_FLOAT16) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8)); in testFBO()
1514 … (m_fboType == FBO_RGBA_FLOAT16) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8)); in testFBO()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp597 case tcu::TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp233 case tcu::TextureFormat::UNORM_INT8: in getOpTypeImageSparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/internal/
H A DditFrameworkTests.cpp801 …TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width… in runCase()
/dports/devel/py-pyopencl/pyopencl-2018.2/src/
H A Dwrap_constants.cpp639 ADD_ATTR( , UNORM_INT8); in pyopencl_expose_constants()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1683 …| m_fboType == FBO_RGBA_FLOAT32) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8)); in testFBO()
1882 …| m_fboType == FBO_RGBA_FLOAT32) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8)); in testFBO()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsScissorTests.cpp821 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getBufferFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1640 …age() = TextureLevel(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_imageWidth, … in verify()
3009 …Access resultImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_imageWidth, … in verify()
3582 …ferAccess resAccess (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_imageWidth, … in verify()
3851 …tcu::TextureLevel source (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_srcImag… in verify()
4127 …ferAccess resAccess (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_dstImageWidt… in verify()
4136 …ferAccess resAccess (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_dstImageWidt… in verify()
4137 …tcu::TextureLevel reference (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_d… in verify()
4207 …, m_referenceTarget (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), targetWidth, t… in VerifyRenderPassContext()
4522 …ferAccess resAccess (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_targetWidth,… in verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp202 case tcu::TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp3618 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, in iterate()
3671 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, in iterate()

12345