Lines Matching refs:m_texFormat
231 tcu::TextureFormat m_texFormat;
260 , m_texFormat(texFormat)
300 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
301 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
302 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
303 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
313 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
314 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
477 tcu::TextureLevel results(m_texFormat, width, HEIGHT);