Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c77 LLVMValueRef grid_x_arg, grid_y_arg, grid_z_arg; in generate_compute() local
154 grid_z_arg = LLVMGetParam(function, 6); in generate_compute()
167 lp_build_name(grid_z_arg, "grid_z"); in generate_compute()
219 args[6] = grid_z_arg; in generate_compute()
288 grid_z_arg = LLVMGetParam(coro, 6); in generate_compute()
338 LLVMValueRef gtids[3] = { grid_x_arg, grid_y_arg, grid_z_arg }; in generate_compute()