Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_sm.c183 for (i = 0; i < screen->MPsInTP; ++i) { in nv50_hw_sm_begin_query()
226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; in nv50_hw_sm_end_query()
339 unsigned mp_count = MIN2(nv50->screen->MPsInTP, 32); in nv50_hw_sm_get_query_result()
395 space = (4 + 1) * nv50->screen->MPsInTP * sizeof(uint32_t); in nv50_hw_sm_create_query()
Dnv50_screen.c766 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP; in nv50_tls_alloc()
959 screen->MPsInTP = util_bitcount((value >> 24) & 0xf); in nv50_screen_create()
961 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()
963 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
974 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP * in nv50_screen_create()
990 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
Dnv50_screen.h74 unsigned MPsInTP; member