Home
last modified time | relevance | path

Searched refs:bind_rasterizer_state (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c152 pipe->bind_rasterizer_state(pipe, r); in wideline_first_line()
172 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in wideline_flush()
Ddraw_pipe_wide_point.c218 pipe->bind_rasterizer_state(pipe, r); in widepoint_first_point()
296 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in widepoint_flush()
Ddraw_pipe_aapoint.c569 pipe->bind_rasterizer_state(pipe, r); in aapoint_first_point()
595 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aapoint_flush()
Ddraw_pipe_aaline.c692 pipe->bind_rasterizer_state(pipe, r); in aaline_first_line()
726 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aaline_flush()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_rasterizer.c74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state; in softpipe_init_rasterizer_funcs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h53 CALL(bind_rasterizer_state)
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c152 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
/external/mesa3d/src/gallium/tests/graw/
Dtri.c133 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dtri-large.c136 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dquad-tex.c197 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dtri-gs.c261 ctx->bind_rasterizer_state(ctx, handle); in init()
Dshader-leak.c256 ctx->bind_rasterizer_state(ctx, handle); in init()
Dtri-instanced.c312 ctx->bind_rasterizer_state(ctx, handle); in init()
Dgraw_util.h181 info->ctx->bind_rasterizer_state(info->ctx, handle); in graw_util_default_state()
Dquad-sample.c380 ctx->bind_rasterizer_state(ctx, handle); in init()
Dfs-test.c465 ctx->bind_rasterizer_state(ctx, handle); in init()
Dgs-test.c556 ctx->bind_rasterizer_state(ctx, handle); in init()
Dvs-test.c455 ctx->bind_rasterizer_state(ctx, handle); in init()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h149 void (*bind_rasterizer_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c271 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h215 void (*bind_rasterizer_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c427 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state; in svga_init_rasterizer_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c287 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state); in vl_matrix_filter_render()
Dvl_idct.c822 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_flush()
852 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_prepare_stage2()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c362 ctx->pipe->bind_rasterizer_state( ctx->pipe, NULL ); in cso_destroy_context()
625 ctx->pipe->bind_rasterizer_state(ctx->pipe, handle); in cso_set_rasterizer()
642 ctx->pipe->bind_rasterizer_state(ctx->pipe, ctx->rasterizer_saved); in cso_restore_rasterizer()

123