Searched refs:isSSBO (Results 1 – 1 of 1) sorted by relevance
116 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; in init() local120 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() local924 …<< " " << (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 …]