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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 572 #define NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28)
nid.h 379 #define NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28)
radeon_r600.c 2252 NUM_CLAUSE_TEMP_GPRS(4));
2272 NUM_CLAUSE_TEMP_GPRS(2));
2287 NUM_CLAUSE_TEMP_GPRS(2));
2301 NUM_CLAUSE_TEMP_GPRS(2));
evergreend.h 1054 #define NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28)
r600d.h 267 # define NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28)
radeon_ni.c 1221 WREG32(SQ_GPR_RESOURCE_MGMT_1, NUM_CLAUSE_TEMP_GPRS(4));
radeon_rv770.c 1508 NUM_CLAUSE_TEMP_GPRS(((rdev->config.rv770.max_gprs * 24)/64)/2)));
radeon_evergreen.c 3604 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4);

Completed in 34 milliseconds