Home
last modified time | relevance | path

Searched refs:OPERATION_DEC (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp63 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()
[all …]