Home
last modified time | relevance | path

Searched refs:CHIP_RV770 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600.h48 CHIP_RV770, enumerator
Dr600_pipe.c343 case CHIP_RV770: return "AMD RV770"; in r600_get_family_name()
927 } else if (rscreen->family >= CHIP_RV770) { in r600_screen_create()
Dr600_llvm.c272 case CHIP_RV770: in r600_llvm_gpu_string()
Dr600_hw_context.c175 (ctx->family < CHIP_RV770) && reg[i+j].flags & REG_FLAG_RV6XX_SBU) { in r600_init_block()
Dr600_state.c2242 case CHIP_RV770: in r600_init_atom_start_cs()
/external/libdrm/radeon/
Dradeon_surface.c60 CHIP_RV770, enumerator
2505 if (surf_man->family >= CHIP_RV770) { in radeon_surface_sanity()