Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Damd_family.h70 CHIP_RV770, enumerator
/third_party/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.c515 if (rctx->b.family == CHIP_RV770) { in r600_create_rs_state()
1222 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770) { in r600_set_framebuffer_state()
1443 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1478 if (rctx->b.family > CHIP_R600 && rctx->b.family < CHIP_RV770 && sbu) { in r600_emit_framebuffer_state()
1645 if (rctx->b.family == CHIP_RV770 && a->log_samples == 3) { in r600_emit_db_misc_state()
2207 case CHIP_RV770: in r600_init_atom_start_cs()
Dr600_pipe_common.c737 case CHIP_RV770: return "AMD RV770"; in r600_get_family_name()
879 case CHIP_RV770: in r600_get_llvm_processor_name()
Dr600_asm.c160 } else if (family == CHIP_RV770) { in r600_bytecode_init()
Devergreen_state.c1559 rctx->b.family == CHIP_RV770) && in evergreen_set_framebuffer_state()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c246 case CHIP_RV770: in do_winsys_init()
/third_party/libdrm/radeon/
Dradeon_surface.c65 CHIP_RV770, enumerator
2514 if (surf_man->family >= CHIP_RV770) { in radeon_surface_sanity()