Home
last modified time | relevance | path

Searched refs:lima_bo_unreference (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.c130 lima_bo_unreference(s->bo); in plb_pp_stream_delete_fn()
158 lima_bo_unreference(ctx->plb[i]); in lima_context_destroy()
160 lima_bo_unreference(ctx->gp_tile_heap[i]); in lima_context_destroy()
164 lima_bo_unreference(ctx->plb_gp_stream); in lima_context_destroy()
167 lima_bo_unreference(ctx->gp_output); in lima_context_destroy()
Dlima_bo.h58 void lima_bo_unreference(struct lima_bo *bo);
Dlima_program.c350 lima_bo_unreference(so->bo); in lima_delete_fs_state()
420 lima_bo_unreference(fs->bo); in lima_update_fs_state()
496 lima_bo_unreference(so->bo); in lima_delete_vs_state()
Dlima_screen.c60 lima_bo_unreference(screen->pp_buffer); in lima_screen_destroy()
690 lima_bo_unreference(screen->pp_buffer); in lima_screen_create()
Dlima_resource.c275 lima_bo_unreference(res->bo); in lima_resource_destroy()
575 lima_bo_unreference(res->bo); in lima_transfer_map()
Dlima_bo.c329 void lima_bo_unreference(struct lima_bo *bo) in lima_bo_unreference() function
Dlima_job.c235 lima_bo_unreference(*bo); in lima_job_start()
617 lima_bo_unreference(entry->bo); in lima_free_stale_pp_stream_bo()
Dlima_draw.c1046 lima_bo_unreference(ctx->gp_output); /* held by job */ in lima_draw_vbo_update()