OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPsInTP
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h
38
unsigned
MPsInTP
;
nv50_screen.c
548
screen->
MPsInTP
* LOCAL_WARPS_ALLOC * THREADS_IN_WARP;
720
screen->
MPsInTP
= util_bitcount((value >> 24) & 0xf);
722
stack_size = util_next_power_of_two(screen->TPs) * screen->
MPsInTP
*
733
screen->
MPsInTP
* LOCAL_WARPS_ALLOC * THREADS_IN_WARP *
748
debug_printf("TPs = %u,
MPsInTP
= %u, VRAM = %"PRIu64" MiB, tls_size = %"PRIu64" KiB\n",
749
screen->TPs, screen->
MPsInTP
, dev->vram_size >> 20, tls_size >> 10);
Completed in 94 milliseconds