Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c948 *tls_size = screen->cur_tls_space * util_next_power_of_two(screen->TPs) * in nv50_tls_alloc()
1154 screen->TPs = util_bitcount(value & 0xffff); in nv50_screen_create()
1157 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
1159 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
1169 uint64_t size_of_one_temp = util_next_power_of_two(screen->TPs) * in nv50_screen_create()
1186 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
Dnv50_query_hw_sm.c226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; in nv50_hw_sm_end_query()
356 value *= nv50->screen->TPs; in nv50_hw_sm_get_query_result()
Dnv50_screen.h74 unsigned TPs; member