Searched refs:SWR_MULTISAMPLE_COUNT (Results 1 – 6 of 6) sorted by relevance
37 uint32_t GetNumSamples(SWR_MULTISAMPLE_COUNT sampleCount) in GetNumSamples()45 SWR_MULTISAMPLE_COUNT GetSampleCount(uint32_t numSamples) in GetSampleCount()61 template<SWR_MULTISAMPLE_COUNT sampleCount, SWR_MSAA_SAMPLE_PATTERN samplePattern = SWR_MSAA_STANDA…132 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;179 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;246 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;296 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;367 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;417 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;492 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;[all …]
774 enum SWR_MULTISAMPLE_COUNT enum794 SWR_MULTISAMPLE_COUNT sampleCount; // @llvm_enum 966 SWR_MULTISAMPLE_COUNT sampleCount; // @llvm_enum
117 typedef MultisampleTraits<static_cast<SWR_MULTISAMPLE_COUNT>(NumSamplesT::value)> MT;
237 SWR_MULTISAMPLE_COUNT sampleCount = pDC->pState->state.rastState.sampleCount; in ProcessClearBE()1260 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()1320 …BEChooser<>::GetFunc((SWR_MULTISAMPLE_COUNT)sampleCount, (SWR_MSAA_SAMPLE_PATTERN)samplePattern, (… in InitBackendPixelFuncTable()1341 …BEChooser<>::GetFunc((SWR_MULTISAMPLE_COUNT)sampleCount, SWR_MSAA_STANDARD_PATTERN, (SWR_INPUT_COV… in InitBackendSampleFuncTable()
422 INLINE uint32_t GetNumOMSamples(SWR_MULTISAMPLE_COUNT blendSampleCount)839 …typedef MultisampleTraits<(SWR_MULTISAMPLE_COUNT)sampleCountT, (bIsStandardPattern) ? SWR_MSAA_STA…
604 …const SWR_MULTISAMPLE_COUNT sampleCount = (rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ?… in BinTriangles()