Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp59 const SWR_RASTSTATE& rastState = state.rastState; in RasterizeLine()
323 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState; in RasterizeTriPoint()
Dcontext.h290 SWR_RASTSTATE rastState; in OSALIGNLINE()
Dbinner.cpp681 const SWR_RASTSTATE& rastState = state.rastState; in BinTrianglesImpl()
1295 const SWR_RASTSTATE& rastState = state.rastState; in BinPostSetupPointsImpl()
1610 const SWR_RASTSTATE& rastState = state.rastState; in BinPointsImpl()
1693 const SWR_RASTSTATE& rastState = state.rastState; in BinPostSetupLinesImpl()
1905 const SWR_RASTSTATE& rastState = state.rastState; in BinLinesImpl()
Drasterizer_impl.h481 ComputeBiasFactor(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pDesc, const float* z)
506 ComputeDepthBias(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pTri, const float* z)
934 const SWR_RASTSTATE& rastState = state.rastState;
Dapi.h651 SWR_FUNC(void, SwrSetRastState, HANDLE hContext, const SWR_RASTSTATE* pRastState);
Dapi.cpp746 void SwrSetRastState(HANDLE hContext, const SWR_RASTSTATE* pRastState) in SwrSetRastState()
751 memcpy((void*)&pState->rastState, (void*)pRastState, sizeof(SWR_RASTSTATE)); in SwrSetRastState()
834 const SWR_RASTSTATE& rastState = pState->state.rastState; in SetupPipeline()
Dstate.h1060 struct SWR_RASTSTATE struct
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h127 SWR_RASTSTATE rastState;
Dswr_state.cpp1270 SWR_RASTSTATE *rastState = &ctx->derived.rastState; in swr_update_derived()