Lines Matching refs:__local
69 __local float4 * slm_gr,
70 __local float4 * slm_r,
71 __local float4 * slm_b,
72 __local float4 * slm_gb,
105 tmp = ((__local float8*)slm_gr)[index];
108 tmp = ((__local float8*)slm_r)[index];
111 tmp = ((__local float8*)slm_b)[index];
114 tmp = ((__local float8*)slm_gb)[index];
189 …__local float4 slm_gr[SLM_X_SIZE * SLM_Y_SIZE], slm_r[SLM_X_SIZE * SLM_Y_SIZE], slm_b[SLM_X_SIZE *…
223 data_gr = ((__local float8*)slm_gr)[index];
226 data_r = ((__local float8*)slm_r)[index];
229 data_b = ((__local float8*)slm_b)[index];
232 data_gb = ((__local float8*)slm_gb)[index];