Home
last modified time | relevance | path

Searched refs:create_tes_state (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_ts.c218 svga->pipe.create_tes_state = svga_create_tes_state; in svga_init_ts_functions()
H A Dsvga_state_tgsi_transform.c123 return svga->pipe.create_tes_state(&svga->pipe, state); in create_shader()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_tess.c199 llvmpipe->pipe.create_tes_state = llvmpipe_create_tes_state; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c43 return sctx->b.create_tes_state(&sctx->b, &state); in create_shader_state()
H A Dsi_state_shaders.cpp4305 sctx->b.create_tes_state = si_create_shader;
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h389 void * (*create_tes_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c535 pctx->create_tes_state = ir3_shader_state_create; in ir3_prog_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c428 ctx->create_tes_state = noop_create_shader_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py359 create_tes_state = _create_shader_state variable in Context
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c387 return context->gpu->create_tes_state(context->gpu, cso); in tegra_create_tes_state()
1339 context->base.create_tes_state = tegra_create_tes_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c640 return device->queue.ctx->create_tes_state(device->queue.ctx, &shstate); in lvp_pipeline_compile_stage()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c541 shader = pipe->create_tes_state(pipe, state); in st_create_nir_shader()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c895 CTX_INIT(create_tes_state); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1216 ctx->base.create_tes_state = zink_create_cached_shader_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1605 vctx->base.create_tes_state = virgl_create_tes_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2344 TR_CTX_INIT(create_tes_state); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1481 pipe->create_tes_state = nvc0_tep_state_create; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2986 ctx->create_tes_state = iris_create_shader_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c2190 return pipe->create_tes_state(pipe, &state); in ureg_create_shader()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c3457 rctx->b.b.create_tes_state = r600_create_tes_state; in r600_init_common_state_functions()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c3136 ctx->create_tes_state = crocus_create_tes_state; in crocus_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2453 ctx->base.create_tes_state = d3d12_create_tes_state;
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c4538 CTX_INIT(create_tes_state); in threaded_context_create()

Completed in 55 milliseconds