Home
last modified time | relevance | path

Searched refs:SWR_GS_STATE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h353 SWR_GS_STATE *pState);
Dbinner.cpp451 const SWR_GS_STATE& gsState = state.gsState; in BinTriangles()
901 const SWR_GS_STATE& gsState = state.gsState; in BinPoints()
1245 const SWR_GS_STATE& gsState = state.gsState; in BinPostSetupLines()
1454 const SWR_GS_STATE& gsState = state.gsState; in BinLines()
Dcontext.h236 SWR_GS_STATE gsState; in OSALIGNLINE()
Dstate.h673 struct SWR_GS_STATE struct
Dfrontend.cpp663 const SWR_GS_STATE* pState = &state.gsState; in GeometryShaderStage()
Dapi.cpp576 SWR_GS_STATE *pGSState) in SwrSetGsState()