Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/radeon/
Drv770d.h587 #define NUM_VS_THREADS(x) ((x) << 8) macro
Dr600.c2222 NUM_VS_THREADS(48) | in r600_gpu_init()
2242 NUM_VS_THREADS(78) | in r600_gpu_init()
2257 NUM_VS_THREADS(78) | in r600_gpu_init()
2271 NUM_VS_THREADS(78) | in r600_gpu_init()
Drv770.c1506 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.c3620 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()