Home | History | Annotate | Download | only in r300

Lines Matching refs:cso

52 #define UPDATE_STATE(cso, atom) \
53 if (cso != atom.state) { \
54 atom.state = cso; \
218 /* Create a new blend state based on the CSO blend state.
570 /* Create a new depth, stencil, and alpha state based on the CSO dsa state.
1065 /* Create a new rasterizer state based on the CSO rasterizer state.