Home | History | Annotate | Download | only in core

Lines Matching refs:forcedSampleCount

796     const uint32_t forcedSampleCount = (rastState.forcedSampleCount) ? 1 : 0;
805 const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || rastState.forcedSampleCount) ? 1 : 0;
819 backendFuncs.pfnBackend = gBackendPixelRateTable[rastState.sampleCount][rastState.samplePattern][psState.inputCoverage][centroid][forcedSampleCount][canEarlyZ];