Home
last modified time | relevance | path

Searched refs:create_tcs_state (Results 1 – 23 of 23) 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.c215 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/include/pipe/
Dp_context.h384 void * (*create_tcs_state)(struct pipe_context *, member
/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/drivers/radeonsi/
Dsi_shaderlib_nir.c41 return sctx->b.create_tcs_state(&sctx->b, &state); in create_shader_state()
Dsi_state_shaders.cpp4304 sctx->b.create_tcs_state = si_create_shader; in si_init_shader_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c532 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()
1335 context->base.create_tcs_state = tegra_create_tcs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py358 create_tcs_state = _create_shader_state variable in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c892 CTX_INIT(create_tcs_state); in dd_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c538 shader = pipe->create_tcs_state(pipe, state); in st_create_nir_shader()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c638 return device->queue.ctx->create_tcs_state(device->queue.ctx, &shstate); in lvp_pipeline_compile_stage()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1212 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.c1604 vctx->base.create_tcs_state = virgl_create_tcs_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2341 TR_CTX_INIT(create_tcs_state); in trace_context_create()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2188 return pipe->create_tcs_state(pipe, &state); in ureg_create_shader()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2985 ctx->create_tcs_state = iris_create_shader_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp2449 ctx->base.create_tcs_state = d3d12_create_tcs_state; in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c3135 ctx->create_tcs_state = crocus_create_tcs_state; in crocus_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3456 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.c4535 CTX_INIT(create_tcs_state); in threaded_context_create()