Searched refs:SWR_MULTISAMPLE_1X (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | multisample.cpp | 28 const uint32_t MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosXi {0x80}; 29 const uint32_t MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosYi {0x80}; 41 const float MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosX{0.5f}; 42 const float MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosY{0.5f}; 54 const float MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN>::samplePosX{ 0.5f }; 55 const float MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN>::samplePosY{ 0.5f };
|
D | multisample.h | 49 case 1: return SWR_MULTISAMPLE_1X; in GetSampleCount() 54 default: assert(0); return SWR_MULTISAMPLE_1X; in GetSampleCount() 78 struct MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_STANDARD_PATTERN> 132 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X; 137 struct MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN> 179 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
|
D | backend.cpp | 1264 …case SWR_MULTISAMPLE_1X: return BEChooser<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...)… in GetFunc() 1271 return BEChooser<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc() 1298 …BEChooser<>::GetFunc(SWR_MULTISAMPLE_1X, SWR_MSAA_STANDARD_PATTERN, (SWR_INPUT_COVERAGE)inputCover… in InitBackendSingleFuncTable() 1307 …for(uint32_t sampleCount = SWR_MULTISAMPLE_1X; sampleCount < SWR_MULTISAMPLE_TYPE_COUNT; sampleCou… in InitBackendPixelFuncTable() 1332 …for(uint32_t sampleCount = SWR_MULTISAMPLE_1X; sampleCount < SWR_MULTISAMPLE_TYPE_COUNT; sampleCou… in InitBackendSampleFuncTable() 1355 gBackendNullPs[SWR_MULTISAMPLE_1X] = &BackendNullPS < SWR_MULTISAMPLE_1X > ; in InitBackendFuncTables()
|
D | backend.h | 425 if(T::bForcedSampleCount && (T::MultisampleT::sampleCount > SWR_MULTISAMPLE_1X)) 430 else if(T::bForcedSampleCount && (T::MultisampleT::sampleCount == SWR_MULTISAMPLE_1X)) 830 template<uint32_t sampleCountT = SWR_MULTISAMPLE_1X, uint32_t samplePattern = SWR_MSAA_STANDARD_PAT…
|
D | frontend.h | 276 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X && in CanUseSimplePoints()
|
D | state.h | 776 SWR_MULTISAMPLE_1X = 0, enumerator
|
D | rasterizer.cpp | 1344 …rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState.sampleCount : SWR_MULTISAMPLE_1X; in RasterizeTriPoint() 1677 …rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState.sampleCount : SWR_MULTISAMPLE_1X; in RasterizeLine() 1796 IntArg<SWR_MULTISAMPLE_1X,SWR_MULTISAMPLE_TYPE_COUNT-1>{numSamples}, in GetRasterizerFunc()
|
D | binner.cpp | 604 …rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState.sampleCount : SWR_MULTISAMPLE_1X; in BinTriangles() 664 if (rastState.sampleCount == SWR_MULTISAMPLE_1X && (!CT::IsConservativeT::value)) in BinTriangles()
|
D | api.cpp | 805 …const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || rastState.forcedS… in SetupPipeline()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 986 rastState->sampleCount = SWR_MULTISAMPLE_1X; in swr_update_derived() 1389 blendState.sampleCount = SWR_MULTISAMPLE_1X; in swr_update_derived()
|