Searched refs:dst_buf_vars (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_static.c150 uint32_t dst_buf_vars, cformat, zformat; local in function:update_dst_buf_vars
171 dst_buf_vars = DSTORG_HORT_BIAS(0x8) | /* .5 */
176 if (i915->current.dst_buf_vars != dst_buf_vars) {
177 if (early_z != (i915->current.dst_buf_vars & CLASSIC_EARLY_DEPTH))
180 i915->current.dst_buf_vars = dst_buf_vars;
H A Di915_context.h165 unsigned dst_buf_vars; member in struct:i915_state
H A Di915_state_emit.c237 OUT_BATCH(i915->current.dst_buf_vars);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_static.c201 uint32_t dst_buf_vars, cformat, zformat; local in function:update_dst_buf_vars
224 dst_buf_vars = DSTORG_HORT_BIAS(0x8) | /* .5 */
232 if (i915->current.dst_buf_vars != dst_buf_vars) {
233 if (early_z != (i915->current.dst_buf_vars & CLASSIC_EARLY_DEPTH))
236 i915->current.dst_buf_vars = dst_buf_vars;
H A Di915_context.h170 unsigned dst_buf_vars; member in struct:i915_state
H A Di915_state_emit.c293 OUT_BATCH(i915->current.dst_buf_vars);

Completed in 7 milliseconds