Lines Matching refs:CAYMAN
340 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in assign_alu_units()
549 boolean scalar_only = bc->chip_class == CAYMAN ? false : true; in check_and_set_bank_swizzle()
550 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in check_and_set_bank_swizzle()
628 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in replace_gpr_with_pv_ps()
664 if (bc->chip_class < CAYMAN) { in replace_gpr_with_pv_ps()
779 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in merge_inst_groups()
1279 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; in r600_bytecode_add_alu_type()
1348 case CAYMAN: in r600_bytecode_num_tex_and_vtx_instructions()
1361 (bc->chip_class == CAYMAN || in last_inst_was_not_vtx_fetch()
1401 case CAYMAN: in r600_bytecode_add_vtx_internal()
1557 if (bc->chip_class < CAYMAN) in r600_bytecode_vtx_build()
1574 if (bc->chip_class < CAYMAN) in r600_bytecode_vtx_build()
1803 case CAYMAN: in r600_bytecode_build()
2104 case CAYMAN: in r600_bytecode_disasm()
2387 if (bc->chip_class < CAYMAN && vtx->mega_fetch_count) in r600_bytecode_disasm()
2656 if (rctx->b.chip_class == CAYMAN) { in r600_create_vertex_fetch_shader()