Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c111 unsigned bfo[2]; in upload_BFO() local
113 bfo[0] = i915->depth_stencil->bfo_ccw[0]; in upload_BFO()
114 bfo[1] = i915->depth_stencil->bfo_ccw[1]; in upload_BFO()
116 bfo[0] = i915->depth_stencil->bfo_cw[0]; in upload_BFO()
117 bfo[1] = i915->depth_stencil->bfo_cw[1]; in upload_BFO()
121 if (bfo[0] & BFO_ENABLE_STENCIL_REF) { in upload_BFO()
122 bfo[0] |= i915->stencil_ref.ref_value[!stencil_ccw] in upload_BFO()
126 set_dynamic_array(i915, I915_DYNAMIC_BFO_0, bfo, 2); in upload_BFO()

Completed in 1 milliseconds