Searched refs:tile_state (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c83 v3d_bo_unreference(&job->tile_state);
406 v3d_job_add_bo(job, job->tile_state);
407 job->submit.qts = job->tile_state->offset;
H A Dv3d_context.h284 struct v3d_bo *tile_state; member in struct:v3d_job
H A Dv3dx_draw.c81 job->tile_state = v3d_bo_alloc(v3d->screen,
112 cl_address(job->tile_state, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c85 v3d_bo_unreference(&job->tile_state);
545 v3d_job_add_bo(job, job->tile_state);
546 job->submit.qts = job->tile_state->offset;
H A Dv3d_context.h335 struct v3d_bo *tile_state; member in struct:v3d_job
H A Dv3dx_draw.c78 job->tile_state = v3d_bo_alloc(v3d->screen,
121 cl_address(job->tile_state, 0);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c192 v3dv_bo_free(job->device, job->tile_state);
596 job->tile_state = v3dv_bo_alloc(job->device, tile_state_size, "TSDA", true);
597 if (!job->tile_state) {
602 v3dv_job_add_bo_unchecked(job, job->tile_state);
H A Dv3dv_private.h970 struct v3dv_bo *tile_state; member in struct:v3dv_job
H A Dv3dv_queue.c608 submit.qts = job->tile_state->offset;

Completed in 21 milliseconds