Home | History | Annotate | Download | only in functional

Lines Matching refs:atomicInvocation

2019 		const string atomicInvocation		= string() + getAtomicOperationShaderFuncName(m_operation) + "(u_results, " + atomicCoord + ", " + atomicArgExpr + ")";
2043 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
2045 " " + atomicInvocation + ";\n"