Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h90 SWR_RASTSTATE rastState;
Dswr_state.cpp964 SWR_RASTSTATE *rastState = &ctx->derived.rastState; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp450 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()
Dapi.h583 const SWR_RASTSTATE *pRastState);
Dbinner.cpp449 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()
Dcontext.h265 SWR_RASTSTATE rastState; in OSALIGNLINE()
Dapi.cpp696 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()
Dstate.h936 struct SWR_RASTSTATE struct