Searched refs:bind_rasterizer_state (Results 1 - 25 of 114) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h55 CALL(bind_rasterizer_state)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c152 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c156 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c152 pipe->bind_rasterizer_state(pipe, r);
172 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
H A Ddraw_pipe_wide_point.c218 pipe->bind_rasterizer_state(pipe, r);
289 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
H A Ddraw_pipe_aaline.c501 pipe->bind_rasterizer_state(pipe, r);
527 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
H A Ddraw_pipe_aapoint.c569 pipe->bind_rasterizer_state(pipe, r);
595 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h67 CALL(bind_rasterizer_state)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c152 pipe->bind_rasterizer_state(pipe, r);
172 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
H A Ddraw_pipe_wide_point.c218 pipe->bind_rasterizer_state(pipe, r);
289 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dquad-tex.c198 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dtri-large.c137 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dtri.c134 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dshader-leak.c256 ctx->bind_rasterizer_state(ctx, handle);
H A Dtri-gs.c261 ctx->bind_rasterizer_state(ctx, handle);
H A Dtri-instanced.c312 ctx->bind_rasterizer_state(ctx, handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dquad-tex.c198 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dtri-large.c137 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dtri.c134 info.ctx->bind_rasterizer_state(info.ctx, handle);
H A Dshader-leak.c261 ctx->bind_rasterizer_state(ctx, handle);
H A Dtri-gs.c266 ctx->bind_rasterizer_state(ctx, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c278 ctx->bind_rasterizer_state = noop_bind_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp286 pipe->bind_rasterizer_state(pipe, state);

Completed in 14 milliseconds

12345