Home | History | Annotate | Download | only in freedreno

Lines Matching defs:cso

43 /* All the generic state handling.. In case of CSO's that are specific
119 struct pipe_framebuffer_state *cso;
151 cso = &ctx->batch->framebuffer;
153 util_copy_framebuffer_state(cso, framebuffer);
159 ctx->disabled_scissor.maxx = cso->width;
160 ctx->disabled_scissor.maxy = cso->height;
251 struct pipe_blend_state *cso = hwcso;
255 bool new_is_dual = cso ?
256 cso->rt[0].blend_enable && util_blend_state_is_dual(cso, 0) :