Home
last modified time | relevance | path

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

123

/third_party/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()
289 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in widepoint_flush()
Ddraw_pipe_aaline.c520 pipe->bind_rasterizer_state(pipe, r); in aaline_first_line()
546 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aaline_flush()
Ddraw_pipe_aapoint.c596 pipe->bind_rasterizer_state(pipe, r); in aapoint_first_point()
622 pipe->bind_rasterizer_state(pipe, draw->rast_handle); in aapoint_flush()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_rasterizer.c74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state; in softpipe_init_rasterizer_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c135 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h66 CALL(bind_rasterizer_state)
/third_party/mesa3d/src/gallium/tests/graw/
Dtri.c134 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dtri-large.c137 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dquad-tex.c198 info.ctx->bind_rasterizer_state(info.ctx, handle); in init()
Dtri-gs.c266 ctx->bind_rasterizer_state(ctx, handle); in init()
Dshader-leak.c261 ctx->bind_rasterizer_state(ctx, handle); in init()
Dtri-instanced.c319 ctx->bind_rasterizer_state(ctx, handle); in init()
Dgraw_util.h179 info->ctx->bind_rasterizer_state(info->ctx, handle); in graw_util_default_state()
Dquad-sample.c384 ctx->bind_rasterizer_state(ctx, handle); in init()
Dfs-test.c469 ctx->bind_rasterizer_state(ctx, handle); in init()
Dvs-test.c458 ctx->bind_rasterizer_state(ctx, handle); in init()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp286 pipe->bind_rasterizer_state(pipe, state); in SetRasterizerState()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c293 filter->pipe->bind_rasterizer_state(filter->pipe, filter->rs_state); in vl_matrix_filter_render()
Dvl_idct.c832 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_flush()
862 idct->pipe->bind_rasterizer_state(idct->pipe, idct->rs_state); in vl_idct_prepare_stage2()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c482 svga->pipe.bind_rasterizer_state = svga_bind_rasterizer_state; in svga_init_rasterizer_functions()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c447 ctx->base.bind_rasterizer_state = lima_bind_rasterizer_state; in lima_state_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h361 void (*bind_rasterizer_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c435 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c309 ctx->pipe->bind_rasterizer_state( ctx->pipe, NULL ); in cso_unbind_context()
603 ctx->pipe->bind_rasterizer_state(ctx->pipe, handle); in cso_set_rasterizer()
624 ctx->pipe->bind_rasterizer_state(ctx->pipe, ctx->rasterizer_saved); in cso_restore_rasterizer()

123