Lines Matching refs:OPERATION_GET

64 		OPERATION_GET = (1<<2)  enumerator
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()
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()
495 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()
498 if ((spec.operations == OPERATION_GET) != 0) in generateShaderSource()
573 if (m_spec.operations == OPERATION_GET) 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()
824 if (m_spec.operations == OPERATION_GET) in checkAndLogCallValues()
870 if (isOk && ((m_spec.operations & OPERATION_GET) != 0)) in checkAndLogCallValues()
897 if (isOk && ((m_spec.operations & OPERATION_GET) != 0)) in checkAndLogCallValues()
1069 if ((spec.operations & AtomicCounterTest::OPERATION_GET) != 0) in specToTestDescription()
1108 if ((operations & AtomicCounterTest::OPERATION_GET) != 0) in operationToName()
1146 if ((operations & AtomicCounterTest::OPERATION_GET) != 0) in operationToDescription()
1320 AtomicCounterTest::OPERATION_GET, in AtomicCounterTests()
1324 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1325 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1328 …AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET) in AtomicCounterTests()
1388 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()
1389 … (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET), in AtomicCounterTests()