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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 45 case 16: return SWR_MULTISAMPLE_16X;
214 struct MultisampleTraits<SWR_MULTISAMPLE_16X, false>
226 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_16X;
234 struct MultisampleTraits<SWR_MULTISAMPLE_16X, true>
245 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_16X;
275 case SWR_MULTISAMPLE_16X:
276 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_16X>::samplePosXi;
277 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_16X>::samplePosYi;
backend.cpp 342 gBackendNullPs[SWR_MULTISAMPLE_16X] = &BackendNullPS < SWR_MULTISAMPLE_16X > ;
backend_sample.cpp 312 case SWR_MULTISAMPLE_16X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_16X>::GetFunc(remainingArgs...); break;
backend_singlesample.cpp 291 case SWR_MULTISAMPLE_16X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_16X>::GetFunc(remainingArgs...); break;
state.h 849 SWR_MULTISAMPLE_16X,
    [all...]

Completed in 58 milliseconds