Searched defs:dst_buf_vars (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_static.c202 uint32_t dst_buf_vars, cformat, zformat; local
225 dst_buf_vars = DSTORG_HORT_BIAS(0x8) | /* .5 */
233 if (i915->current.dst_buf_vars != dst_buf_vars) {
234 if (early_z != (i915->current.dst_buf_vars & CLASSIC_EARLY_DEPTH))
237 i915->current.dst_buf_vars = dst_buf_vars;
H A Di915_context.h172 unsigned dst_buf_vars; member in struct:i915_state
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c202 uint32_t dst_buf_vars, cformat, zformat; local
225 dst_buf_vars = DSTORG_HORT_BIAS(0x8) | /* .5 */
233 if (i915->current.dst_buf_vars != dst_buf_vars) {
234 if (early_z != (i915->current.dst_buf_vars & CLASSIC_EARLY_DEPTH))
237 i915->current.dst_buf_vars = dst_buf_vars;
H A Di915_context.h172 unsigned dst_buf_vars; member in struct:i915_state

Completed in 256 milliseconds