Home
last modified time | relevance | path

Searched refs:mp_count_compute (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h85 uint16_t mp_count_compute; /* magic reg can make compute use fewer MPs */ member
Dnvc0_screen.c627 RET((uint32_t []) { screen->mp_count_compute }); in nvc0_screen_get_compute_param()
1321 screen->mp_count_compute = screen->mp_count; in nvc0_screen_create()
Dnvc0_query_hw_sm.c2682 unsigned mp_count = MIN2(nvc0->screen->mp_count_compute, 32); in nvc0_hw_sm_get_query_result()