Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c548 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP; in nv50_tls_alloc()
720 screen->MPsInTP = util_bitcount((value >> 24) & 0xf); in nv50_screen_create()
722 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
733 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP * in nv50_screen_create()
749 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
Dnv50_screen.h38 unsigned MPsInTP; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_screen.c548 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP; in nv50_tls_alloc()
720 screen->MPsInTP = util_bitcount((value >> 24) & 0xf); in nv50_screen_create()
722 stack_size = util_next_power_of_two(screen->TPs) * screen->MPsInTP * in nv50_screen_create()
733 screen->MPsInTP * LOCAL_WARPS_ALLOC * THREADS_IN_WARP * in nv50_screen_create()
749 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
Dnv50_screen.h38 unsigned MPsInTP; member