Searched refs:MPsInTP (Results 1 – 3 of 3) sorted by relevance
183 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()
883 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP; in nv50_tls_alloc()1120 screen->MPsInTP = util_bitcount(value & 0x0f000000); in nv50_screen_create()1122 screen->mp_count = screen->TPs * screen->MPsInTP; in nv50_screen_create()1124 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()1135 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP * in nv50_screen_create()1151 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
75 unsigned MPsInTP; member