Searched refs:SWR_MULTISAMPLE_1X (Results 1 – 9 of 9) sorted by relevance
42 return SWR_MULTISAMPLE_1X; in GetSampleCount()53 return SWR_MULTISAMPLE_1X; in GetSampleCount()71 struct MultisampleTraits<SWR_MULTISAMPLE_1X, false>79 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;87 struct MultisampleTraits<SWR_MULTISAMPLE_1X, true>95 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;421 case SWR_MULTISAMPLE_1X:422 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosXi;423 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosYi;
374 case SWR_MULTISAMPLE_1X: in GetFunc()375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()391 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()418 BEChooserSingleSample<>::GetFunc(SWR_MULTISAMPLE_1X, in InitBackendSingleFuncTable()
394 case SWR_MULTISAMPLE_1X: in GetFunc()395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()411 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()432 for (uint32_t sampleCount = SWR_MULTISAMPLE_1X; sampleCount < SWR_MULTISAMPLE_TYPE_COUNT; in InitBackendSampleFuncTable()
415 gBackendNullPs[SWR_MULTISAMPLE_1X] = &BackendNullPS<SWR_MULTISAMPLE_1X>; in InitBackendFuncTables()
566 if (T::bForcedSampleCount && (T::MultisampleT::sampleCount > SWR_MULTISAMPLE_1X))572 else if (T::bForcedSampleCount && (T::MultisampleT::sampleCount == SWR_MULTISAMPLE_1X))1285 template <uint32_t sampleCountT = SWR_MULTISAMPLE_1X,
372 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X && in CanUseSimplePoints()
853 SWR_MULTISAMPLE_1X = 0, enumerator
900 if ((rastState.sampleCount == SWR_MULTISAMPLE_1X || rastState.bIsCenterPattern) && in BinTrianglesImpl()995 if (rastState.sampleCount == SWR_MULTISAMPLE_1X && !CT::IsConservativeT::value) in BinTrianglesImpl()
847 ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || forcedSampleCount) ? 1 : 0; in SetupPipeline()