Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/tests/graw/
Dshader-leak.c154 ctx->bind_fs_state(ctx, fs); in draw()
160 ctx->bind_fs_state(ctx, NULL); in draw()
Dfs-frontface.c146 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-write-z.c150 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-fragcoord.c172 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()
Dtex-srgb.c117 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()
Docclusion-query.c147 info->ctx->bind_fs_state(info->ctx, handle); in set_fragment_shader()
Dtri-gs.c135 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
Dtri-instanced.c187 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c157 void (*bind_fs_state)(struct pipe_context *, void *); member
178 ctx->bind_fs_state = pipe->bind_fs_state; in util_blitter_create()
450 ctx->bind_fs_state(pipe, ctx->fs_empty); in bind_fs_empty()
464 ctx->bind_fs_state(pipe, ctx->fs_write_one_cbuf); in bind_fs_write_one_cbuf()
478 ctx->bind_fs_state(pipe, ctx->fs_write_all_cbufs); in bind_fs_write_all_cbufs()
697 ctx->bind_fs_state(pipe, ctx->base.saved_fs); in util_blitter_restore_fragment_states()
2009 ctx->bind_fs_state(pipe, in util_blitter_blit_generic()
2013 ctx->bind_fs_state(pipe, in util_blitter_blit_generic()
2025 ctx->bind_fs_state(pipe, in util_blitter_blit_generic()
2029 ctx->bind_fs_state(pipe, in util_blitter_blit_generic()
[all …]
Du_threaded_context_calls.h70 CALL(bind_fs_state)
/third_party/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.c121 pipe->bind_fs_state(pipe, NULL); in NinePixelShader9_dtor()
130 pipe->bind_fs_state(pipe, NULL); in NinePixelShader9_dtor()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c123 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c575 pipe->bind_fs_state = aaline->driver_bind_fs_state; in aaline_destroy()
739 aaline->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aaline_stage()
744 pipe->bind_fs_state = aaline_bind_fs_state; in draw_install_aaline_stage()
Ddraw_pipe_aapoint.c651 pipe->bind_fs_state = aapoint->driver_bind_fs_state; in aapoint_destroy()
814 aapoint->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aapoint_stage()
819 pipe->bind_fs_state = aapoint_bind_fs_state; in draw_install_aapoint_stage()
Ddraw_pipe_pstipple.c489 pstip->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_pstipple_stage()
512 pipe->bind_fs_state = pstip_bind_fs_state; in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp140 pipe->bind_fs_state(pipe, pDevice->empty_fs); in CreateDevice()
335 pipe->bind_fs_state(pipe, NULL); in DestroyDevice()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c622 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_render_ref()
649 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_render_ycbcr()
655 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_render_ycbcr()
Dvl_deint_filter.c509 … filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_copy_bottom : filter->fs_copy_top); in vl_deint_filter_render()
520 … filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_deint_top : filter->fs_deint_bottom); in vl_deint_filter_render()
Dvl_matrix_filter.c300 filter->pipe->bind_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_render()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c184 pipe->bind_fs_state = nv30_fp_state_bind; in nv30_fragprog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c204 pctx->bind_fs_state = fd_fs_state_bind; in fd_prog_init()

123