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

/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp116 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; local
120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT;
134 << " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
137 if (!isSSBO)
149 if (isSSBO)
903 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE;
918 << " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
921 if (!isSSBO)
933 if (!isSSBO)
950 << " result = atomicCompSwap(" << (isSSBO
[all...]

Completed in 46 milliseconds