Home | History | Annotate | Download | only in a2xx

Lines Matching refs:cso

40 		const struct pipe_depth_stencil_alpha_state *cso)
48 so->base = *cso;
51 A2XX_RB_DEPTHCONTROL_ZFUNC(cso->depth.func); /* maps 1:1 */
53 if (cso->depth.enabled)
55 if (cso->depth.writemask)
58 if (cso->stencil[0].enabled) {
59 const struct pipe_stencil_state *s = &cso->stencil[0];
72 if (cso->stencil[1].enabled) {
73 const struct pipe_stencil_state *bs = &cso->stencil[1];
88 if (cso->alpha.enabled) {
90 A2XX_RB_COLORCONTROL_ALPHA_FUNC(cso->alpha.func) |
92 so->rb_alpha_ref = fui(cso->alpha.ref_value);