HomeSort by relevance Sort by last modified time
    Searched refs:dst_buf_vars (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_static.c 202 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;
i915_context.h 172 unsigned dst_buf_vars; member in struct:i915_state
i915_state_emit.c 240 OUT_BATCH(i915->current.dst_buf_vars);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 202 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;
i915_context.h 172 unsigned dst_buf_vars; member in struct:i915_state
i915_state_emit.c 240 OUT_BATCH(i915->current.dst_buf_vars);

Completed in 126 milliseconds