HomeSort by relevance Sort by last modified time
    Searched refs:bind_fragment_sampler_states (Results 1 - 25 of 37) sorted by null

1 2

  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 174 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
tex-srgb.c 167 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
tex-swizzle.c 154 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
quad-sample.c 292 ctx->bind_fragment_sampler_states(ctx, 1, &sampler);
fs-test.c 419 ctx->bind_fragment_sampler_states(ctx, 1, &sampler);
gs-test.c 483 ctx->bind_fragment_sampler_states(ctx, 1, &sampler);
vs-test.c 370 ctx->bind_fragment_sampler_states(ctx, 1, &sampler);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 324 llvmpipe->pipe.bind_fragment_sampler_states = llvmpipe_bind_fragment_sampler_states;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 294 ctx->bind_fragment_sampler_states = noop_bind_sampler;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 200 pipe->bind_fragment_sampler_states = nv30_fragtex_sampler_states_bind;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 312 svga->pipe.bind_fragment_sampler_states = svga_bind_fragment_sampler_states;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 137 void (*bind_fragment_sampler_states)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 797 pstip->driver_bind_sampler_states = pipe->bind_fragment_sampler_states;
806 pipe->bind_fragment_sampler_states = pstip_bind_sampler_states;
draw_pipe_aaline.c 795 pipe->bind_fragment_sampler_states = aaline->driver_bind_sampler_states;
962 aaline->driver_bind_sampler_states = pipe->bind_fragment_sampler_states;
970 pipe->bind_fragment_sampler_states = aaline_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 379 pipe->bind_fragment_sampler_states = softpipe_bind_fragment_sampler_states;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 1070 i915->base.bind_fragment_sampler_states = i915_bind_fragment_sampler_states;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 479 pipe->bind_fragment_sampler_states(pipe,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 308 filter->pipe->bind_fragment_sampler_states(filter->pipe, 1, &filter->sampler);
vl_median_filter.c 387 filter->pipe->bind_fragment_sampler_states(filter->pipe, 1, &filter->sampler);
vl_idct.c 839 idct->pipe->bind_fragment_sampler_states(idct->pipe, 2, idct->samplers);
864 idct->pipe->bind_fragment_sampler_states(idct->pipe, 2, idct->samplers);
vl_zscan.c 599 zscan->pipe->bind_fragment_sampler_states(zscan->pipe, 3, zscan->samplers);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 205 pipe->bind_fragment_sampler_states(pipe, num_samplers, samplers);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 182 pipe->bind_fragment_sampler_states(pipe, num_samplers, samplers);
894 id_pipe->base.bind_fragment_sampler_states = identity_bind_fragment_sampler_states;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 300 ctx->pipe->bind_fragment_sampler_states( ctx->pipe, 0, NULL );
1050 ctx->pipe->bind_fragment_sampler_states(ctx->pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 274 pipe->bind_fragment_sampler_states(pipe,
    [all...]

Completed in 841 milliseconds

1 2