Searched refs:dirty (Results 1 - 13 of 13) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | cslibext.c | 392 unsigned long oldDirty = gc->dirty; 409 gc->dirty = req->mask = valuemask; 431 register unsigned long dirty = gc->dirty; local 437 if (dirty & GCFunction) *value++ = gv->function; 438 if (dirty & GCPlaneMask) *value++ = gv->plane_mask; 439 if (dirty & GCForeground) *value++ = gv->foreground; 440 if (dirty & GCBackground) *value++ = gv->background; 441 if (dirty & GCLineWidth) *value++ = gv->line_width; 442 if (dirty 718 unsigned long int dirty; local [all...] |
H A D | cslibint.h | 201 if ((gc)->dirty) _XFlushGCCache((dpy), (gc))
|
H A D | XDPS.c | 1457 oldDirty = gc->dirty; 1458 gc->dirty = (GCClipXOrigin|GCClipYOrigin); 1460 gc->dirty = oldDirty; 1938 if (!gc->dirty) return;
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | radeon_state.c | 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 459 radeon_emit_state(drm_radeon_private_t *dev_priv, drm_file_t *filp_priv, drm_radeon_context_regs_t *ctx, drm_radeon_texture_regs_t *tex, unsigned int dirty) argument [all...] |
H A D | radeon_drm.h | 430 unsigned int dirty; member in struct:__anon147 441 unsigned int dirty; member in struct:__anon148
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_context.c | 471 * object dirty. The only exception is that the context must be 476 from->obj->dirty = 1;
|
H A D | i915_drv.h | 328 u32 dirty:1; member in struct:drm_i915_error_state::drm_i915_error_buffer 1257 unsigned int dirty; member in struct:drm_i915_gem_object
|
H A D | i915_gem_execbuffer.c | 693 obj->dirty = 1;
|
H A D | i915_gem.c | 329 * optimizes for the case when the gpu will dirty the data 535 obj->dirty = 1; 1301 obj->dirty = 0; 2700 /** Flushes the GTT write domain for the object if it's dirty. */ 2720 /** Flushes the CPU write domain for the object if it's dirty. */ 2775 obj->dirty = 1;
|
H A D | i915_irq.c | 1588 err->dirty = obj->dirty;
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 230 * Optinal callback for the dirty fb ioctl. 241 int (*dirty)(struct drm_framebuffer *framebuffer, member in struct:drm_framebuffer_funcs
|
/solaris-x11-s11/open-src/kernel/mdb/modules/ |
H A D | i915.c | 288 obj->dirty ? " dirty" : "", 1312 "catch level, dirty info, object name, pin count, fence reg number,\n"
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1129 * drm_mode_create_dirty_property - create dirty property 1144 "dirty", 2646 if (fb->funcs->dirty) { 2648 ret = fb->funcs->dirty(fb, file, flags, r->color,
|
Completed in 178 milliseconds