Home
last modified time | relevance | path

Searched refs:delete_tcs_state (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h83 CALL(delete_tcs_state)
Du_threaded_context.c4537 CTX_INIT(delete_tcs_state); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c197 llvmpipe->pipe.delete_tcs_state = llvmpipe_delete_tcs_state; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c217 svga->pipe.delete_tcs_state = svga_delete_tcs_state; in svga_init_ts_functions()
Dsvga_state_ts.c206 svga->pipe.delete_tcs_state(&svga->pipe, in get_passthrough_tcs()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h387 void (*delete_tcs_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c449 ctx->delete_tcs_state = noop_delete_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c533 pctx->delete_tcs_state = ir3_shader_state_delete; in ir3_prog_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c378 context->gpu->delete_tcs_state(context->gpu, so); in tegra_delete_tcs_state()
1337 context->base.delete_tcs_state = tegra_delete_tcs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c89 rctx->b.b.delete_tcs_state(&rctx->b.b, rctx->fixed_func_tcs_shader); in r600_destroy_context()
Dr600_state_common.c3477 rctx->b.b.delete_tcs_state = r600_delete_tcs_state; in r600_init_common_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c239 nvc0->base.pipe.delete_tcs_state(&nvc0->base.pipe, nvc0->tcp_empty); in nvc0_context_unreference_resources()
Dnvc0_state.c1490 pipe->delete_tcs_state = nvc0_sp_state_delete; in nvc0_init_state_functions()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c340 st->pipe->delete_tcs_state(st->pipe, entry->shader); in free_zombie_shaders()
Dst_program.c238 st->pipe->delete_tcs_state(st->pipe, v->driver_shader); in delete_variant()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py385 delete_tcs_state = _delete_shader_state variable in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c894 CTX_INIT(delete_tcs_state); in dd_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c57 …device->queue.ctx->delete_tcs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_TESS_CTRL]… in lvp_pipeline_destroy()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1214 ctx->base.delete_tcs_state = zink_delete_cached_shader_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c235 sctx->b.delete_tcs_state(&sctx->b, entry->data); in si_destroy_context()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1616 vctx->base.delete_tcs_state = virgl_delete_tcs_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2343 TR_CTX_INIT(delete_tcs_state); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2992 ctx->delete_tcs_state = iris_delete_shader_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp2451 ctx->base.delete_tcs_state = d3d12_delete_tcs_state; in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c3142 ctx->delete_tcs_state = crocus_delete_tcs_state; in crocus_init_program_functions()

12