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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 44 case 8: return SWR_MULTISAMPLE_8X;
175 struct MultisampleTraits<SWR_MULTISAMPLE_8X, false>
187 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;
195 struct MultisampleTraits<SWR_MULTISAMPLE_8X, true>
206 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_8X;
271 case SWR_MULTISAMPLE_8X:
272 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_8X>::samplePosXi;
273 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_8X>::samplePosYi;
backend.cpp 341 gBackendNullPs[SWR_MULTISAMPLE_8X] = &BackendNullPS < SWR_MULTISAMPLE_8X > ;
backend_sample.cpp 311 case SWR_MULTISAMPLE_8X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_8X>::GetFunc(remainingArgs...); break;
backend_singlesample.cpp 290 case SWR_MULTISAMPLE_8X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_8X>::GetFunc(remainingArgs...); break;
state.h 848 SWR_MULTISAMPLE_8X,
    [all...]

Completed in 83 milliseconds