Searched defs:svga_hwtnl (Results 1 – 1 of 1) sorted by relevance
162 struct svga_hwtnl { struct163 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