Home
last modified time | relevance | path

Searched refs:sampler_view_destroy (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/
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/
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()
Dsvga_pipe_misc.c68 pipe->sampler_view_destroy(pipe, in svga_set_polygon_stipple()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp113 q.pipe->sampler_view_destroy(q.pipe, st); in unbind_sampler_view()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c326 pipe->sampler_view_destroy = nv30_sampler_view_destroy; in nv30_texture_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c357 pipe->sampler_view_destroy = softpipe_sampler_view_destroy; in softpipe_init_sampler_funcs()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c463 ctx->base.sampler_view_destroy = lima_sampler_view_destroy; in lima_state_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_desc.c355 ctx->base.sampler_view_destroy = etna_sampler_view_desc_destroy; in etna_texture_desc_init()
Detnaviv_texture_state.c608 ctx->base.sampler_view_destroy = etna_sampler_view_state_destroy; in etna_texture_state_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h805 void (*sampler_view_destroy)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c468 ctx->sampler_view_destroy = noop_sampler_view_destroy; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
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/freedreno/a6xx/
Dfd6_texture.c448 pctx->sampler_view_destroy = fd6_sampler_view_destroy; in fd6_texture_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
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/
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/
Dvc4_state.c719 pctx->sampler_view_destroy = vc4_sampler_view_destroy; in vc4_state_init()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c1068 i915->base.sampler_view_destroy = i915_sampler_view_destroy; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py454 def sampler_view_destroy(self, view): member in Context
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c330 pipe->sampler_view_destroy(pipe, ctx->view[i]); in destroy_sampler_views()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1506 pctx->sampler_view_destroy = v3d_sampler_view_destroy; in v3dX()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c1352 rb_pipe->base.sampler_view_destroy = rbug_context_sampler_view_destroy; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1385 context->base.sampler_view_destroy = tegra_sampler_view_destroy; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1481 pipe->sampler_view_destroy = nv50_sampler_view_destroy; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1474 pipe->sampler_view_destroy = nvc0_sampler_view_destroy; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1632 vctx->base.sampler_view_destroy = virgl_destroy_sampler_view; in virgl_context_create()

12