Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Damd_family.h60 CHIP_RV770, enumerator
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c290 rscreen->family > CHIP_RV770; in rvid_get_video_param()
Dr600_streamout.c247 if (rctx->family > CHIP_R600 && rctx->family < CHIP_RV770) { in r600_emit_streamout_begin()
Dr600_state.c509 if (rctx->b.family == CHIP_RV770) { in r600_create_rs_state()
1213 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770) { in r600_set_framebuffer_state()
1434 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1471 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1638 if (rctx->b.family == CHIP_RV770 && a->log_samples == 3) { in r600_emit_db_misc_state()
2201 case CHIP_RV770: in r600_init_atom_start_cs()
Dr600_pipe_common.c827 case CHIP_RV770: return "AMD RV770"; in r600_get_family_name()
963 case CHIP_RV770: in r600_get_llvm_processor_name()
Devergreen_state.c1542 rctx->b.family == CHIP_RV770) && in evergreen_set_framebuffer_state()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c238 case CHIP_RV770: in do_winsys_init()
/external/libdrm/radeon/
Dradeon_surface.c65 CHIP_RV770, enumerator
2514 if (surf_man->family >= CHIP_RV770) { in radeon_surface_sanity()