Searched refs:bfo_ccw (Results 1 – 3 of 3) sorted by relevance
113 bfo[0] = i915->depth_stencil->bfo_ccw[0]; in upload_BFO()114 bfo[1] = i915->depth_stencil->bfo_ccw[1]; in upload_BFO()
464 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()
195 unsigned bfo_ccw[2]; member