Searched refs:NUM_PS_GPRS (Results 1 – 7 of 7) sorted by relevance
567 #define NUM_PS_GPRS(x) ((x) << 0) macro
375 #define NUM_PS_GPRS(x) ((x) << 0) macro
2216 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()2236 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2251 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2265 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
1498 WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.max_gprs * 24)/64) | in rv770_gpu_init()
1050 #define NUM_PS_GPRS(x) ((x) << 0) macro
263 # define NUM_PS_GPRS(x) ((x) << 0) macro
3596 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 12 / 32); in evergreen_gpu_init()