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

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_rasterizer.c 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 152 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 163 pipe->bind_rasterizer_state(pipe, r);
183 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_pipe_wide_point.c 218 pipe->bind_rasterizer_state(pipe, r);
296 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_pipe_aapoint.c 569 pipe->bind_rasterizer_state(pipe, r);
595 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
draw_pipe_aaline.c 693 pipe->bind_rasterizer_state(pipe, r);
727 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 197 info.ctx->bind_rasterizer_state(info.ctx, handle);
tri-large.c 136 info.ctx->bind_rasterizer_state(info.ctx, handle);
tri.c 133 info.ctx->bind_rasterizer_state(info.ctx, handle);
shader-leak.c 256 ctx->bind_rasterizer_state(ctx, handle);
tri-gs.c 261 ctx->bind_rasterizer_state(ctx, handle);
tri-instanced.c 312 ctx->bind_rasterizer_state(ctx, handle);
graw_util.h 181 info->ctx->bind_rasterizer_state(info->ctx, handle);
quad-sample.c 380 ctx->bind_rasterizer_state(ctx, handle);
fs-test.c 465 ctx->bind_rasterizer_state(ctx, handle);
gs-test.c 556 ctx->bind_rasterizer_state(ctx, handle);
vs-test.c 455 ctx->bind_rasterizer_state(ctx, handle);
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 273 ctx->bind_rasterizer_state = noop_bind_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 424 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 204 void (*bind_rasterizer_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 306 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state);
vl_median_filter.c 386 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state);
vl_idct.c 822 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state);
852 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c 241 pctx->bind_rasterizer_state(pctx, ctx->clear_rs_state);
freedreno_state.c 423 pctx->bind_rasterizer_state = fd_rasterizer_state_bind;

Completed in 1209 milliseconds

1 2