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.h61 CHIP_RV770, /* GFX3 (R7xx) */ enumerator
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c289 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.c510 if (rctx->b.family == CHIP_RV770) { in r600_create_rs_state()
1217 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770) { in r600_set_framebuffer_state()
1438 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1475 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1642 if (rctx->b.family == CHIP_RV770 && a->log_samples == 3) { in r600_emit_db_misc_state()
2204 case CHIP_RV770: in r600_init_atom_start_cs()
Dr600_pipe_common.c748 case CHIP_RV770: return "AMD RV770"; in r600_get_family_name()
879 case CHIP_RV770: in r600_get_llvm_processor_name()
Devergreen_state.c1558 rctx->b.family == CHIP_RV770) && in evergreen_set_framebuffer_state()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c247 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()