Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c113 bfo[0] = i915->depth_stencil->bfo_ccw[0]; in upload_BFO()
114 bfo[1] = i915->depth_stencil->bfo_ccw[1]; in upload_BFO()
Di915_state.c464 cso->bfo_ccw[0] = i915_get_bfo(&depth_stencil->stencil[0]); in i915_create_depth_stencil_state()
465 cso->bfo_ccw[1] = i915_get_bfm(&depth_stencil->stencil[0]); 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()
Di915_context.h195 unsigned bfo_ccw[2]; member