Lines Matching refs:m_texFormat
198 tcu::TextureFormat m_texFormat;
219 , m_texFormat(texFormat)
249 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
250 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
251 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
252 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
262 else if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
263 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
297 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
298 m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8 || m_texFormat.type == tcu::TextureFormat::FLOAT)
311 if (m_texFormat.type == tcu::TextureFormat::SIGNED_INT8)
316 else if (m_texFormat.type == tcu::TextureFormat::UNSIGNED_INT8)
459 tcu::TextureLevel textureLevel(m_texFormat, width, HEIGHT);