Searched refs:CHIP_FAMILY_R200 (Results 1 – 10 of 10) sorted by relevance
/external/drm_gralloc/radeon/ |
D | radeon_chipinfo_gen.h | 28 { 0x4242, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 }, 75 { 0x5148, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 }, 76 { 0x514C, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 }, 77 { 0x514D, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 },
|
D | radeon.h | 50 CHIP_FAMILY_R200, enumerator
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_chipset.h | 28 CHIP_FAMILY_R200,
|
D | radeon_common_context.c | 64 case CHIP_FAMILY_R200: return "R200"; in get_chip_family_name()
|
D | radeon_screen.c | 430 screen->chip_family = CHIP_FAMILY_R200; in radeon_set_screen_flags()
|
D | r200_texstate.c | 1515 if (rmesa->radeon.radeonScreen->chip_family == CHIP_FAMILY_R200) { in r200UpdateTextureState()
|
D | r200_state_init.c | 665 if (rmesa->radeon.radeonScreen->chip_family == CHIP_FAMILY_R200) { in r200InitState()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_chipset.h | 28 CHIP_FAMILY_R200,
|
D | radeon_common_context.c | 64 case CHIP_FAMILY_R200: return "R200"; in get_chip_family_name()
|
D | radeon_screen.c | 430 screen->chip_family = CHIP_FAMILY_R200; in radeon_set_screen_flags()
|