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

1 2

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.c 52 static void bind_sampler_states(struct fd_texture_stateobj *tex, function
95 bind_sampler_states(&ctx->fragtex, start, nr, hwcso);
99 bind_sampler_states(&ctx->verttex, start, nr, hwcso);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_texture.c 178 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);
gs-test.c 464 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler);
vs-test.c 362 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 771 pipe->bind_sampler_states = aaline->driver_bind_sampler_states;
982 aaline->driver_bind_sampler_states = pipe->bind_sampler_states;
997 pipe->bind_sampler_states = aaline_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 271 ctx->bind_sampler_states = noop_bind_sampler_states;
  /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/drivers/etnaviv/
etnaviv_texture.c 332 pctx->bind_sampler_states = etna_bind_sampler_states;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 342 pctx->bind_sampler_states = fd4_sampler_states_bind;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 350 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 196 void (*bind_sampler_states)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 252 pipe->bind_sampler_states(pipe, shader, start, count, samp);
255 pipe->bind_sampler_states(pipe, shader, start, count, NULL);
781 CTX_INIT(bind_sampler_states);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 308 filter->pipe->bind_sampler_states(filter->pipe, PIPE_SHADER_FRAGMENT,
vl_median_filter.c 388 filter->pipe->bind_sampler_states(filter->pipe, PIPE_SHADER_FRAGMENT,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 559 svga->pipe.bind_sampler_states = svga_bind_sampler_states;

Completed in 415 milliseconds

1 2