Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c430 pipe->bind_fs_state(pipe, ctx->base.saved_fs); in blitter_restore_fragment_states()
932 pipe->bind_fs_state(pipe, blitter_get_fs_col(ctx, num_cbufs, int_format)); in util_blitter_clear_custom()
1172 pipe->bind_fs_state(pipe, in util_blitter_copy_texture_view()
1177 pipe->bind_fs_state(pipe, in util_blitter_copy_texture_view()
1182 pipe->bind_fs_state(pipe, in util_blitter_copy_texture_view()
1191 pipe->bind_fs_state(pipe, in util_blitter_copy_texture_view()
1301 pipe->bind_fs_state(pipe, blitter_get_fs_col(ctx, 1, FALSE)); in util_blitter_clear_render_target()
1367 pipe->bind_fs_state(pipe, blitter_get_fs_col(ctx, 0, FALSE)); in util_blitter_clear_depth_stencil()
1414 pipe->bind_fs_state(pipe, blitter_get_fs_col(ctx, 0, FALSE)); in util_blitter_custom_depth_stencil()
1526 pipe->bind_fs_state(pipe, blitter_get_fs_col(ctx, 1, FALSE)); in util_blitter_custom_resolve_color()
[all …]
/external/mesa3d/src/gallium/tests/graw/
Dshader-leak.c150 ctx->bind_fs_state(ctx, fs); in draw()
156 ctx->bind_fs_state(ctx, NULL); in draw()
Dfs-write-z.c147 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-frontface.c143 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dfs-fragcoord.c169 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtri.c97 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()
Dtex-swizzle.c95 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtex-srgb.c115 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dquad-tex.c99 info.ctx->bind_fs_state(info.ctx, handle); in set_fragment_shader()
Dtri-gs.c131 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
Dtri-instanced.c196 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
Dquad-sample.c144 ctx->bind_fs_state(ctx, handle); in set_fragment_shader()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c134 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c613 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_render_ref()
638 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_render_ycbcr()
644 renderer->pipe->bind_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_render_ycbcr()
Dvl_matrix_filter.c311 filter->pipe->bind_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_render()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_fragprog.c168 pipe->bind_fs_state = nv30_fp_state_bind; in nv30_fragprog_init()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c304 ctx->pipe->bind_fs_state( ctx->pipe, NULL ); in cso_release_all()
557 ctx->pipe->bind_fs_state(ctx->pipe, handle); in cso_set_fragment_shader_handle()
566 ctx->pipe->bind_fs_state(ctx->pipe, NULL); in cso_delete_fragment_shader()
581 ctx->pipe->bind_fs_state(ctx->pipe, ctx->fragment_shader_saved); in cso_restore_fragment_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h164 void (*bind_fs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c778 pipe->bind_fs_state = aapoint->driver_bind_fs_state; in aapoint_destroy()
899 aapoint->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aapoint_stage()
904 pipe->bind_fs_state = aapoint_bind_fs_state; in draw_install_aapoint_stage()
Ddraw_pipe_aaline.c792 pipe->bind_fs_state = aaline->driver_bind_fs_state; in aaline_destroy()
959 aaline->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_aaline_stage()
967 pipe->bind_fs_state = aaline_bind_fs_state; in draw_install_aaline_stage()
Ddraw_pipe_pstipple.c794 pstip->driver_bind_fs_state = pipe->bind_fs_state; in draw_install_pstipple_stage()
803 pipe->bind_fs_state = pstip_bind_fs_state; in draw_install_pstipple_stage()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1082 i915->base.bind_fs_state = i915_bind_fs_state; in i915_init_state_functions()
1112 i915->saved_bind_fs_state = i915->base.bind_fs_state; in i915_init_fixup_state_functions()
1113 i915->base.bind_fs_state = i915_fixup_bind_fs_state; in i915_init_fixup_state_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c295 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c382 pipe->bind_fs_state = softpipe_bind_fs_state; in softpipe_init_shader_funcs()

12