Home
last modified time | relevance | path

Searched refs:SWR_MULTISAMPLE_1X (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dmultisample.cpp28 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 };
Dmultisample.h49 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;
Dbackend.cpp1264 …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()
Dbackend.h425 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…
Dfrontend.h276 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X && in CanUseSimplePoints()
Dstate.h776 SWR_MULTISAMPLE_1X = 0, enumerator
Drasterizer.cpp1344 …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()
Dbinner.cpp604 …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()
Dapi.cpp805 …const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || rastState.forcedS… in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp986 rastState->sampleCount = SWR_MULTISAMPLE_1X; in swr_update_derived()
1389 blendState.sampleCount = SWR_MULTISAMPLE_1X; in swr_update_derived()