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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 569 #define NUM_PS_GPRS(x) ((x) << 0)
nid.h 377 #define NUM_PS_GPRS(x) ((x) << 0)
radeon_r600.c 2250 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) |
2270 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
2285 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
2299 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
evergreend.h 1052 #define NUM_PS_GPRS(x) ((x) << 0)
r600d.h 265 # define NUM_PS_GPRS(x) ((x) << 0)
radeon_rv770.c 1506 WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.max_gprs * 24)/64) |
radeon_evergreen.c 3602 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32);

Completed in 63 milliseconds