Searched refs:is_r600 (Results 1 – 5 of 5) sorted by relevance
54 max_fetch = is_r600() ? 8 : 16; in init()62 uses_mova_gpr = is_r600() && chip != HW_CHIP_RV670; in init()64 …r6xx_gpr_index_workaround = is_r600() && chip != HW_CHIP_RV670 && chip != HW_CHIP_RS780 && chip !=… in init()
91 if (ctx.is_r600()) in decode_cf()124 if (ctx.is_r600()) { in decode_cf_alu()362 if (ctx.is_r600()) { in decode_alu()436 if (ctx.is_r600()) { in decode_fetch()445 } else if (ctx.is_r600()) { in decode_fetch()
236 if (ctx.is_r600()) in build_cf_alu()421 if (ctx.is_r600()) in build_alu()505 if (ctx.is_r600()) in build_fetch_tex()
657 bool is_r600() {return hw_class == HW_CLASS_R600;} in is_r600() function
599 if (ctx.is_r600() && (f->bc.op_ptr->flags & FF_VTX)) in get_queue_id()