Searched refs:OPERATION_INC (Results 1 – 1 of 1) sorted by relevance
62 OPERATION_INC = (1<<0), enumerator140 if (m_spec.operations & OPERATION_INC) in getOperationCount()244 if ((spec.operations & OPERATION_INC) != 0) in generateShaderSource()440 …if (spec.useBranches && ((spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERA… in generateShaderSource()456 if ((spec.operations & OPERATION_INC) != 0) in generateShaderSource()536 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) == 0) in checkAndLogCounterValues()539 if ((m_spec.operations & OPERATION_INC) == 0 && (m_spec.operations & OPERATION_DEC) != 0) in checkAndLogCounterValues()542 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) != 0) in checkAndLogCounterValues()545 if ((m_spec.operations & OPERATION_INC) == 0 && (m_spec.operations & OPERATION_DEC) == 0) in checkAndLogCounterValues()575 else if (m_spec.operations == OPERATION_INC) in splitBuffer()[all …]