Lines Matching defs:soa
1314 LLVMValueRef soa[TGSI_NUM_CHANNELS];
1334 soa[chan] = out;
1337 soa[chan] = 0;
1343 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
1345 lp_build_transpose_aos(gallivm, soa_type, soa, soa);
1349 soa[i % TGSI_NUM_CHANNELS],
1384 LLVMValueRef soa[4];
1399 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/
1400 soa[1] = LLVMBuildLoad(builder, outputs[idx][1], ""); /*y0 y1 .. yn*/
1401 soa[2] = LLVMBuildLoad(builder, outputs[idx][2], ""); /*z0 z1 .. zn*/
1402 soa[3] = LLVMBuildLoad(builder, outputs[idx][3], ""); /*w0 w1 .. wn*/
1408 lp_build_transpose_aos(gallivm, vs_type, soa, soa);
1411 soa[i % TGSI_NUM_CHANNELS],