Home
last modified time | relevance | path

Searched refs:bind_fragment_sampler_states (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/tests/graw/
Dtex-swizzle.c154 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler); in init_tex()
Dtex-srgb.c167 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler); in init_tex()
Dquad-tex.c174 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler); in init_tex()
Dquad-sample.c292 ctx->bind_fragment_sampler_states(ctx, 1, &sampler); in init_tex()
Dfs-test.c419 ctx->bind_fragment_sampler_states(ctx, 1, &sampler); in init_tex()
Dvs-test.c370 ctx->bind_fragment_sampler_states(ctx, 1, &sampler); in init_tex()
Dgs-test.c483 ctx->bind_fragment_sampler_states(ctx, 1, &sampler); in init_tex()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h137 void (*bind_fragment_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_fragtex.c200 pipe->bind_fragment_sampler_states = nv30_fragtex_sampler_states_bind; in nv30_fragtex_init()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c795 pipe->bind_fragment_sampler_states = aaline->driver_bind_sampler_states; in aaline_destroy()
962 aaline->driver_bind_sampler_states = pipe->bind_fragment_sampler_states; in draw_install_aaline_stage()
970 pipe->bind_fragment_sampler_states = aaline_bind_sampler_states; in draw_install_aaline_stage()
Ddraw_pipe_pstipple.c797 pstip->driver_bind_sampler_states = pipe->bind_fragment_sampler_states; in draw_install_pstipple_stage()
806 pipe->bind_fragment_sampler_states = pstip_bind_sampler_states; in draw_install_pstipple_stage()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1070 i915->base.bind_fragment_sampler_states = i915_bind_fragment_sampler_states; in i915_init_state_functions()
1114 i915->saved_bind_sampler_states = i915->base.bind_fragment_sampler_states; in i915_init_fixup_state_functions()
1115 i915->base.bind_fragment_sampler_states = i915_fixup_bind_sampler_states; in i915_init_fixup_state_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c294 ctx->bind_fragment_sampler_states = noop_bind_sampler; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c324 llvmpipe->pipe.bind_fragment_sampler_states = llvmpipe_bind_fragment_sampler_states; in llvmpipe_init_sampler_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c312 svga->pipe.bind_fragment_sampler_states = svga_bind_fragment_sampler_states; in svga_init_sampler_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c379 pipe->bind_fragment_sampler_states = softpipe_bind_fragment_sampler_states; in softpipe_init_sampler_funcs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c479 pipe->bind_fragment_sampler_states(pipe, in blitter_restore_textures()
1213 pipe->bind_fragment_sampler_states(pipe, 2, samplers); in util_blitter_copy_texture_view()
1228 pipe->bind_fragment_sampler_states(pipe, 1, &ctx->sampler_state); in util_blitter_copy_texture_view()
1233 pipe->bind_fragment_sampler_states(pipe, 1, &ctx->sampler_state); in util_blitter_copy_texture_view()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c308 filter->pipe->bind_fragment_sampler_states(filter->pipe, 1, &filter->sampler); in vl_matrix_filter_render()
Dvl_idct.c839 idct->pipe->bind_fragment_sampler_states(idct->pipe, 2, idct->samplers); in vl_idct_flush()
864 idct->pipe->bind_fragment_sampler_states(idct->pipe, 2, idct->samplers); in vl_idct_prepare_stage2()
Dvl_median_filter.c387 filter->pipe->bind_fragment_sampler_states(filter->pipe, 1, &filter->sampler); in vl_median_filter_render()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c182 pipe->bind_fragment_sampler_states(pipe, num_samplers, samplers); in identity_bind_sampler_states()
894 id_pipe->base.bind_fragment_sampler_states = identity_bind_fragment_sampler_states; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c205 pipe->bind_fragment_sampler_states(pipe, num_samplers, samplers); in galahad_context_bind_sampler_states()
1014 GLHD_PIPE_INIT(bind_fragment_sampler_states); in galahad_context_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c300 ctx->pipe->bind_fragment_sampler_states( ctx->pipe, 0, NULL ); in cso_release_all()
1050 ctx->pipe->bind_fragment_sampler_states(ctx->pipe, in single_sampler_done()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c274 pipe->bind_fragment_sampler_states(pipe, in rbug_bind_fragment_sampler_states()
1177 rb_pipe->base.bind_fragment_sampler_states = rbug_bind_fragment_sampler_states; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c329 pipe->bind_fragment_sampler_states(pipe, num_states, states); in trace_context_bind_sampler_states()
1601 TR_CTX_INIT(bind_fragment_sampler_states); in trace_context_create()

12