Home
last modified time | relevance | path

Searched refs:SWR_RASTSTATE (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp59 const SWR_RASTSTATE &rastState = state.rastState; in RasterizeLine()
319 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState; in RasterizeTriPoint()
Dcontext.h272 SWR_RASTSTATE rastState; in OSALIGNLINE()
Dbinner.cpp657 const SWR_RASTSTATE& rastState = state.rastState; in BinTrianglesImpl()
1205 const SWR_RASTSTATE& rastState = state.rastState; in BinPostSetupPointsImpl()
1506 const SWR_RASTSTATE& rastState = state.rastState; in BinPointsImpl()
1614 const SWR_RASTSTATE &rastState = state.rastState; in BinPostSetupLinesImpl()
1815 const SWR_RASTSTATE& rastState = state.rastState; in BinLinesImpl()
Dapi.h634 const SWR_RASTSTATE *pRastState);
Drasterizer_impl.h452 INLINE float ComputeBiasFactor(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pDesc, const f…
476 INLINE float ComputeDepthBias(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pTri, const flo…
854 const SWR_RASTSTATE &rastState = state.rastState;
Dapi.cpp743 const SWR_RASTSTATE *pRastState) in SwrSetRastState()
748 memcpy(&pState->rastState, pRastState, sizeof(SWR_RASTSTATE)); in SwrSetRastState()
837 const SWR_RASTSTATE &rastState = pState->state.rastState; in SetupPipeline()
Dstate.h1042 struct SWR_RASTSTATE struct
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h105 SWR_RASTSTATE rastState;
Dswr_state.cpp1127 SWR_RASTSTATE *rastState = &ctx->derived.rastState; in swr_update_derived()