HomeSort by relevance Sort by last modified time
    Searched refs:SWR_MULTISAMPLE_COUNT (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 37 SWR_MULTISAMPLE_COUNT GetSampleCount(uint32_t numSamples)
53 template<SWR_MULTISAMPLE_COUNT sampleCount, bool isCenter = false>
72 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
88 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
108 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
127 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
147 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
167 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
187 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;
206 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X
    [all...]
rasterizer.h 69 SWR_MULTISAMPLE_COUNT numSamples,
180 typedef MultisampleTraits<static_cast<SWR_MULTISAMPLE_COUNT>(NumSamplesT::value), CenterPatternT::value> MT;
state.h 843 enum SWR_MULTISAMPLE_COUNT
853 INLINE uint32_t GetNumSamples(SWR_MULTISAMPLE_COUNT sampleCount) // @llvm_func_start
870 SWR_MULTISAMPLE_COUNT sampleCount; // @llvm_enum
    [all...]
backend_sample.cpp 304 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs)
344 BEChooserSampleRate<>::GetFunc((SWR_MULTISAMPLE_COUNT)sampleCount, false, (SWR_INPUT_COVERAGE)inputCoverage,
backend_clear.cpp 179 SWR_MULTISAMPLE_COUNT sampleCount = pDC->pState->state.rastState.sampleCount;
backend_singlesample.cpp 283 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs)
rasterizer.cpp 451 SWR_MULTISAMPLE_COUNT numSamples,
backend_impl.h 436 INLINE uint32_t GetNumOMSamples(SWR_MULTISAMPLE_COUNT blendSampleCount)
    [all...]

Completed in 183 milliseconds