HomeSort by: relevance | last modified time | path
    Searched refs:resource_destroy (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_resource.c 60 r300screen->screen.resource_destroy = r300_resource_destroy;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_resource.c 57 r300screen->screen.resource_destroy = u_resource_destroy_vtbl;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer_helper.h 59 void (*resource_destroy)(struct pipe_screen *pscreen, member in struct:u_transfer_vtbl
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_resource.c 50 is->base.resource_destroy = i915_resource_destroy;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_transfer.h 53 void (*resource_destroy)(struct pipe_screen *, member in struct:u_resource_vtbl
u_transfer_helper.h 59 void (*resource_destroy)(struct pipe_screen *pscreen, member in struct:u_transfer_vtbl
u_transfer.c 127 ur->vtbl->resource_destroy(screen, resource);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_resource.c 52 is->base.resource_destroy = u_resource_destroy_vtbl;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_resource.c 80 pscreen->resource_destroy = u_resource_destroy_vtbl;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_resource.c 89 pscreen->resource_destroy = nv30_resource_destroy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_resource.c 144 is->screen.resource_destroy = svga_resource_destroy;
svga_draw_arrays.c 75 pipe->screen->resource_destroy(pipe->screen, dst);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_resource.c 113 pscreen->resource_destroy = u_resource_destroy_vtbl;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.c 122 pscreen->resource_destroy = u_resource_destroy_vtbl;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_resource.c 142 is->screen.resource_destroy = u_resource_destroy_vtbl;
svga_draw_arrays.c 75 pipe->screen->resource_destroy(pipe->screen, dst);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_resource.c 124 pscreen->resource_destroy = nv50_resource_destroy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.c 176 pscreen->resource_destroy = nvc0_resource_destroy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
compute_memory_pool.c 354 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/r600/
compute_memory_pool.c 354 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.old/dist/src/gallium/include/pipe/
p_screen.h 283 void (*resource_destroy)(struct pipe_screen *, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
tegra_screen.c 255 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/drivers/tegra/
tegra_screen.c 250 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.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_screen.c 298 screen->resource_destroy(screen, res);
570 dscreen->base.resource_destroy = dd_screen_resource_destroy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h 329 void (*resource_destroy)(struct pipe_screen *, member in struct:pipe_screen

Completed in 11 milliseconds

1 2 3