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