Lines Matching refs:wm
1805 uint32_t wm[GENX(3DSTATE_WM_length)];
1973 iris_pack_command(GENX(3DSTATE_WM), cso->wm, wm) {
1974 /* wm.BarycentricInterpolationMode and wm.EarlyDepthStencilControl are
1977 wm.LineAntialiasingRegionWidth = _10pixels;
1978 wm.LineEndCapAntialiasingRegionWidth = _05pixels;
1979 wm.PointRasterizationRule = RASTRULE_UPPER_RIGHT;
1980 wm.LineStippleEnable = state->line_stipple_enable;
1981 wm.PolygonStippleEnable = state->poly_stipple_enable;
6379 iris_pack_command(GENX(3DSTATE_WM), &dynamic_wm, wm) {
6380 wm.StatisticsEnable = ice->state.statistics_counters_enabled;
6382 wm.BarycentricInterpolationMode =
6386 wm.EarlyDepthStencilControl = EDSC_PREPS;
6388 wm.EarlyDepthStencilControl = EDSC_PSEXEC;
6390 wm.EarlyDepthStencilControl = EDSC_NORMAL;
6394 wm.ForceThreadDispatchEnable = ForceON;
6396 iris_emit_merge(batch, cso->wm, dynamic_wm, ARRAY_SIZE(cso->wm));