Home
last modified time | relevance | path

Searched refs:create_fs_state (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c57 return pipe->create_fs_state(pipe, &state); in graw_parse_fragment_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c122 svga->pipe.create_fs_state = svga_create_fs_state; in svga_init_fs_functions()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c574 pipe->create_fs_state = aaline->driver_create_fs_state; in aaline_destroy()
738 aaline->driver_create_fs_state = pipe->create_fs_state; in draw_install_aaline_stage()
743 pipe->create_fs_state = aaline_create_fs_state; in draw_install_aaline_stage()
Ddraw_pipe_aapoint.c650 pipe->create_fs_state = aapoint->driver_create_fs_state; in aapoint_destroy()
813 aapoint->driver_create_fs_state = pipe->create_fs_state; in draw_install_aapoint_stage()
818 pipe->create_fs_state = aapoint_create_fs_state; in draw_install_aapoint_stage()
Ddraw_pipe_pstipple.c488 pstip->driver_create_fs_state = pipe->create_fs_state; in draw_install_pstipple_stage()
511 pipe->create_fs_state = pstip_create_fs_state; in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c477 return pipe->create_fs_state(pipe, &state); in util_make_fragment_passthrough_shader()
572 return pipe->create_fs_state(pipe, &state); in util_make_fs_blit_msaa_gen()
689 return pipe->create_fs_state(pipe, &state); in util_make_fs_blit_msaa_depthstencil()
1204 return pipe->create_fs_state(pipe, &state); in util_make_fs_stencil_blit()
Du_tests.c458 fs = ctx->create_fs_state(ctx, &state); in util_test_constant_buffer()
755 void *fs = ctx->create_fs_state(ctx, &state); in test_texture_barrier()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c183 pipe->create_fs_state = nv30_fp_state_create; in nv30_fragprog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c124 return pctx->create_fs_state(pctx, &cso); in assemble_tgsi()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c272 ret_state = pipe->create_fs_state(pipe, &state); in pp_tgsi_to_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c294 pctx->create_fs_state = fd2_fp_state_create; in fd2_prog_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h353 void * (*create_fs_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c482 pipe->create_fs_state = softpipe_create_fs_state; in softpipe_init_shader_funcs()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c420 ctx->create_fs_state = noop_create_shader_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp90 handle = pipe->create_fs_state(pipe, &state); in CreateEmptyShader()
1008 pShader->handle = pipe->create_fs_state(pipe, &pShader->state); in CreatePixelShader()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c513 pctx->create_fs_state = ir3_shader_state_create; in ir3_prog_init()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c775 …pipeline->shader_cso[PIPE_SHADER_FRAGMENT] = device->queue.ctx->create_fs_state(device->queue.ctx,… in lvp_pipeline_compile()
908 …pipeline->shader_cso[PIPE_SHADER_FRAGMENT] = device->queue.ctx->create_fs_state(device->queue.ctx,… in lvp_graphics_pipeline_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c533 pctx->create_fs_state = etna_create_shader_state; in etna_shader_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c310 *cached_shader = pctx->create_fs_state(pctx, &shader_tmpl); in vc4_get_yuv_fs()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp726 result = ctx->base.create_fs_state(&ctx->base, &state); in get_stencil_resolve_fs()
729 result = ctx->base.create_fs_state(&ctx->base, &state); in get_stencil_resolve_fs()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c287 return context->gpu->create_fs_state(context->gpu, cso); in tegra_create_fs_state()
1305 context->base.create_fs_state = tegra_create_fs_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c415 result = pipe->create_fs_state(pipe, state); in rbug_create_fs_state()
1318 rb_pipe->base.create_fs_state = rbug_create_fs_state; in rbug_context_create()
Drbug_core.c111 state = pipe->create_fs_state(pipe, &pss); in rbug_shader_create_locked()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c729 ctx->base.create_fs_state = lima_create_fs_state; in lima_program_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c552 shader = pipe->create_fs_state(pipe, state); in st_create_nir_shader()
1646 variant->base.driver_shader = pipe->create_fs_state(pipe, &state); in st_create_fp_variant()

12