Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_surface.h45 void fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf);
Dfreedreno_surface.c74 fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in fd_surface_destroy() function
Dfreedreno_resource.c1430 pctx->surface_destroy = fd_surface_destroy; in fd_resource_context_init()