Searched refs:bind_rasterizer_state (Results 1 – 25 of 42) sorted by relevance
12
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_line.c | 163 pipe->bind_rasterizer_state(pipe, r); in wideline_first_line() 183 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in wideline_flush()
|
D | draw_pipe_wide_point.c | 214 pipe->bind_rasterizer_state(pipe, r); in widepoint_first_point() 291 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in widepoint_flush()
|
D | draw_pipe_aapoint.c | 726 pipe->bind_rasterizer_state(pipe, r); in aapoint_first_point() 752 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aapoint_flush()
|
D | draw_pipe_aaline.c | 720 pipe->bind_rasterizer_state(pipe, r); in aaline_first_line() 751 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aaline_flush()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_rasterizer.c | 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state; in softpipe_init_rasterizer_funcs()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 147 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri.c | 131 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
|
D | quad-tex.c | 193 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
|
D | tri-gs.c | 261 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | shader-leak.c | 256 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | tri-instanced.c | 312 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | quad-sample.c | 383 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | graw_util.h | 180 info->ctx->bind_rasterizer_state(info->ctx, handle); in graw_util_default_state()
|
D | fs-test.c | 510 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | vs-test.c | 462 ctx->bind_rasterizer_state(ctx, handle); in init()
|
D | gs-test.c | 574 ctx->bind_rasterizer_state(ctx, handle); in init()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 258 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state; in svga_init_rasterizer_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 154 void (*bind_rasterizer_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 296 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 299 ctx->pipe->bind_rasterizer_state( ctx->pipe, NULL ); in cso_release_all() 530 ctx->pipe->bind_rasterizer_state(ctx->pipe, handle); in cso_set_rasterizer() 545 ctx->pipe->bind_rasterizer_state(ctx->pipe, ctx->rasterizer_saved); in cso_restore_rasterizer()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 306 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state); in vl_matrix_filter_render()
|
D | vl_idct.c | 837 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_flush() 863 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_prepare_stage2()
|
D | vl_median_filter.c | 385 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state); in vl_median_filter_render()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 236 pipe->bind_rasterizer_state(pipe, in identity_bind_rasterizer_state() 898 id_pipe->base.bind_rasterizer_state = identity_bind_rasterizer_state; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 270 pipe->bind_rasterizer_state(pipe, in galahad_context_bind_rasterizer_state() 1020 GLHD_PIPE_INIT(bind_rasterizer_state); in galahad_context_create()
|
12