Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp128 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType() function
365 else if (isUnormFormatType(dst.getFormat().type)) in swizzlePixels()
1069 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherCase()
1528 if (isUnormFormatType(m_textureFormat.type)) in verify()
2261 …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()
1144 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) || in TextureGatherInstance()
1376 if (isUnormFormatType(m_baseParams.textureFormat.type)) in verify()
2529 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()