Searched refs:NV84_3D_CLASS (Results 1 – 8 of 8) sorted by relevance
199 if (screen->base.class_3d >= NV84_3D_CLASS) in nv50_screen_get_driver_query_group_info()207 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_screen_get_driver_query_group_info()222 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_screen_get_driver_query_group_info()
191 if (screen->base.class_3d >= NV84_3D_CLASS) in nv50_hw_metric_get_driver_query_info()199 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_hw_metric_get_driver_query_info()
412 if (screen->base.class_3d >= NV84_3D_CLASS) in nv50_hw_sm_get_driver_query_info()420 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_hw_sm_get_driver_query_info()
252 ctx.need_vertex_id = nv50->screen->base.class_3d >= NV84_3D_CLASS && in nv50_push_vbo()
474 if (nv50->screen->base.class_3d >= NV84_3D_CLASS) { in nv50_draw_arrays()601 if (nv50->screen->base.class_3d >= NV84_3D_CLASS) { in nv50_draw_elements()
858 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_screen_init_hwctx()1071 tesla_class = NV84_3D_CLASS; in nv50_screen_create()
184 #define NV84_3D_CLASS 0x00008297 macro