Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp116 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; in init() local
120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT; in init()
134 …<< " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << prod… in init()
137 if (!isSSBO) in init()
149 if (isSSBO) in init()
909 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; in init() local
924 …<< " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product… in init()
927 if (!isSSBO) in init()
939 if (!isSSBO) in init()
956 …<< " result = atomicCompSwap(" << (isSSBO ? "sb_inout.groupValues[globalNdx]" : "s_var") << ", c… in init()
[all …]