Lines Matching refs:dataf
10 float dataf;
27 resultf = atomicAdd(buf.dataf, 3.0);
28 …resultf = atomicAdd(buf.dataf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed…
37 resultf = atomicExchange(buf.dataf, resultf);
38 …resultf = atomicExchange(buf.dataf, resultf, gl_ScopeDevice, gl_StorageSemanticsShared, gl_Semanti…
41 buf.dataf += resultf;
50 resultf = atomicLoad(buf.dataf, gl_ScopeDevice, gl_StorageSemanticsShared, gl_SemanticsRelaxed);
51 atomicStore(buf.dataf, resultf, gl_ScopeDevice, gl_StorageSemanticsShared, gl_SemanticsRelaxed);
54 buf.dataf += resultf;
68 buf.dataf += atomf;
92 buf.dataf += resultf;
111 buf.dataf += atomf;