Lines Matching refs:m_texFormat
181 tcu::TextureFormat m_texFormat;
209 , m_texFormat(texFormat)
245 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
246 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
247 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
248 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
257 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
258 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
394 tcu::TextureLevel results(m_texFormat, width, HEIGHT);
488 tcu::TextureFormat m_texFormat;
504 , m_texFormat(texFormat)
521 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min,
525 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min,
529 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min,