Searched refs:QSZ (Results 1 – 2 of 2) sorted by relevance
138 #define QSZ SVGA3D_MAX_DRAW_PRIMITIVE_RANGES macro153 SVGA3dPrimitiveRange prim[QSZ];154 struct pipe_resource *prim_ib[QSZ];156 unsigned min_index[QSZ];157 unsigned max_index[QSZ];
197 struct svga_winsys_surface *ib_handle[QSZ]; in draw_vgpu9()1387 if (hwtnl->cmd.prim_count + 1 >= QSZ) { in svga_hwtnl_prim()