Home
last modified time | relevance | path

Searched refs:SWR_MULTISAMPLE_COUNT (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dmultisample.h37 SWR_MULTISAMPLE_COUNT GetSampleCount(uint32_t numSamples) in GetSampleCount()
60 template <SWR_MULTISAMPLE_COUNT sampleCount, bool isCenter = false>
79 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
95 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
123 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
142 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
170 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
190 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
218 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;
239 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;
[all …]
Drasterizer.h68 PFN_WORK_FUNC GetRasterizerFunc(SWR_MULTISAMPLE_COUNT numSamples,
185 typedef MultisampleTraits<static_cast<SWR_MULTISAMPLE_COUNT>(NumSamplesT::value),
Dstate.h851 enum SWR_MULTISAMPLE_COUNT enum
876 SWR_MULTISAMPLE_COUNT sampleCount; // @llvm_enum
1086 SWR_MULTISAMPLE_COUNT sampleCount; // @llvm_enum
Dbackend_sample.cpp390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
443 (SWR_MULTISAMPLE_COUNT)sampleCount, in InitBackendSampleFuncTable()
Dbackend_clear.cpp166 SWR_MULTISAMPLE_COUNT sampleCount = pDC->pState->state.rastState.sampleCount; in ProcessClearBE()
Dbackend_singlesample.cpp370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
Drasterizer.cpp457 PFN_WORK_FUNC GetRasterizerFunc(SWR_MULTISAMPLE_COUNT numSamples, in GetRasterizerFunc()
Dbackend_impl.h563 INLINE uint32_t GetNumOMSamples(SWR_MULTISAMPLE_COUNT blendSampleCount)
1299 typedef MultisampleTraits<(SWR_MULTISAMPLE_COUNT)sampleCountT, bIsCenterPattern> MultisampleT;