Lines Matching refs:operations
91 , operations ((Operation)0) in TestSpec()
101 Operation operations; member
140 if (m_spec.operations & OPERATION_INC) in getOperationCount()
143 if (m_spec.operations & OPERATION_DEC) in getOperationCount()
146 if (m_spec.operations == OPERATION_GET) in getOperationCount()
148 else if (m_spec.operations & OPERATION_GET) in getOperationCount()
241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()
244 if ((spec.operations & OPERATION_INC) != 0) in generateShaderSource()
247 if ((spec.operations & OPERATION_DEC) != 0) in generateShaderSource()
250 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()
253 if (spec.operations == OPERATION_GET) in generateShaderSource()
437 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) 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()
475 if ((spec.operations & OPERATION_DEC) != 0) in generateShaderSource()
495 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()
498 if ((spec.operations == OPERATION_GET) != 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()
573 if (m_spec.operations == OPERATION_GET) in splitBuffer()
575 else if (m_spec.operations == OPERATION_INC) in splitBuffer()
577 else if (m_spec.operations == OPERATION_DEC) in splitBuffer()
579 else if (m_spec.operations == (OPERATION_GET|OPERATION_INC)) in splitBuffer()
585 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC)) in splitBuffer()
591 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC|OPERATION_INC)) in splitBuffer()
598 else if (m_spec.operations == (OPERATION_DEC|OPERATION_INC)) in splitBuffer()
824 if (m_spec.operations == OPERATION_GET) in checkAndLogCallValues()
845 else if ((m_spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_DEC)) in checkAndLogCallValues()
856 else if ((m_spec.operations & OPERATION_INC) != 0) in checkAndLogCallValues()
870 if (isOk && ((m_spec.operations & OPERATION_GET) != 0)) in checkAndLogCallValues()
883 else if ((m_spec.operations & OPERATION_DEC) != 0) in checkAndLogCallValues()
897 if (isOk && ((m_spec.operations & OPERATION_GET) != 0)) in checkAndLogCallValues()
1069 if ((spec.operations & AtomicCounterTest::OPERATION_GET) != 0) in specToTestDescription()
1075 if ((spec.operations & AtomicCounterTest::OPERATION_INC) != 0) in specToTestDescription()
1084 if ((spec.operations & AtomicCounterTest::OPERATION_DEC) != 0) in specToTestDescription()
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToName() argument
1108 if ((operations & AtomicCounterTest::OPERATION_GET) != 0) in operationToName()
1114 if ((operations & AtomicCounterTest::OPERATION_INC) != 0) in operationToName()
1123 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0) in operationToName()
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToDescription() argument
1146 if ((operations & AtomicCounterTest::OPERATION_GET) != 0) in operationToDescription()
1152 if ((operations & AtomicCounterTest::OPERATION_INC) != 0) in operationToDescription()
1161 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0) in operationToDescription()
1318 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local
1331 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++) in AtomicCounterTests()
1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; in AtomicCounterTests()
1362 spec.operations = operation; in AtomicCounterTests()
1386 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local
1407 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++) in AtomicCounterTests()
1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; in AtomicCounterTests()
1440 spec.operations = operation; in AtomicCounterTests()
1463 spec.operations = AtomicCounterTest::OPERATION_INC; in AtomicCounterTests()
1477 spec.operations = AtomicCounterTest::OPERATION_INC; in AtomicCounterTests()
1491 spec.operations = AtomicCounterTest::OPERATION_INC; in AtomicCounterTests()
1505 spec.operations = AtomicCounterTest::OPERATION_INC; in AtomicCounterTests()
1519 spec.operations = AtomicCounterTest::OPERATION_INC; in AtomicCounterTests()