Home
last modified time | relevance | path

Searched refs:lima_job_get_with_fb (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.h98 struct lima_job * lima_job_get_with_fb(struct lima_context *ctx,
Dlima_blit.c266 job = lima_job_get_with_fb(ctx, NULL, dst_surf); in lima_do_blit()
268 job = lima_job_get_with_fb(ctx, dst_surf, NULL); in lima_do_blit()
Dlima_job.c162 lima_job_get_with_fb(struct lima_context *ctx, in lima_job_get_with_fb() function
189 return lima_job_get_with_fb(ctx, fb->base.cbufs[0], fb->base.zsbuf); in _lima_job_get()