Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp135 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType() function
163 (isSIntFormatType(colorBufferFormat.type) || in getPixels()
167 const bool isSigned = isSIntFormatType(colorBufferFormat.type); in getPixels()
369 else if (isSIntFormatType(dst.getFormat().type)) in swizzlePixels()
1537 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type)) in verify()
1547 else if (isSIntFormatType(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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp200 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType() function
398 else if (isSIntFormatType(dst.getFormat().type)) in swizzlePixels()
1385 …else if (isUIntFormatType(m_baseParams.textureFormat.type) || isSIntFormatType(m_baseParams.textur… in verify()
1395 else if (isSIntFormatType(m_baseParams.textureFormat.type)) in verify()
2531 if ((isUIntFormatType(format.type) || isSIntFormatType(format.type)) && in init()