Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c323 LLVMValueRef tid_vals[3]; in generate_compute() local
331 tid_vals[0] = lp_build_gather_values(gallivm, tids_x, cs_type.length); in generate_compute()
332 tid_vals[1] = lp_build_gather_values(gallivm, tids_y, cs_type.length); in generate_compute()
333 tid_vals[2] = lp_build_gather_values(gallivm, tids_z, cs_type.length); in generate_compute()
336 …system_values.thread_id = LLVMBuildInsertValue(builder, system_values.thread_id, tid_vals[i], i, "… in generate_compute()