Searched refs:OPERATION_INC (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp62 OPERATION_INC = (1<<0), enumerator in enum:deqp::gles31::Functional::__anon20259::AtomicCounterTest::Operation
140 if (m_spec.operations & OPERATION_INC)
244 if ((spec.operations & OPERATION_INC) != 0)
440 if (spec.useBranches && ((spec.operations & (OPERATION_INC|OPERATION_DEC)) == (OPERATION_INC|OPERATION_DEC)))
456 if ((spec.operations & OPERATION_INC) != 0)
536 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) == 0)
539 if ((m_spec.operations & OPERATION_INC) == 0 && (m_spec.operations & OPERATION_DEC) != 0)
542 if ((m_spec.operations & OPERATION_INC) != 0 && (m_spec.operations & OPERATION_DEC) != 0)
545 if ((m_spec.operations & OPERATION_INC)
[all...]

Completed in 73 milliseconds