Searched refs:NUM_PS_GPRS (Results 1 – 7 of 7) sorted by relevance
566 #define NUM_PS_GPRS(x) ((x) << 0) macro
375 #define NUM_PS_GPRS(x) ((x) << 0) macro
2204 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()2224 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2239 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2253 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
1495 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
3685 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()