Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c132 if (!pctx->sampler_view_destroy) in fd_texture_init()
133 pctx->sampler_view_destroy = fd_sampler_view_destroy; in fd_texture_init()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c555 svga->pipe.sampler_view_destroy(&svga->pipe, in svga_cleanup_sampler_state()
569 svga->pipe.sampler_view_destroy = svga_sampler_view_destroy; in svga_init_sampler_functions()
H A Dsvga_pipe_misc.c68 pipe->sampler_view_destroy(pipe, in svga_set_polygon_stipple()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp113 q.pipe->sampler_view_destroy(q.pipe, st); in unbind_sampler_view()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c326 pipe->sampler_view_destroy = nv30_sampler_view_destroy; in nv30_texture_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c357 pipe->sampler_view_destroy = softpipe_sampler_view_destroy; in softpipe_init_sampler_funcs()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h805 void (*sampler_view_destroy)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c448 pctx->sampler_view_destroy = fd6_sampler_view_destroy;
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c463 ctx->base.sampler_view_destroy = lima_sampler_view_destroy; in lima_state_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c355 ctx->base.sampler_view_destroy = etna_sampler_view_desc_destroy; in etna_texture_desc_init()
H A Detnaviv_texture_state.c608 ctx->base.sampler_view_destroy = etna_sampler_view_state_destroy; in etna_texture_state_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c468 ctx->sampler_view_destroy = noop_sampler_view_destroy; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c484 pipe->sampler_view_destroy(pipe, view); in dd_context_sampler_view_destroy()
927 CTX_INIT(sampler_view_destroy); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c620 llvmpipe->pipe.sampler_view_destroy = llvmpipe_sampler_view_destroy; in llvmpipe_init_sampler_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h216 old_dst->context->sampler_view_destroy(old_dst->context, old_dst); in pipe_sampler_view_reference()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c719 pctx->sampler_view_destroy = vc4_sampler_view_destroy; in vc4_state_init()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py454 def sampler_view_destroy(self, view): member in Context
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c1068 i915->base.sampler_view_destroy = i915_sampler_view_destroy; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c330 pipe->sampler_view_destroy(pipe, ctx->view[i]); in destroy_sampler_views()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c1506 pctx->sampler_view_destroy = v3d_sampler_view_destroy; in state_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1385 context->base.sampler_view_destroy = tegra_sampler_view_destroy; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1632 vctx->base.sampler_view_destroy = virgl_destroy_sampler_view; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1481 pipe->sampler_view_destroy = nv50_sampler_view_destroy; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1717 ctx->sampler_view_destroy = agx_sampler_view_destroy; in agx_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1122 trace_dump_call_begin("pipe_context", "sampler_view_destroy"); in trace_context_sampler_view_destroy()
2367 TR_CTX_INIT(sampler_view_destroy); in trace_context_create()

Completed in 34 milliseconds

12