Lines Matching defs:dirty
462 drm_radeon_texture_regs_t *tex, unsigned int dirty)
465 DRM_DEBUG("dirty=0x%08x\n", dirty);
467 if (dirty & RADEON_UPLOAD_CONTEXT) {
498 if (dirty & RADEON_UPLOAD_VERTFMT) {
505 if (dirty & RADEON_UPLOAD_LINE) {
515 if (dirty & RADEON_UPLOAD_BUMPMAP) {
525 if (dirty & RADEON_UPLOAD_MASKS) {
534 if (dirty & RADEON_UPLOAD_VIEWPORT) {
546 if (dirty & RADEON_UPLOAD_SETUP) {
555 if (dirty & RADEON_UPLOAD_MISC) {
562 if (dirty & RADEON_UPLOAD_TEX0) {
582 if (dirty & RADEON_UPLOAD_TEX1) {
602 if (dirty & RADEON_UPLOAD_TEX2) {
631 if (state->dirty & RADEON_UPLOAD_ZBIAS) {
640 &state->context, state->tex, state->dirty));
2395 if (sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS) {
2399 sarea_priv->dirty)) {
2404 sarea_priv->dirty &= ~(RADEON_UPLOAD_TEX0IMAGES |
2491 if (sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS) {
2495 sarea_priv->dirty)) {
2500 sarea_priv->dirty &= ~(RADEON_UPLOAD_TEX0IMAGES |