Searched refs:I915_GEM_DOMAIN_RENDER (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_execbuffer.c337 obj->base.pending_read_domains = I915_GEM_DOMAIN_RENDER;
338 obj->base.pending_write_domain = I915_GEM_DOMAIN_RENDER;
H A Dintel_ringbuffer.c67 if (((invalidate_domains|flush_domains) & I915_GEM_DOMAIN_RENDER) == 0)
96 * I915_GEM_DOMAIN_RENDER is always invalidated, but is
117 * I915_GEM_DOMAIN_RENDER and I915_GEM_DOMAIN_SAMPLER
122 if ((invalidate_domains|flush_domains) & I915_GEM_DOMAIN_RENDER)
1756 if (invalidate & I915_GEM_DOMAIN_RENDER)
H A Di915_drm.h593 #define I915_GEM_DOMAIN_RENDER 0x00000002 macro
H A Di915_drv.h121 (I915_GEM_DOMAIN_RENDER | \

Completed in 36 milliseconds