Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c79 LLVMValueRef work_dim_arg, thread_data_ptr; in generate_compute() local
158 work_dim_arg = LLVMGetParam(function, 10); in generate_compute()
171 lp_build_name(work_dim_arg, "work_dim"); in generate_compute()
223 args[10] = work_dim_arg; in generate_compute()
292 work_dim_arg = LLVMGetParam(coro, 10); in generate_compute()
348 system_values.work_dim = work_dim_arg; in generate_compute()