Searched refs:opsTotal (Results 1 – 1 of 1) sorted by relevance
163 deUint32 opsTotal; member170 , opsTotal (opsTotalInit) in LongShaderSpec()171 , variablesPerBlock (deMaxu32(10, (deUint32)std::floor(std::sqrt((double)opsTotal)))) in LongShaderSpec()239 while (currentOpsTotal < m_spec.opsTotal) in generateSource()241 const bool isLast = (m_spec.opsTotal <= (currentOpsTotal + m_spec.opsPerExpression)); in generateSource()242 const int numOps = isLast ? (m_spec.opsTotal - currentOpsTotal) : m_spec.opsPerExpression; in generateSource()