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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 591 #define NUM_ES_THREADS(x) ((x) << 24)
radeon_r600.c 2258 NUM_ES_THREADS(4));
2278 NUM_ES_THREADS(31));
2293 NUM_ES_THREADS(31));
2307 NUM_ES_THREADS(31));
evergreend.h 1067 #define NUM_ES_THREADS(x) ((x) << 24)
r600d.h 275 # define NUM_ES_THREADS(x) ((x) << 24)
radeon_rv770.c 1515 NUM_ES_THREADS((rdev->config.rv770.max_threads * 1)/8));
radeon_evergreen.c 3625 sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8);

Completed in 29 milliseconds