Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp126 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType() function
148 isUIntFormatType(colorBufferFormat.type))) in getPixels()
351 else if (isUIntFormatType(dst.getFormat().type)) in swizzlePixels()
1517 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type)) in verify()
1525 if (isUIntFormatType(m_textureFormat.type)) in verify()
2243 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()
2272 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp207 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type) in isUIntFormatType() function
396 else if (isUIntFormatType(dst.getFormat().type)) in swizzlePixels()
1384 …else if (isUIntFormatType(m_baseParams.textureFormat.type) || isSIntFormatType(m_baseParams.textur… in verify()
1392 if (isUIntFormatType(m_baseParams.textureFormat.type)) in verify()
2530 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()