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 D | sp_state_rasterizer.c | 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_rasterizer.c | 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context_calls.h | 55 CALL(bind_rasterizer_state)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_rasterizer.c | 152 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_rasterizer.c | 156 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_line.c | 152 pipe->bind_rasterizer_state(pipe, r); 172 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
| H A D | draw_pipe_wide_point.c | 218 pipe->bind_rasterizer_state(pipe, r); 289 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
| H A D | draw_pipe_aaline.c | 501 pipe->bind_rasterizer_state(pipe, r); 527 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
| H A D | draw_pipe_aapoint.c | 569 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 D | u_threaded_context_calls.h | 67 CALL(bind_rasterizer_state)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_line.c | 152 pipe->bind_rasterizer_state(pipe, r); 172 pipe->bind_rasterizer_state(pipe, draw->rast_handle);
|
| H A D | draw_pipe_wide_point.c | 218 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 D | quad-tex.c | 198 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | tri-large.c | 137 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | tri.c | 134 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | shader-leak.c | 256 ctx->bind_rasterizer_state(ctx, handle);
|
| H A D | tri-gs.c | 261 ctx->bind_rasterizer_state(ctx, handle);
|
| H A D | tri-instanced.c | 312 ctx->bind_rasterizer_state(ctx, handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | quad-tex.c | 198 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | tri-large.c | 137 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | tri.c | 134 info.ctx->bind_rasterizer_state(info.ctx, handle);
|
| H A D | shader-leak.c | 261 ctx->bind_rasterizer_state(ctx, handle);
|
| H A D | tri-gs.c | 266 ctx->bind_rasterizer_state(ctx, handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 278 ctx->bind_rasterizer_state = noop_bind_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Rasterizer.cpp | 286 pipe->bind_rasterizer_state(pipe, state);
|
Completed in 14 milliseconds
12345