Lines Matching refs:d4
12 dvec4 d4;
34 data[invocation].d4.x = subgroupAdd(data[0].d4.x);
35 data[invocation].d4.xy = subgroupAdd(data[1].d4.xy);
36 data[invocation].d4.xyz = subgroupAdd(data[2].d4.xyz);
37 data[invocation].d4 = subgroupAdd(data[3].d4);
54 data[invocation].d4.x = subgroupMul(data[0].d4.x);
55 data[invocation].d4.xy = subgroupMul(data[1].d4.xy);
56 data[invocation].d4.xyz = subgroupMul(data[2].d4.xyz);
57 data[invocation].d4 = subgroupMul(data[3].d4);
74 data[invocation].d4.x = subgroupMin(data[0].d4.x);
75 data[invocation].d4.xy = subgroupMin(data[1].d4.xy);
76 data[invocation].d4.xyz = subgroupMin(data[2].d4.xyz);
77 data[invocation].d4 = subgroupMin(data[3].d4);
94 data[invocation].d4.x = subgroupMax(data[0].d4.x);
95 data[invocation].d4.xy = subgroupMax(data[1].d4.xy);
96 data[invocation].d4.xyz = subgroupMax(data[2].d4.xyz);
97 data[invocation].d4 = subgroupMax(data[3].d4);
159 data[invocation].d4.x = subgroupInclusiveAdd(data[0].d4.x);
160 data[invocation].d4.xy = subgroupInclusiveAdd(data[1].d4.xy);
161 data[invocation].d4.xyz = subgroupInclusiveAdd(data[2].d4.xyz);
162 data[invocation].d4 = subgroupInclusiveAdd(data[3].d4);
179 data[invocation].d4.x = subgroupInclusiveMul(data[0].d4.x);
180 data[invocation].d4.xy = subgroupInclusiveMul(data[1].d4.xy);
181 data[invocation].d4.xyz = subgroupInclusiveMul(data[2].d4.xyz);
182 data[invocation].d4 = subgroupInclusiveMul(data[3].d4);
199 data[invocation].d4.x = subgroupInclusiveMin(data[0].d4.x);
200 data[invocation].d4.xy = subgroupInclusiveMin(data[1].d4.xy);
201 data[invocation].d4.xyz = subgroupInclusiveMin(data[2].d4.xyz);
202 data[invocation].d4 = subgroupInclusiveMin(data[3].d4);
219 data[invocation].d4.x = subgroupInclusiveMax(data[0].d4.x);
220 data[invocation].d4.xy = subgroupInclusiveMax(data[1].d4.xy);
221 data[invocation].d4.xyz = subgroupInclusiveMax(data[2].d4.xyz);
222 data[invocation].d4 = subgroupInclusiveMax(data[3].d4);
284 data[invocation].d4.x = subgroupExclusiveAdd(data[0].d4.x);
285 data[invocation].d4.xy = subgroupExclusiveAdd(data[1].d4.xy);
286 data[invocation].d4.xyz = subgroupExclusiveAdd(data[2].d4.xyz);
287 data[invocation].d4 = subgroupExclusiveAdd(data[3].d4);
304 data[invocation].d4.x = subgroupExclusiveMul(data[0].d4.x);
305 data[invocation].d4.xy = subgroupExclusiveMul(data[1].d4.xy);
306 data[invocation].d4.xyz = subgroupExclusiveMul(data[2].d4.xyz);
307 data[invocation].d4 = subgroupExclusiveMul(data[3].d4);
324 data[invocation].d4.x = subgroupExclusiveMin(data[0].d4.x);
325 data[invocation].d4.xy = subgroupExclusiveMin(data[1].d4.xy);
326 data[invocation].d4.xyz = subgroupExclusiveMin(data[2].d4.xyz);
327 data[invocation].d4 = subgroupExclusiveMin(data[3].d4);
344 data[invocation].d4.x = subgroupExclusiveMax(data[0].d4.x);
345 data[invocation].d4.xy = subgroupExclusiveMax(data[1].d4.xy);
346 data[invocation].d4.xyz = subgroupExclusiveMax(data[2].d4.xyz);
347 data[invocation].d4 = subgroupExclusiveMax(data[3].d4);