Searched refs:SWR_RASTSTATE (Results 1 – 8 of 8) sorted by relevance
90 SWR_RASTSTATE rastState;
964 SWR_RASTSTATE *rastState = &ctx->derived.rastState; in swr_update_derived()
450 INLINE float ComputeBiasFactor(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pDesc, const f… in ComputeBiasFactor()474 INLINE float ComputeDepthBias(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pTri, const flo… in ComputeDepthBias()852 const SWR_RASTSTATE &rastState = state.rastState; in RasterizeTriangle()1297 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState; in RasterizeTriPoint()1582 const SWR_RASTSTATE &rastState = state.rastState; in RasterizeLine()
583 const SWR_RASTSTATE *pRastState);
449 const SWR_RASTSTATE& rastState = state.rastState; in BinTriangles()902 const SWR_RASTSTATE& rastState = state.rastState; in BinPoints()1243 const SWR_RASTSTATE& rastState = state.rastState; in BinPostSetupLines()1452 const SWR_RASTSTATE& rastState = state.rastState; in BinLines()
265 SWR_RASTSTATE rastState; in OSALIGNLINE()
696 const SWR_RASTSTATE *pRastState) in SwrSetRastState()701 memcpy(&pState->rastState, pRastState, sizeof(SWR_RASTSTATE)); in SwrSetRastState()793 const SWR_RASTSTATE &rastState = pState->state.rastState; in SetupPipeline()
936 struct SWR_RASTSTATE struct