HomeSort by: relevance | last modified time | path
    Searched refs:NUM_PS_THREADS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 588 #define NUM_PS_THREADS(x) ((x) << 0)
radeon_r600.c 2255 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) |
2275 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
2290 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
2304 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
evergreend.h 1064 #define NUM_PS_THREADS(x) ((x) << 0)
r600d.h 272 # define NUM_PS_THREADS(x) ((x) << 0)
radeon_rv770.c 1513 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) |
radeon_evergreen.c 3622 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count);

Completed in 31 milliseconds