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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 43 case 4: return SWR_MULTISAMPLE_4X;
135 struct MultisampleTraits<SWR_MULTISAMPLE_4X, false>
147 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
155 struct MultisampleTraits<SWR_MULTISAMPLE_4X, true>
167 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_4X;
267 case SWR_MULTISAMPLE_4X:
268 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_4X>::samplePosXi;
269 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_4X>::samplePosYi;
backend.cpp 340 gBackendNullPs[SWR_MULTISAMPLE_4X] = &BackendNullPS < SWR_MULTISAMPLE_4X > ;
backend_sample.cpp 310 case SWR_MULTISAMPLE_4X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remainingArgs...); break;
backend_singlesample.cpp 289 case SWR_MULTISAMPLE_4X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remainingArgs...); break;
state.h 847 SWR_MULTISAMPLE_4X,
    [all...]

Completed in 60 milliseconds