Home
last modified time | relevance | path

Searched refs:bfo_cw (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c116 bfo[0] = i915->depth_stencil->bfo_cw[0]; in upload_BFO()
117 bfo[1] = i915->depth_stencil->bfo_cw[1]; in upload_BFO()
Di915_context.h194 unsigned bfo_cw[2]; member
377 (i915->depth_stencil->bfo_cw[0] & BFO_STENCIL_TWO_SIDE); in i915_stencil_ccw()
Di915_state.c457 cso->bfo_cw[0] = i915_get_bfo(&depth_stencil->stencil[1]); in i915_create_depth_stencil_state()
458 cso->bfo_cw[1] = i915_get_bfm(&depth_stencil->stencil[1]); in i915_create_depth_stencil_state()
472 cso->bfo_cw[0] = cso->bfo_ccw[0] = in i915_create_depth_stencil_state()
474 cso->bfo_cw[1] = cso->bfo_ccw[1] = 0; in i915_create_depth_stencil_state()