Home
last modified time | relevance | path

Searched refs:frontendState (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h271 SWR_FRONTEND_STATE frontendState; in OSALIGNLINE() local
Dapi.cpp643 pState->frontendState = *pFEState; in SwrSetFrontendState()
933 if (pState->state.frontendState.vpTransformDisable || !pState->state.rastState.clipEnable) in SetupPipeline()
1389 pState->frontendState.bEnableCutIndex, in DrawIndexedInstance()
Dbinner.cpp81 const uint32_t provokingVertex = pDC->pState->state.frontendState.topologyProvokingVertex; in ProcessAttributes()
682 const SWR_FRONTEND_STATE& feState = state.frontendState; in BinTrianglesImpl()
1609 const SWR_FRONTEND_STATE& feState = state.frontendState; in BinPointsImpl()
1906 const SWR_FRONTEND_STATE& feState = state.frontendState; in BinLinesImpl()
Dfrontend.cpp1754 uint32_t simdVertexSizeBytes = state.frontendState.vsVertexSize * sizeof(simd16vector); in ProcessDraw()
1756 uint32_t simdVertexSizeBytes = state.frontendState.vsVertexSize * sizeof(simdvector); in ProcessDraw()
1790 state.frontendState.vsVertexSize, in ProcessDraw()
Dclip.h489 provokingVertex = state.frontendState.provokingVertex.triFan;