Home
last modified time | relevance | path

Searched refs:I915_NEW_FS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_fpc.c39 "hw_constants", update_hw_constants, I915_NEW_FS_CONSTANTS | I915_NEW_FS};
50 I915_NEW_FS | I915_NEW_COLOR_SWIZZLE};
Di915_state_derived.c165 I915_NEW_RASTERIZER | I915_NEW_FS | I915_NEW_VS};
184 i915->dirty &= ~(I915_NEW_FS_CONSTANTS | I915_NEW_FS); in i915_update_derived()
Di915_state_static.c187 "dst buf vars", update_dst_buf_vars, I915_NEW_FRAMEBUFFER | I915_NEW_FS};
Di915_context.h320 #define I915_NEW_FS 0x4 macro
Di915_debug.c938 {I915_NEW_FS, "fs"}, in i915_dump_dirty()
Di915_state.c588 i915->dirty |= I915_NEW_FS; in i915_bind_fs_state()