/external/mesa3d/src/gallium/state_trackers/nine/ |
D | pixelshader9.c | 104 pipe->bind_fs_state(pipe, NULL); in NinePixelShader9_dtor() 112 pipe->bind_fs_state(pipe, NULL); in NinePixelShader9_dtor()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | shader-leak.c | 149 ctx->bind_fs_state(ctx, fs); in draw() 155 ctx->bind_fs_state(ctx, NULL); in draw()
|
D | fs-frontface.c | 144 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | fs-fragcoord.c | 170 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | fs-write-z.c | 148 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | tri.c | 98 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | tri-large.c | 101 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | occlusion-query.c | 146 info->ctx->bind_fs_state(info->ctx, handle); in set_fragment_shader()
|
D | quad-tex.c | 101 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | tex-swizzle.c | 97 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | tex-srgb.c | 117 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
|
D | tri-gs.c | 130 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
|
D | tri-instanced.c | 195 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 141 void (*bind_fs_state)(struct pipe_context *, void *); member 167 ctx->bind_fs_state = pipe->bind_fs_state; in util_blitter_create() 386 ctx->bind_fs_state(pipe, ctx->fs_empty); in bind_fs_empty() 400 ctx->bind_fs_state(pipe, ctx->fs_write_one_cbuf); in bind_fs_write_one_cbuf() 414 ctx->bind_fs_state(pipe, ctx->fs_write_all_cbufs); in bind_fs_write_all_cbufs() 604 ctx->bind_fs_state(pipe, ctx->base.saved_fs); in util_blitter_restore_fragment_states() 1734 ctx->bind_fs_state(pipe, in util_blitter_blit_generic() 1740 ctx->bind_fs_state(pipe, in util_blitter_blit_generic() 1746 ctx->bind_fs_state(pipe, in util_blitter_blit_generic() 1756 ctx->bind_fs_state(pipe, in util_blitter_blit_generic() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 621 pipe->bind_fs_state = aapoint->driver_bind_fs_state; in aapoint_destroy() 775 aapoint->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aapoint_stage() 780 pipe->bind_fs_state = aapoint_bind_fs_state; in draw_install_aapoint_stage()
|
D | draw_pipe_pstipple.c | 464 pstip->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_pstipple_stage() 487 pipe->bind_fs_state = pstip_bind_fs_state; in draw_install_pstipple_stage()
|
D | draw_pipe_aaline.c | 768 pipe->bind_fs_state = aaline->driver_bind_fs_state; in aaline_destroy() 979 aaline->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aaline_stage() 994 pipe->bind_fs_state = aaline_bind_fs_state; in draw_install_aaline_stage()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_fs.c | 128 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 616 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_render_ref() 643 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_render_ycbcr() 649 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_render_ycbcr()
|
D | vl_deint_filter.c | 503 … filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_copy_bottom : filter->fs_copy_top); in vl_deint_filter_render() 514 … filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_deint_top : filter->fs_deint_bottom); in vl_deint_filter_render()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 129 pctx->bind_fs_state = fd_fp_state_bind; in fd_prog_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragprog.c | 184 pipe->bind_fs_state = nv30_fp_state_bind; in nv30_fragprog_init()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 272 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_shader.c | 280 pctx->bind_fs_state = etna_bind_fs_state; in etna_shader_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 214 void (*bind_fs_state)(struct pipe_context *, void *); member
|