Searched refs:NUM_GS_GPRS (Results 1 – 6 of 6) sorted by relevance
574 #define NUM_GS_GPRS(x) ((x) << 0) macro
2253 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | in r600_gpu_init()2273 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()2288 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | in r600_gpu_init()2302 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
1510 WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.max_gprs * 7)/64) | in rv770_gpu_init()
1056 #define NUM_GS_GPRS(x) ((x) << 0) macro
269 # define NUM_GS_GPRS(x) ((x) << 0) macro
3607 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()