Home
last modified time | relevance | path

Searched refs:bind_fs_state (Results 1 – 25 of 58) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.c104 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/
Dshader-leak.c149 ctx->bind_fs_state(ctx, fs); in draw()
155 ctx->bind_fs_state(ctx, NULL); in draw()
Dfs-frontface.c144 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-fragcoord.c170 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-write-z.c148 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtri.c98 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtri-large.c101 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Docclusion-query.c146 info->ctx->bind_fs_state(info->ctx, handle); in set_fragment_shader()
Dquad-tex.c101 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtex-swizzle.c97 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtex-srgb.c117 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtri-gs.c130 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
Dtri-instanced.c195 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c141 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/
Ddraw_pipe_aapoint.c621 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()
Ddraw_pipe_pstipple.c464 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()
Ddraw_pipe_aaline.c768 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/
Dsvga_pipe_fs.c128 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c616 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()
Dvl_deint_filter.c503 … 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/
Dfreedreno_program.c129 pctx->bind_fs_state = fd_fp_state_bind; in fd_prog_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c184 pipe->bind_fs_state = nv30_fp_state_bind; in nv30_fragprog_init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c272 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c280 pctx->bind_fs_state = etna_bind_fs_state; in etna_shader_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h214 void (*bind_fs_state)(struct pipe_context *, void *); member

123