Lines Matching defs:dirty
461 drm_radeon_texture_regs_t *tex, unsigned int dirty)
464 DRM_DEBUG("dirty=0x%08x\n", dirty);
466 if (dirty & RADEON_UPLOAD_CONTEXT) {
497 if (dirty & RADEON_UPLOAD_VERTFMT) {
504 if (dirty & RADEON_UPLOAD_LINE) {
514 if (dirty & RADEON_UPLOAD_BUMPMAP) {
524 if (dirty & RADEON_UPLOAD_MASKS) {
533 if (dirty & RADEON_UPLOAD_VIEWPORT) {
545 if (dirty & RADEON_UPLOAD_SETUP) {
554 if (dirty & RADEON_UPLOAD_MISC) {
561 if (dirty & RADEON_UPLOAD_TEX0) {
581 if (dirty & RADEON_UPLOAD_TEX1) {
601 if (dirty & RADEON_UPLOAD_TEX2) {
630 if (state->dirty & RADEON_UPLOAD_ZBIAS) {
639 &state->context, state->tex, state->dirty));
2394 if (sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS) {
2398 sarea_priv->dirty)) {
2403 sarea_priv->dirty &= ~(RADEON_UPLOAD_TEX0IMAGES |
2490 if (sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS) {
2494 sarea_priv->dirty)) {
2499 sarea_priv->dirty &= ~(RADEON_UPLOAD_TEX0IMAGES |