Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_resource.c60 r300screen->screen.resource_destroy = r300_resource_destroy; in r300_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c50 is->base.resource_destroy = i915_resource_destroy; in i915_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c89 pscreen->resource_destroy = nv30_resource_destroy; in nv30_resource_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.h59 void (*resource_destroy)(struct pipe_screen *pscreen, member
H A Du_transfer_helper.c123 helper->vtbl->resource_destroy(pscreen, prsc); in u_transfer_helper_resource_create()
160 helper->vtbl->resource_destroy(pscreen, prsc); in u_transfer_helper_resource_destroy()
H A Du_inlines.h145 res->screen->resource_destroy(res->screen, res); in pipe_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c255 screen->gpu->resource_destroy(screen->gpu, resource->gpu); in tegra_screen_resource_create()
510 screen->gpu->resource_destroy(screen->gpu, resource->gpu); in tegra_screen_resource_create_with_modifiers()
614 screen->base.resource_destroy = tegra_screen_resource_destroy; in tegra_screen_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c391 pool->screen->b.b.resource_destroy(screen, src); in compute_memory_promote_item()
512 pool->screen->b.b.resource_destroy(screen, tmp); in compute_memory_move_item()
551 screen->resource_destroy(screen, res); in compute_memory_free_item()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c144 is->screen.resource_destroy = svga_resource_destroy; in svga_init_screen_resource_functions()
H A Dsvga_draw_arrays.c75 pipe->screen->resource_destroy(pipe->screen, dst); in generate_indices()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c124 pscreen->resource_destroy = nv50_resource_destroy; in nv50_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c176 pscreen->resource_destroy = nvc0_resource_destroy; in nvc0_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h356 void (*resource_destroy)(struct pipe_screen *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c300 screen->resource_destroy(screen, res); in dd_screen_resource_destroy()
644 dscreen->base.resource_destroy = dd_screen_resource_destroy; in ddebug_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c198 res->screen->resource_destroy(res->screen, res); in clear_dirty_dmabuf_set()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c535 screen->resource_destroy = softpipe_resource_destroy; in softpipe_init_screen_texture_funcs()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c485 rb_screen->base.resource_destroy = rbug_screen_resource_destroy; in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1161 .resource_destroy = v3d_resource_destroy,
1179 pscreen->resource_destroy = u_transfer_helper_resource_destroy; in v3d_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1122 .resource_destroy = vc4_resource_destroy,
1139 pscreen->resource_destroy = vc4_resource_destroy; in vc4_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c920 .resource_destroy = lima_resource_destroy,
932 screen->base.resource_destroy = lima_resource_destroy; in lima_resource_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c931 screen->resource_destroy(screen, resource); in trace_screen_resource_destroy()
1437 tr_scr->base.resource_destroy = trace_screen_resource_destroy; in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c1139 .resource_destroy = agx_resource_destroy,
1203 screen->resource_destroy = u_transfer_helper_resource_destroy; in agx_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c786 screen->resource_destroy = noop_resource_destroy; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c705 pscreen->resource_destroy = etna_resource_destroy; in etna_resource_screen_init()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py217 def resource_destroy(self, resource): member in Screen

Completed in 34 milliseconds

12