Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Drv770d.h587 #define NUM_VS_THREADS(x) ((x) << 8) macro
Dr600.c2217 NUM_VS_THREADS(48) | in r600_gpu_init()
2237 NUM_VS_THREADS(78) | in r600_gpu_init()
2252 NUM_VS_THREADS(78) | in r600_gpu_init()
2266 NUM_VS_THREADS(78) | in r600_gpu_init()
Drv770.c1505 NUM_VS_THREADS((rdev->config.rv770.max_threads * 2)/8) | in rv770_gpu_init()
Devergreend.h1063 #define NUM_VS_THREADS(x) ((x) << 8) macro
Dr600d.h271 # define NUM_VS_THREADS(x) ((x) << 8) macro
Devergreen.c3710 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()