Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType() function
349 else if (isUnormFormatType(dst.getFormat().type)) in swizzlePixels()
1053 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherCase()
1508 if (isUnormFormatType(m_textureFormat.type)) in verify()
2241 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp193 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType() function
394 else if (isUnormFormatType(dst.getFormat().type)) in swizzlePixels()
1143 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherInstance()
1375 if (isUnormFormatType(m_baseParams.textureFormat.type)) in verify()
2528 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()