Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_job.c85 v3d_bo_unreference(&job->tile_state); in v3d_job_free()
549 v3d_job_add_bo(job, job->tile_state); in v3d_job_submit()
550 job->submit.qts = job->tile_state->offset; in v3d_job_submit()
H A Dv3d_context.h344 struct v3d_bo *tile_state; member
H A Dv3dx_draw.c79 job->tile_state = v3d_bo_alloc(v3d->screen, in start_binning()
124 cl_address(job->tile_state, 0); in start_binning()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c125 v3dv_bo_free(job->device, job->tile_state); in job_destroy_gpu_cl_resources()
482 job->tile_state = v3dv_bo_alloc(job->device, tile_state_size, "TSDA", true); in v3dv_job_start_frame()
483 if (!job->tile_state) { in v3dv_job_start_frame()
488 v3dv_job_add_bo_unchecked(job, job->tile_state); in v3dv_job_start_frame()
H A Dv3dv_private.h1102 struct v3dv_bo *tile_state; member
H A Dv3dv_queue.c765 submit.qts = job->tile_state->offset; in handle_cl_job()

Completed in 16 milliseconds