Home
last modified time | relevance | path

Searched refs:SWR_MULTISAMPLE_1X (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dmultisample.h42 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;
Dbackend_singlesample.cpp374 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()
Dbackend_sample.cpp394 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()
Dbackend.cpp415 gBackendNullPs[SWR_MULTISAMPLE_1X] = &BackendNullPS<SWR_MULTISAMPLE_1X>; in InitBackendFuncTables()
Dbackend_impl.h566 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,
Dfrontend.h372 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X && in CanUseSimplePoints()
Dstate.h853 SWR_MULTISAMPLE_1X = 0, enumerator
Dbinner.cpp900 if ((rastState.sampleCount == SWR_MULTISAMPLE_1X || rastState.bIsCenterPattern) && in BinTrianglesImpl()
995 if (rastState.sampleCount == SWR_MULTISAMPLE_1X && !CT::IsConservativeT::value) in BinTrianglesImpl()
Dapi.cpp847 ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || forcedSampleCount) ? 1 : 0; in SetupPipeline()