Home
last modified time | relevance | path

Searched refs:create_tcs_state (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c195 llvmpipe->pipe.create_tcs_state = llvmpipe_create_tcs_state; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c223 svga->pipe.create_tcs_state = svga_create_tcs_state; in svga_init_ts_functions()
Dsvga_state_tgsi_transform.c121 return svga->pipe.create_tcs_state(&svga->pipe, state); in create_shader()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c427 ctx->create_tcs_state = noop_create_shader_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h368 void * (*create_tcs_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c504 pctx->create_tcs_state = ir3_shader_state_create; in ir3_prog_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c362 return context->gpu->create_tcs_state(context->gpu, cso); in tegra_create_tcs_state()
1317 context->base.create_tcs_state = tegra_create_tcs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c543 shader = pipe->create_tcs_state(pipe, state); in st_create_nir_shader()
902 v->base.driver_shader = pipe->create_tcs_state(pipe, &state); in st_create_common_variant()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c892 CTX_INIT(create_tcs_state); in dd_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c784 …pipeline->shader_cso[PIPE_SHADER_TESS_CTRL] = device->queue.ctx->create_tcs_state(device->queue.ct… in lvp_pipeline_compile()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1002 ctx->base.create_tcs_state = zink_create_cached_shader_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1480 pipe->create_tcs_state = nvc0_tcp_state_create; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1582 vctx->base.create_tcs_state = virgl_create_tcs_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2242 TR_CTX_INIT(create_tcs_state); in trace_context_create()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2168 return pipe->create_tcs_state(pipe, &state); in ureg_create_shader()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2209 pipe->create_tcs_state = swr_create_tcs_state; in swr_state_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2964 ctx->create_tcs_state = iris_create_shader_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c3106 ctx->create_tcs_state = crocus_create_tcs_state; in crocus_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3394 rctx->b.b.create_tcs_state = r600_create_tcs_state; in r600_init_common_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4334 CTX_INIT(create_tcs_state); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c4056 sctx->b.create_tcs_state = si_create_shader; in si_init_shader_functions()