Lines Matching refs:wm
1830 struct GENX(3DSTATE_WM) wm = {
1833 wm.StatisticsEnable = true;
1834 wm.LineEndCapAntialiasingRegionWidth = _05pixels;
1835 wm.LineAntialiasingRegionWidth = _10pixels;
1836 wm.PointRasterizationRule = RASTRULE_UPPER_RIGHT;
1840 wm.EarlyDepthStencilControl = EDSC_PREPS;
1842 wm.EarlyDepthStencilControl = EDSC_PSEXEC;
1844 wm.EarlyDepthStencilControl = EDSC_NORMAL;
1869 wm.BarycentricInterpolationMode =
1873 wm.PixelShaderComputedDepthMode = wm_prog_data->computed_depth_mode;
1874 wm.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth;
1875 wm.PixelShaderUsesSourceW = wm_prog_data->uses_src_w;
1876 wm.PixelShaderUsesInputCoverageMask = wm_prog_data->uses_sample_mask;
1885 wm.PixelShaderKillsPixel = rp->depth_self_dependency ||
1890 wm.PixelShaderComputedDepthMode != PSCDEPTH_OFF ||
1892 wm.PixelShaderKillsPixel;
1896 wm.MultisampleDispatchMode = MSDISPMODE_PERSAMPLE;
1898 wm.MultisampleDispatchMode = MSDISPMODE_PERPIXEL;
1901 wm.MultisampleDispatchMode = MSDISPMODE_PERSAMPLE;
1905 wm.LineStippleEnable = rs->line.stipple.enable;
1909 uint32_t *dws = devinfo->ver >= 8 ? pipeline->gfx8.wm : pipeline->gfx7.wm;
1910 GENX(3DSTATE_WM_pack)(NULL, dws, &wm);