• Home
  • Raw
  • Download

Lines Matching refs:OPERATION_DEC

63 		OPERATION_DEC = (1<<1),  enumerator
143 if (m_spec.operations & OPERATION_DEC) in getOperationCount()
247 if ((spec.operations & OPERATION_DEC) != 0) in generateShaderSource()
440 …ec.useBranches && ((spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_D… in generateShaderSource()
475 if ((spec.operations & OPERATION_DEC) != 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()
577 else if (m_spec.operations == OPERATION_DEC) 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()
845 else if ((m_spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_DEC)) in checkAndLogCallValues()
883 else if ((m_spec.operations & OPERATION_DEC) != 0) in checkAndLogCallValues()
1084 if ((spec.operations & AtomicCounterTest::OPERATION_DEC) != 0) in specToTestDescription()
1123 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0) in operationToName()
1161 if ((operations & AtomicCounterTest::OPERATION_DEC) != 0) in operationToDescription()
1322 AtomicCounterTest::OPERATION_DEC, in AtomicCounterTests()
1325 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1327 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC), in AtomicCounterTests()
1328 …(AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC|A… in AtomicCounterTests()
1389 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1390 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC) in AtomicCounterTests()