Home
last modified time | relevance | path

Searched refs:R600_NUM_CLAUSE_TEMP_GPRS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/external/bsd/drm/dist/shared-core/
Dr600_cp.c963 R600_NUM_CLAUSE_TEMP_GPRS(4)); in r600_gfx_init()
983 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
998 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
1012 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
1555R600_NUM_CLAUSE_TEMP_GPRS(((dev_priv->r600_max_gprs * 24)/64)/2))); in r700_gfx_init()
Dr600_blit.c1609 R600_NUM_CLAUSE_TEMP_GPRS(num_temp_gprs)); in set_default_state()
Dradeon_drv.h1748 # define R600_NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28) macro