Lines Matching refs:EVERGREEN
940 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1089 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
1214 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_alu_type()
1319 case EVERGREEN: in r600_bytecode_num_tex_and_vtx_instructions()
1348 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_vtx_internal()
1367 case EVERGREEN: in r600_bytecode_add_vtx_internal()
1415 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_tex()
1470 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_gds()
1533 if (bc->chip_class >= EVERGREEN) in r600_bytecode_vtx_build()
1551 if (bc->chip_class >= EVERGREEN) in r600_bytecode_tex_build()
1740 if (bc->chip_class >= EVERGREEN) in r600_bytecode_build()
1763 case EVERGREEN: in r600_bytecode_build()
1790 assert(bc->chip_class >= EVERGREEN); in r600_bytecode_build()
1799 assert(bc->chip_class >= EVERGREEN); in r600_bytecode_build()
2056 case EVERGREEN: in r600_bytecode_disasm()
2334 if (bc->chip_class >= EVERGREEN && vtx->buffer_index_mode) in r600_bytecode_disasm()
2554 unsigned fetch_resource_start = rctx->b.chip_class >= EVERGREEN ? 0 : 160; in r600_create_vertex_fetch_shader()