Lines Matching refs:rs_state
499 struct pipe_rasterizer_state rs_state; member
2709 key->pstipple_tex = ctx->sub->rs_state.poly_stipple_enable; in vrend_fill_shader_key()
2710 key->color_two_side = ctx->sub->rs_state.light_twoside; in vrend_fill_shader_key()
2712 key->clip_plane_enable = ctx->sub->rs_state.clip_plane_enable; in vrend_fill_shader_key()
2713 key->flatshade = ctx->sub->rs_state.flatshade ? true : false; in vrend_fill_shader_key()
2719 …key->coord_replace = ctx->sub->rs_state.point_quad_rasterization ? ctx->sub->rs_state.sprite_coord… in vrend_fill_shader_key()
3243 struct pipe_rasterizer_state *state = &ctx->sub->rs_state; in vrend_update_scissor_state()
3524 if (ctx->sub->rs_state.point_quad_rasterization) { in vrend_draw_bind_samplers_shader()
3526 if (ctx->sub->rs_state.sprite_coord_enable & (1 << i)) in vrend_draw_bind_samplers_shader()
3855 if (ctx->sub->rs_state.clip_plane_enable) { in vrend_draw_vbo()
4428 struct pipe_rasterizer_state *state = &ctx->sub->rs_state; in vrend_update_frontface_state()
4495 struct pipe_rasterizer_state *state = &ctx->sub->rs_state; in vrend_hw_emit_rs()
4747 memset(&ctx->sub->rs_state, 0, sizeof(ctx->sub->rs_state)); in vrend_object_bind_rasterizer()
4758 ctx->sub->rs_state = *state; in vrend_object_bind_rasterizer()