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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_job.h73 struct util_dynarray plbu_cmd_head; member in struct:lima_job
H A Dlima_job.c113 util_dynarray_init(&s->plbu_cmd_head, s);
424 PLBU_CMD_BEGIN(&job->plbu_cmd_head, 20);
454 PLBU_CMD_BEGIN(&job->plbu_cmd_head, 10);
921 int plbu_cmd_size = job->plbu_cmd_array.size + job->plbu_cmd_head.size;
925 util_dynarray_begin(&job->plbu_cmd_head),
926 job->plbu_cmd_head.size);
927 memcpy(plbu_cmd + job->plbu_cmd_head.size,

Completed in 3 milliseconds