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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 41 case 1: return SWR_MULTISAMPLE_1X;
46 default: assert(0); return SWR_MULTISAMPLE_1X;
64 struct MultisampleTraits<SWR_MULTISAMPLE_1X, false>
72 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
80 struct MultisampleTraits<SWR_MULTISAMPLE_1X, true>
88 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
259 case SWR_MULTISAMPLE_1X:
260 standardPosX = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosXi;
261 standardPosY = MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosYi;
backend_sample.cpp 308 case SWR_MULTISAMPLE_1X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); break;
315 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...);
335 for (uint32_t sampleCount = SWR_MULTISAMPLE_1X; sampleCount < SWR_MULTISAMPLE_TYPE_COUNT; sampleCount++)
backend_singlesample.cpp 287 case SWR_MULTISAMPLE_1X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); break;
294 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...);
321 BEChooserSingleSample<>::GetFunc(SWR_MULTISAMPLE_1X, false, (SWR_INPUT_COVERAGE)inputCoverage,
backend.cpp 338 gBackendNullPs[SWR_MULTISAMPLE_1X] = &BackendNullPS < SWR_MULTISAMPLE_1X > ;
backend_impl.h 439 if(T::bForcedSampleCount && (T::MultisampleT::sampleCount > SWR_MULTISAMPLE_1X))
444 else if(T::bForcedSampleCount && (T::MultisampleT::sampleCount == SWR_MULTISAMPLE_1X))
    [all...]
frontend.h 352 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X &&
state.h 845 SWR_MULTISAMPLE_1X = 0,
    [all...]
binner.cpp     [all...]
api.cpp 849 const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || forcedSampleCount) ? 1 : 0;
    [all...]

Completed in 394 milliseconds