Searched refs:tile_state (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_job.c | 83 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 D | v3d_context.h | 284 struct v3d_bo *tile_state; member in struct:v3d_job
|
| H A D | v3dx_draw.c | 81 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 D | v3d_job.c | 85 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 D | v3d_context.h | 335 struct v3d_bo *tile_state; member in struct:v3d_job
|
| H A D | v3dx_draw.c | 78 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 D | v3dv_cmd_buffer.c | 192 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 D | v3dv_private.h | 970 struct v3dv_bo *tile_state; member in struct:v3dv_job
|
| H A D | v3dv_queue.c | 608 submit.qts = job->tile_state->offset;
|
Completed in 21 milliseconds