Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A 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()
H A Dlima_job.h98 struct lima_job * lima_job_get_with_fb(struct lima_context *ctx,
H A Dlima_job.c163 lima_job_get_with_fb(struct lima_context *ctx, in lima_job_get_with_fb() function
190 return lima_job_get_with_fb(ctx, fb->base.cbufs[0], fb->base.zsbuf); in _lima_job_get()