Home | History | Annotate | Download | only in r300

Lines Matching refs:sr

57     struct r300_stencilref_context *sr = r300->stencilref_fallback;
62 sr->rs_cull_mode = rs->cb_main[rs->cull_mode_index];
63 sr->zb_stencilrefmask = dsa->stencil_ref_mask;
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
75 struct r300_stencilref_context *sr = r300->stencilref_fallback;
79 rs->cb_main[rs->cull_mode_index] = sr->rs_cull_mode | R300_CULL_FRONT;
90 struct r300_stencilref_context *sr = r300->stencilref_fallback;
95 rs->cb_main[rs->cull_mode_index] = sr->rs_cull_mode;
96 dsa->stencil_ref_mask = sr->zb_stencilrefmask;
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
107 struct r300_stencilref_context *sr = r300->stencilref_fallback;
110 sr->draw_vbo(pipe, info);
113 sr->draw_vbo(pipe, info);
115 sr->draw_vbo(pipe, info);