Searched refs:opsPerExpression (Results 1 – 1 of 1) sorted by relevance
166 deUint32 opsPerExpression; member172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()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()