Home | History | Annotate | Download | only in vl

Lines Matching refs:rs_state

266    struct pipe_rasterizer_state rs_state;
272 memset(&rs_state, 0, sizeof(rs_state));
273 rs_state.gl_rasterization_rules = true;
274 rs_state.depth_clip = 1;
275 zscan->rs_state = zscan->pipe->create_rasterizer_state(zscan->pipe, &rs_state);
276 if (!zscan->rs_state)
321 zscan->pipe->delete_rasterizer_state(zscan->pipe, zscan->rs_state);
340 zscan->pipe->delete_rasterizer_state(zscan->pipe, zscan->rs_state);
597 zscan->pipe->bind_rasterizer_state(zscan->pipe, zscan->rs_state);