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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 42 case 2: return SWR_MULTISAMPLE_2X;
96 struct MultisampleTraits<SWR_MULTISAMPLE_2X, false>
108 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
116 struct MultisampleTraits<SWR_MULTISAMPLE_2X, true>
127 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_2X;
263 case SWR_MULTISAMPLE_2X:
264 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_2X>::samplePosXi;
265 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_2X>::samplePosYi;
backend.cpp 339 gBackendNullPs[SWR_MULTISAMPLE_2X] = &BackendNullPS < SWR_MULTISAMPLE_2X > ;
backend_sample.cpp 309 case SWR_MULTISAMPLE_2X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); break;
backend_singlesample.cpp 288 case SWR_MULTISAMPLE_2X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); break;
state.h 846 SWR_MULTISAMPLE_2X,
    [all...]

Completed in 53 milliseconds