Home | History | Annotate | Download | only in a4xx

Lines Matching refs:cso

40 		const struct pipe_depth_stencil_alpha_state *cso)
48 so->base = *cso;
51 A4XX_RB_DEPTH_CONTROL_ZFUNC(cso->depth.func); /* maps 1:1 */
53 if (cso->depth.enabled)
58 if (cso->depth.writemask)
61 if (cso->stencil[0].enabled) {
62 const struct pipe_stencil_state *s = &cso->stencil[0];
78 if (cso->stencil[1].enabled) {
79 const struct pipe_stencil_state *bs = &cso->stencil[1];
94 if (cso->alpha.enabled) {
95 uint32_t ref = cso->alpha.ref_value * 255.0;
101 A4XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha.func);