Home
last modified time | relevance | path

Searched refs:NUM_VS_THREADS (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h587 #define NUM_VS_THREADS(x) ((x) << 8) macro
H A Dr600.c2213 NUM_VS_THREADS(48) | in r600_gpu_init()
2233 NUM_VS_THREADS(78) | in r600_gpu_init()
2248 NUM_VS_THREADS(78) | in r600_gpu_init()
2262 NUM_VS_THREADS(78) | in r600_gpu_init()
H A Drv770.c1502 NUM_VS_THREADS((rdev->config.rv770.max_threads * 2)/8) | in rv770_gpu_init()
H A Devergreend.h1063 #define NUM_VS_THREADS(x) ((x) << 8) macro
H A Dr600d.h271 # define NUM_VS_THREADS(x) ((x) << 8) macro
H A Devergreen.c3599 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()