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

1 2 3

  /external/mesa3d/src/gallium/auxiliary/util/
u_threaded_context_calls.h 9 CALL(bind_sampler_states)
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.c 52 static void bind_sampler_states(struct fd_texture_stateobj *tex, function
94 bind_sampler_states(&ctx->tex[shader], start, nr, hwcso);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_texture.c 197 pctx->bind_sampler_states = fd2_sampler_states_bind;
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 176 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
tex-srgb.c 169 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
tex-swizzle.c 156 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
quad-sample.c 288 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler);
fs-test.c 373 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 467 pstip->driver_bind_sampler_states = pipe->bind_sampler_states;
490 pipe->bind_sampler_states = pstip_bind_sampler_states;
draw_pipe_aaline.c 770 pipe->bind_sampler_states = aaline->driver_bind_sampler_states;
981 aaline->driver_bind_sampler_states = pipe->bind_sampler_states;
996 pipe->bind_sampler_states = aaline_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_texture.c 309 pctx->bind_sampler_states = etna_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 290 pctx->bind_sampler_states = fd3_sampler_states_bind;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 269 ctx->bind_sampler_states = noop_bind_sampler_states;
  /external/virglrenderer/src/gallium/include/pipe/
p_context.h 142 void (*bind_sampler_states)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 67 q.pipe->bind_sampler_states(q.pipe, PIPE_SHADER_COMPUTE,
91 q.pipe->bind_sampler_states(q.pipe, PIPE_SHADER_COMPUTE, 0,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 289 filter->pipe->bind_sampler_states(filter->pipe, PIPE_SHADER_FRAGMENT,
vl_median_filter.c 393 filter->pipe->bind_sampler_states(filter->pipe, PIPE_SHADER_FRAGMENT,
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 360 pctx->bind_sampler_states = fd4_sampler_states_bind;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 343 pctx->bind_sampler_states = fd5_sampler_states_bind;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 371 llvmpipe->pipe.bind_sampler_states = llvmpipe_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 322 pipe->bind_sampler_states = nv30_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 322 pipe->bind_sampler_states = softpipe_bind_sampler_states;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 207 void (*bind_sampler_states)(struct pipe_context *, member in struct:pipe_context
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 236 pipe->bind_sampler_states(pipe, shader, start, count, samp);
239 pipe->bind_sampler_states(pipe, shader, start, count, NULL);
783 CTX_INIT(bind_sampler_states);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 580 svga->pipe.bind_sampler_states = svga_bind_sampler_states;

Completed in 120 milliseconds

1 2 3