Home | History | Annotate | Download | only in a5xx

Lines Matching refs:cso

38 		const struct pipe_depth_stencil_alpha_state *cso)
46 so->base = *cso;
49 A5XX_RB_DEPTH_CNTL_ZFUNC(cso->depth.func); /* maps 1:1 */
51 if (cso->depth.enabled)
56 if (cso->depth.writemask)
59 if (cso->stencil[0].enabled) {
60 const struct pipe_stencil_state *s = &cso->stencil[0];
73 if (cso->stencil[1].enabled) {
74 const struct pipe_stencil_state *bs = &cso->stencil[1];
88 if (cso->alpha.enabled) {
89 uint32_t ref = cso->alpha.ref_value * 255.0;
93 A5XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha.func);