Lines Matching refs:m_texFormat
191 tcu::TextureFormat m_texFormat; member in deqp::SampleShadingMaskCase
212 , m_texFormat(texFormat) in SampleShadingMaskCase()
251 …if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::… in iterate()
252 …((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG))… in iterate()
253 …((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) … in iterate()
254 …((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat:… in iterate()
264 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
265 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
299 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 || in iterate()
300 …m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::F… in iterate()
313 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8) in iterate()
318 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8) in iterate()
461 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()