Searched refs:SWR_RASTSTATE (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer.cpp | 59 const SWR_RASTSTATE& rastState = state.rastState; in RasterizeLine() 323 const SWR_RASTSTATE& rastState = pDC->pState->state.rastState; in RasterizeTriPoint()
|
D | context.h | 290 SWR_RASTSTATE rastState; in OSALIGNLINE()
|
D | binner.cpp | 681 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()
|
D | rasterizer_impl.h | 481 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;
|
D | api.h | 651 SWR_FUNC(void, SwrSetRastState, HANDLE hContext, const SWR_RASTSTATE* pRastState);
|
D | api.cpp | 746 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()
|
D | state.h | 1060 struct SWR_RASTSTATE struct
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 127 SWR_RASTSTATE rastState;
|
D | swr_state.cpp | 1270 SWR_RASTSTATE *rastState = &ctx->derived.rastState; in swr_update_derived()
|