/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 31 #include "lp_state.h" 36 struct pipe_rasterizer_state lp_state; member in struct:lp_rast_state 67 memcpy(&state->lp_state, rast, sizeof *rast); 88 clear_flags(&state->lp_state); 105 llvmpipe->rasterizer = &state->lp_state; 108 /* XXX: just pass lp_state directly to setup. 111 state->lp_state.cull_face, 112 state->lp_state.front_ccw, 113 state->lp_state.scissor, 114 state->lp_state.gl_rasterization_rules) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 31 #include "lp_state.h" 36 struct pipe_rasterizer_state lp_state; member in struct:lp_rast_state 67 memcpy(&state->lp_state, rast, sizeof *rast); 88 clear_flags(&state->lp_state); 105 llvmpipe->rasterizer = &state->lp_state; 108 /* XXX: just pass lp_state directly to setup. 111 state->lp_state.cull_face, 112 state->lp_state.front_ccw, 113 state->lp_state.scissor, 114 state->lp_state.gl_rasterization_rules) [all...] |