Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600.h51 CHIP_RV740, enumerator
Dr600_llvm.c271 case CHIP_RV740: in r600_llvm_gpu_string()
Dr600_hw_context.c1112 ctx->family <= CHIP_RV740 ? util_bitcount(buffer_en) * 5 : 0) + /* STRMOUT_BASE_UPDATE */ in r600_context_streamout_begin()
1153 if (ctx->family >= CHIP_RS780 && ctx->family <= CHIP_RV740) { in r600_context_streamout_begin()
Dr600_pipe.c346 case CHIP_RV740: return "AMD RV740"; in r600_get_family_name()
Dr600_state.c2258 case CHIP_RV740: in r600_init_atom_start_cs()
/external/libdrm/radeon/
Dradeon_surface.c63 CHIP_RV740, enumerator
2421 if (surf_man->family <= CHIP_RV740) { in radeon_surface_manager_new()