/third_party/mesa3d/src/gallium/targets/graw-null/ |
D | graw_util.c | 57 return pipe->create_fs_state(pipe, &state); in graw_parse_fragment_shader()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_fs.c | 122 svga->pipe.create_fs_state = svga_create_fs_state; in svga_init_fs_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aaline.c | 574 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()
|
D | draw_pipe_aapoint.c | 650 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()
|
D | draw_pipe_pstipple.c | 488 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/ |
D | u_simple_shaders.c | 477 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()
|
D | u_tests.c | 458 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/ |
D | nv30_fragprog.c | 183 pipe->create_fs_state = nv30_fp_state_create; in nv30_fragprog_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 124 return pctx->create_fs_state(pctx, &cso); in assemble_tgsi()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 272 ret_state = pipe->create_fs_state(pipe, &state); in pp_tgsi_to_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 294 pctx->create_fs_state = fd2_fp_state_create; in fd2_prog_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 353 void * (*create_fs_state)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 482 pipe->create_fs_state = softpipe_create_fs_state; in softpipe_init_shader_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 420 ctx->create_fs_state = noop_create_shader_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Shader.cpp | 90 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/ |
D | ir3_gallium.c | 513 pctx->create_fs_state = ir3_shader_state_create; in ir3_prog_init()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 775 …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/ |
D | etnaviv_shader.c | 533 pctx->create_fs_state = etna_create_shader_state; in etna_shader_init()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 310 *cached_shader = pctx->create_fs_state(pctx, &shader_tmpl); in vc4_get_yuv_fs()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_blit.cpp | 726 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/ |
D | tegra_context.c | 287 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/ |
D | rbug_context.c | 415 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()
|
D | rbug_core.c | 111 state = pipe->create_fs_state(pipe, &pss); in rbug_shader_create_locked()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 729 ctx->base.create_fs_state = lima_create_fs_state; in lima_program_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 552 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()
|