Home
last modified time | relevance | path

Searched refs:create_vs_state (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c93 llvmpipe->pipe.create_vs_state = llvmpipe_create_vs_state; in llvmpipe_init_vs_funcs()
/third_party/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c42 return pipe->create_vs_state(pipe, &state); in graw_parse_vertex_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c213 svga->pipe.create_vs_state = svga_create_vs_state; in svga_init_vs_functions()
Dsvga_state_tgsi_transform.c110 return svga->pipe.create_vs_state(&svga->pipe, state); in create_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c126 return pctx->create_vs_state(pctx, &cso); in assemble_tgsi()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c261 pipe->create_vs_state = nv30_vp_state_create; in nv30_vertprog_init()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c269 ret_state = pipe->create_vs_state(pipe, &state); in pp_tgsi_to_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c297 pctx->create_vs_state = fd2_vp_state_create; in fd2_prog_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c430 ctx->create_vs_state = noop_create_shader_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h358 void * (*create_vs_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c486 pipe->create_vs_state = softpipe_create_vs_state; in softpipe_init_shader_funcs()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp93 handle = pipe->create_vs_state(pipe, &state); in CreateEmptyShader()
555 pShader->handle = pipe->create_vs_state(pipe, &pShader->state); in CreateVertexShader()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c501 pctx->create_vs_state = ir3_shader_state_create; in ir3_prog_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c536 pctx->create_vs_state = etna_create_shader_state; in etna_shader_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c220 vc4->yuv_linear_blit_vs = pctx->create_vs_state(pctx, &shader_tmpl); in vc4_get_yuv_vs()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c312 return context->gpu->create_vs_state(context->gpu, cso); in tegra_create_vs_state()
1309 context->base.create_vs_state = tegra_create_vs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c463 result = pipe->create_vs_state(pipe, state); in rbug_create_vs_state()
1321 rb_pipe->base.create_vs_state = rbug_create_vs_state; in rbug_context_create()
Drbug_core.c114 state = pipe->create_vs_state(pipe, &pss); in rbug_shader_create_locked()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c733 ctx->base.create_vs_state = lima_create_vs_state; in lima_program_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c540 shader = pipe->create_vs_state(pipe, state); in st_create_nir_shader()
899 v->base.driver_shader = pipe->create_vs_state(pipe, &state); in st_create_common_variant()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1738 hud->vs_color = pipe->create_vs_state(pipe, &state); in hud_set_draw_context()
1774 hud->vs_text = pipe->create_vs_state(pipe, &state); in hud_set_draw_context()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py337 create_vs_state = _create_shader_state variable in Context
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c1050 i915->base.create_vs_state = i915_create_vs_state; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c155 return pipe->create_vs_state(pipe, &state); in util_make_layered_clear_helper_vertex_shader()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c603 v3d->sand8_blit_vs = pctx->create_vs_state(pctx, &shader_tmpl); in v3d_get_sand8_vs()

12