Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Drv770d.h588 #define NUM_PS_THREADS(x) ((x) << 0) macro
H A Dradeon_r600.c2255 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()
2275 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
2290 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
2304 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
H A Dradeon_rv770.c1513 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()
H A Devergreend.h1064 #define NUM_PS_THREADS(x) ((x) << 0) macro
H A Dr600d.h272 # define NUM_PS_THREADS(x) ((x) << 0) macro
H A Dradeon_evergreen.c3622 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()