Searched refs:resource_destroy (Results 1 - 25 of 76) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_resource.c57 r300screen->screen.resource_destroy = u_resource_destroy_vtbl;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_resource.c60 r300screen->screen.resource_destroy = r300_resource_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_transfer.h53 void (*resource_destroy)(struct pipe_screen *, member in struct:u_resource_vtbl
H A Du_transfer_helper.h59 void (*resource_destroy)(struct pipe_screen *pscreen, member in struct:u_transfer_vtbl
H A Du_transfer.c127 ur->vtbl->resource_destroy(screen, resource);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource.c52 is->base.resource_destroy = u_resource_destroy_vtbl;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c80 pscreen->resource_destroy = u_resource_destroy_vtbl;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.h59 void (*resource_destroy)(struct pipe_screen *pscreen, member in struct:u_transfer_vtbl
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource.c50 is->base.resource_destroy = i915_resource_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c89 pscreen->resource_destroy = nv30_resource_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c122 pscreen->resource_destroy = u_resource_destroy_vtbl;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource.c142 is->screen.resource_destroy = u_resource_destroy_vtbl;
H A Dsvga_draw_arrays.c75 pipe->screen->resource_destroy(pipe->screen, dst);
H A Dsvga_draw_elements.c143 pipe->screen->resource_destroy(pipe->screen, dst);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c113 pscreen->resource_destroy = u_resource_destroy_vtbl;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource.c144 is->screen.resource_destroy = svga_resource_destroy;
H A Dsvga_draw_arrays.c75 pipe->screen->resource_destroy(pipe->screen, dst);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h283 void (*resource_destroy)(struct pipe_screen *, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c354 pool->screen->b.b.resource_destroy(screen, src);
470 pool->screen->b.b.resource_destroy(screen, tmp);
522 pool->screen->b.b.resource_destroy(
539 pool->screen->b.b.resource_destroy(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c124 pscreen->resource_destroy = nv50_resource_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c176 pscreen->resource_destroy = nvc0_resource_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c354 pool->screen->b.b.resource_destroy(screen, src);
469 pool->screen->b.b.resource_destroy(screen, tmp);
521 pool->screen->b.b.resource_destroy(
538 pool->screen->b.b.resource_destroy(
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c250 screen->gpu->resource_destroy(screen->gpu, resource->gpu);
499 screen->gpu->resource_destroy(screen->gpu, resource->gpu);
579 screen->base.resource_destroy = tegra_screen_resource_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c255 screen->gpu->resource_destroy(screen->gpu, resource->gpu);
510 screen->gpu->resource_destroy(screen->gpu, resource->gpu);
614 screen->base.resource_destroy = tegra_screen_resource_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c298 screen->resource_destroy(screen, res);
570 dscreen->base.resource_destroy = dd_screen_resource_destroy;

Completed in 13 milliseconds

1234