Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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()
H A Dnv50_screen.c949 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP; in nv50_tls_alloc()
1155 screen->MPsInTP = util_bitcount(value & 0x0f000000); 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()
1170 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP * in nv50_screen_create()
1185 debug_printf("TPs = %u, MPsInTP = %u, VRAM = %"PRIu64" MiB, tls_size = %"PRIu64" KiB\n", in nv50_screen_create()
1186 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
H A Dnv50_screen.h75 unsigned MPsInTP; member

Completed in 4 milliseconds