Searched refs:NUM_GS_GPRS (Results 1 – 6 of 6) sorted by relevance
572 #define NUM_GS_GPRS(x) ((x) << 0) macro
2219 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | in r600_gpu_init()2239 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()2254 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | in r600_gpu_init()2268 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
1513 WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.max_gprs * 7)/64) | in rv770_gpu_init()
1054 #define NUM_GS_GPRS(x) ((x) << 0) macro
267 # define NUM_GS_GPRS(x) ((x) << 0) macro
3602 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()