Home
last modified time | relevance | path

Searched refs:GM200_3D_CLASS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_metric.c403 case GM200_3D_CLASS: in nvc0_hw_metric_get_queries()
425 case GM200_3D_CLASS: in nvc0_hw_metric_get_num_queries()
685 case GM200_3D_CLASS: in nvc0_hw_metric_get_query_result()
761 if (screen->base.class_3d <= GM200_3D_CLASS) { in nvc0_hw_metric_get_driver_query_info()
Dnvc0_query.c217 if (screen->base.class_3d <= GM200_3D_CLASS) { in nvc0_screen_get_driver_query_group_info()
241 if (screen->base.class_3d <= GM200_3D_CLASS) { in nvc0_screen_get_driver_query_group_info()
Dnvc0_query_hw_sm.c2238 case GM200_3D_CLASS: in nvc0_hw_sm_get_queries()
2261 case GM200_3D_CLASS: in nvc0_hw_sm_get_num_queries()
2807 if (screen->base.class_3d <= GM200_3D_CLASS) { in nvc0_hw_sm_get_driver_query_info()
Dnvc0_screen.c266 return class_3d >= GM200_3D_CLASS; in nvc0_screen_get_param()
954 obj_class = GM200_3D_CLASS; in nvc0_screen_create()
Dnvc0_state_validate.c214 if (screen->base.class_3d >= GM200_3D_CLASS) { in nvc0_validate_fb()
Dnvc0_state.c265 if (class_3d >= GM200_3D_CLASS) { in nvc0_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnv_object.xml.h195 #define GM200_3D_CLASS 0x0000b197 macro