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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_dynamic.c113 unsigned bfo[2]; local in function:upload_BFO
114 bfo[0] = i915->depth_stencil->bfo[0];
115 bfo[1] = i915->depth_stencil->bfo[1];
117 if (bfo[0] & BFO_ENABLE_STENCIL_REF) {
118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
121 set_dynamic_array(i915, I915_DYNAMIC_BFO_0, bfo, 2);
H A Di915_context.h188 unsigned bfo[2]; member in struct:i915_depth_stencil_state
H A Di915_state.c500 cso->bfo[0] = (_3DSTATE_BACKFACE_STENCIL_OPS |
510 cso->bfo[1] = (_3DSTATE_BACKFACE_STENCIL_MASKS |
522 cso->bfo[0] = (_3DSTATE_BACKFACE_STENCIL_OPS |
525 cso->bfo[1] = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_dynamic.c111 unsigned bfo[2]; local in function:upload_BFO
113 bfo[0] = i915->depth_stencil->bfo_ccw[0];
114 bfo[1] = i915->depth_stencil->bfo_ccw[1];
116 bfo[0] = i915->depth_stencil->bfo_cw[0];
117 bfo[1] = i915->depth_stencil->bfo_cw[1];
121 if (bfo[0] & BFO_ENABLE_STENCIL_REF) {
122 bfo[0] |= i915->stencil_ref.ref_value[!stencil_ccw]
126 set_dynamic_array(i915, I915_DYNAMIC_BFO_0, bfo, 2);

Completed in 5 milliseconds