Home
last modified time | relevance | path

Searched refs:create_gs_state (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c27 return pipe->create_gs_state(pipe, &state); in graw_parse_geometry_shader()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c116 llvmpipe->pipe.create_gs_state = llvmpipe_create_gs_state; in llvmpipe_init_gs_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_gs.c129 svga->pipe.create_gs_state = svga_create_gs_state; in svga_init_gs_functions()
H A Dsvga_state_tgsi_transform.c119 return svga->pipe.create_gs_state(&svga->pipe, state); in create_shader()
326 gs = svga->pipe.create_gs_state(&svga->pipe, &templ); in emulate_point_sprite()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDraw.cpp82 gs->handle = pipe->create_gs_state(pipe, &gs->state); in ResolveState()
H A DShader.cpp96 handle = pipe->create_gs_state(pipe, &state); in CreateEmptyShader()
691 pShader->handle = pipe->create_gs_state(pipe, &pShader->state); in CreateGeometryShader()
909 pShader->handle = pipe->create_gs_state(pipe, &pShader->state); in CreateGeometryShaderWithStreamOutput()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c476 pipe->create_gs_state = softpipe_create_gs_state; in softpipe_init_shader_funcs()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h379 void * (*create_gs_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c538 pctx->create_gs_state = ir3_shader_state_create; in ir3_prog_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c429 ctx->create_gs_state = noop_create_shader_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py360 create_gs_state = _create_shader_state variable in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c112 state = pipe->create_gs_state(pipe, &pss); in rbug_shader_create_locked()
H A Drbug_context.c510 result = pipe->create_gs_state(pipe, state); in rbug_create_gs_state()
1323 rb_pipe->base.create_gs_state = rbug_create_gs_state; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c337 return context->gpu->create_gs_state(context->gpu, cso); in tegra_create_gs_state()
1331 context->base.create_gs_state = tegra_create_gs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c999 pctx->create_gs_state = v3d_shader_state_create; in v3d_program_init()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c636 return device->queue.ctx->create_gs_state(device->queue.ctx, &shstate); in lvp_pipeline_compile_stage()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c544 shader = pipe->create_gs_state(pipe, state); in st_create_nir_shader()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c889 CTX_INIT(create_gs_state); in dd_context_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c199 return pipe->create_gs_state(pipe, &state); in util_make_layered_clear_geometry_shader()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1208 ctx->base.create_gs_state = zink_create_cached_shader_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1606 vctx->base.create_gs_state = virgl_create_gs_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1486 pipe->create_gs_state = nv50_gp_state_create; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2338 TR_CTX_INIT(create_gs_state); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1479 pipe->create_gs_state = nvc0_gp_state_create; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2987 ctx->create_gs_state = iris_create_shader_state; in iris_init_program_functions()

Completed in 39 milliseconds

12