Home
last modified time | relevance | path

Searched defs:svga_hwtnl (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_private.h162 struct svga_hwtnl { struct
163 struct svga_context *svga;
164 struct u_upload_mgr *upload_ib;
170 int index_bias;
173 unsigned api_pv; /**< app-requested PV mode (PV_FIRST or PV_LAST) */
174 unsigned hw_pv; /**< device-supported PV mode (PV_FIRST or PV_LAST) */
200 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl, in svga_need_unfilled_fallback() argument