Searched defs:svga_hwtnl (Results 1 – 1 of 1) sorted by relevance
153 struct svga_hwtnl { struct154 struct svga_context *svga;155 struct u_upload_mgr *upload_ib;161 int index_bias;164 unsigned api_pv; /**< app-requested PV mode (PV_FIRST or PV_LAST) */165 unsigned hw_pv; /**< device-supported PV mode (PV_FIRST or PV_LAST) */191 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl, in svga_need_unfilled_fallback() argument