Home
last modified time | relevance | path

Searched refs:isUIntFormatType (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp142 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType() function
164 isUIntFormatType(colorBufferFormat.type))) in getPixels()
367 else if (isUIntFormatType(dst.getFormat().type)) in swizzlePixels()
1537 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type)) in verify()
1545 if (isUIntFormatType(m_textureFormat.type)) in verify()
2263 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()
2292 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()
/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.cpp209 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType() function
398 else if (isUIntFormatType(dst.getFormat().type)) in swizzlePixels()
1468 …else if (isUIntFormatType(m_baseParams.textureFormat.type) || isSIntFormatType(m_baseParams.textur… in verify()
1476 if (isUIntFormatType(m_baseParams.textureFormat.type)) in verify()
2731 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()