Searched refs:tid_vals (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c346 LLVMValueRef tid_vals[3]; local in function:generate_compute
354 tid_vals[0] = lp_build_gather_values(gallivm, tids_x, cs_type.length);
355 tid_vals[1] = lp_build_gather_values(gallivm, tids_y, cs_type.length);
356 tid_vals[2] = lp_build_gather_values(gallivm, tids_z, cs_type.length);
359 system_values.thread_id = LLVMBuildInsertValue(builder, system_values.thread_id, tid_vals[i], i, "");

Completed in 3 milliseconds