Home
last modified time | relevance | path

Searched refs:GM107_3D_CLASS (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c174 if (class_3d < GM107_3D_CLASS) in nvc0_screen_get_param()
331 return class_3d < GM107_3D_CLASS; /* needs additional lowering */ in nvc0_screen_get_param()
814 if (obj_class < GM107_3D_CLASS) { in nvc0_magic_3d_init()
848 if (obj_class < GM107_3D_CLASS) { in nvc0_magic_3d_init()
997 if (screen->base.class_3d >= GM107_3D_CLASS) { in nvc0_screen_bind_cb_3d()
1218 obj_class = GM107_3D_CLASS; in nvc0_screen_create()
1373 if (screen->eng3d->oclass < GM107_3D_CLASS) { in nvc0_screen_create()
1394 if (screen->eng3d->oclass >= GM107_3D_CLASS) { in nvc0_screen_create()
1396 if (screen->eng3d->oclass == GM107_3D_CLASS) { in nvc0_screen_create()
Dnvc0_query_hw_metric.c404 case GM107_3D_CLASS: in nvc0_hw_metric_get_queries()
428 case GM107_3D_CLASS: in nvc0_hw_metric_get_num_queries()
690 case GM107_3D_CLASS: in nvc0_hw_metric_get_query_result()
Dnvc0_query_hw_sm.c2240 case GM107_3D_CLASS: in nvc0_hw_sm_get_queries()
2265 case GM107_3D_CLASS: in nvc0_hw_sm_get_num_queries()
2381 if (screen->base.class_3d >= GM107_3D_CLASS) { in nve4_hw_sm_begin_query()
2477 if (screen->base.class_3d >= GM107_3D_CLASS) { in nvc0_hw_sm_get_program()
2572 if (screen->base.class_3d >= GM107_3D_CLASS) in nvc0_hw_sm_end_query()
Dnvc0_state.c1050 if (!vb[i].stride && nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_set_vertex_buffers()
1267 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) { in nvc0_bind_images_range()
1288 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) { in nvc0_bind_images_range()
Dnvc0_vbo.c784 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_draw_stream_output()
1107 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_draw_vbo()
Dnvc0_context.c217 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) in nvc0_context_unreference_resources()
Dnvc0_tex.c1326 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) in nve4_update_surface_bindings()
1517 if (nvc0_context(pipe)->screen->base.class_3d < GM107_3D_CLASS) { in nvc0_init_bindless_functions()
Dnvc0_vbo_translate.c630 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_push_vbo()
Dnve4_compute.c318 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) in nve4_compute_validate_surfaces()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnv_object.xml.h194 #define GM107_3D_CLASS 0x0000b097 macro