Home
last modified time | relevance | path

Searched refs:DRAW_STATE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h395 struct DRAW_STATE struct
440 DRAW_STATE* pState; // Read-only state. Core should not update this outside of API thread.
512 RingBuffer<DRAW_STATE> dsRing;
Dapi.cpp231 void CopyState(DRAW_STATE& dst, const DRAW_STATE& src) in CopyState()
833 DRAW_STATE* pState = pDC->pState; in SetupPipeline()
1671 DRAW_STATE* pState = pDC->pState; in SwrGetPrivateContextState()