Searched defs:DRAW_CONTEXT (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dcontext.h25 * @brief Definitions for SWR_CONTEXT and DRAW_CONTEXT
29 * The DRAW_CONTEXT contains all state associated with a draw operation.
56 struct DRAW_CONTEXT;
144 typedef void(*PFN_WORK_FUNC)(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t macroTile, void* pDesc);
172 DRAW_CONTEXT* pDC;
191 typedef void(*PFN_FE_WORK_FUNC)(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pDesc);
217 typedef void(*PFN_PROCESS_PRIMS)(DRAW_CONTEXT *pDC, PA_STATE& pa, uint32_t workerId, simdvector prims[],
337 typedef void(*PFN_BACKEND_FUNC)(DRAW_CONTEXT*, uint32_t, uint32_t, uint32_t, SWR_TRIANGLE_DESC&, RenderOutputBuffers&);
384 struct DRAW_CONTEXT struct
414 static_assert((sizeof(DRAW_CONTEXT)
[all...]

Completed in 70 milliseconds