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

  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 1125 tc_cntl = R600_TC_L2_SIZE(8);
1129 tc_cntl = R600_TC_L2_SIZE(4);
1132 tc_cntl = R600_TC_L2_SIZE(0) | R600_L2_DISABLE_LATE_HIT;
1135 tc_cntl = R600_TC_L2_SIZE(0);
radeon_drv.h 1703 # define R600_TC_L2_SIZE(x) ((x) << 5)

Completed in 17 milliseconds