Searched refs:SWR_MULTISAMPLE_1X (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | multisample.h | 41 case 1: return SWR_MULTISAMPLE_1X; in GetSampleCount() 46 default: assert(0); return SWR_MULTISAMPLE_1X; in GetSampleCount() 64 struct MultisampleTraits<SWR_MULTISAMPLE_1X, false> 72 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X; 80 struct MultisampleTraits<SWR_MULTISAMPLE_1X, true> 88 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X; 259 case SWR_MULTISAMPLE_1X: 260 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosXi; 261 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosYi;
|
D | backend_singlesample.cpp | 287 …case SWR_MULTISAMPLE_1X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remai… in GetFunc() 294 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc() 321 … BEChooserSingleSample<>::GetFunc(SWR_MULTISAMPLE_1X, false, (SWR_INPUT_COVERAGE)inputCoverage, in InitBackendSingleFuncTable()
|
D | backend_sample.cpp | 308 …case SWR_MULTISAMPLE_1X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remaini… in GetFunc() 315 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc() 335 …for (uint32_t sampleCount = SWR_MULTISAMPLE_1X; sampleCount < SWR_MULTISAMPLE_TYPE_COUNT; sampleCo… in InitBackendSampleFuncTable()
|
D | backend.cpp | 338 gBackendNullPs[SWR_MULTISAMPLE_1X] = &BackendNullPS < SWR_MULTISAMPLE_1X > ; in InitBackendFuncTables()
|
D | backend_impl.h | 439 if(T::bForcedSampleCount && (T::MultisampleT::sampleCount > SWR_MULTISAMPLE_1X)) 444 else if(T::bForcedSampleCount && (T::MultisampleT::sampleCount == SWR_MULTISAMPLE_1X)) 1070 template<uint32_t sampleCountT = SWR_MULTISAMPLE_1X, uint32_t isCenter = 0,
|
D | frontend.h | 352 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X && in CanUseSimplePoints()
|
D | state.h | 845 SWR_MULTISAMPLE_1X = 0, enumerator
|
D | binner.cpp | 847 if ((rastState.sampleCount == SWR_MULTISAMPLE_1X || rastState.bIsCenterPattern) && in BinTrianglesImpl() 931 if (rastState.sampleCount == SWR_MULTISAMPLE_1X && !CT::IsConservativeT::value) in BinTrianglesImpl()
|
D | api.cpp | 849 …const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || forcedSampleCount… in SetupPipeline()
|