Home
last modified time | relevance | path

Searched refs:cs_destroy (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/radeon/
Dradeon_cs_int.h54 int (*cs_destroy)(struct radeon_cs_int *cs); member
Dradeon_cs.c55 return csi->csm->funcs->cs_destroy(csi); in radeon_cs_destroy()
Dradeon_cs_gem.c523 .cs_destroy = cs_gem_destroy,
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_winsys.h284 void (*cs_destroy)(struct radeon_winsys_cs *cs); member
Dradeon_drm_cs.c559 ws->base.cs_destroy = radeon_drm_cs_destroy; in radeon_drm_cs_init_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c90 r300->rws->cs_destroy(r300->cs); in r300_destroy_context()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c196 rctx->ws->cs_destroy(rctx->cs); in r600_destroy_context()