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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c39 struct lp_cs_local_mem lmem; local in function:lp_cs_tpool_worker
41 memset(&lmem, 0, sizeof(lmem));
74 task->work(task->data, this_iter + i, &lmem);
82 FREE(lmem.local_mem_ptr);
132 struct lp_cs_local_mem lmem; local in function:lp_cs_tpool_queue_task
134 memset(&lmem, 0, sizeof(lmem));
136 work(data, t, &lmem);
138 FREE(lmem
[all...]
H A Dlp_cs_tpool.h59 typedef void (*lp_cs_tpool_task_func)(void *data, int iter_idx, struct lp_cs_local_mem *lmem);
H A Dlp_state_cs.c1301 cs_exec_fn(void *init_data, int iter_idx, struct lp_cs_local_mem *lmem) argument
1308 if (lmem->local_size < job_info->req_local_mem) {
1309 lmem->local_mem_ptr = REALLOC(lmem->local_mem_ptr, lmem->local_size,
1311 lmem->local_size = job_info->req_local_mem;
1313 thread_data.shared = lmem->local_mem_ptr;

Completed in 4 milliseconds