Searched refs:NV84_3D_CLASS (Results 1 – 8 of 8) sorted by relevance
200 if (screen->base.class_3d >= NV84_3D_CLASS) in nv50_screen_get_driver_query_group_info()208 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_screen_get_driver_query_group_info()223 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()
746 if (screen->base.class_3d >= NV84_3D_CLASS) { in nv50_screen_init_hwctx()910 tesla_class = NV84_3D_CLASS; in nv50_screen_create()
483 if (nv50->screen->base.class_3d >= NV84_3D_CLASS) { in nv50_draw_arrays()609 if (nv50->screen->base.class_3d >= NV84_3D_CLASS) { in nv50_draw_elements()
184 #define NV84_3D_CLASS 0x00008297 macro