Lines Matching refs:EVERGREEN
964 int i, kcache_banks = bc->chip_class >= EVERGREEN ? 4 : 2; in r600_bytecode_alloc_kcache_line()
1113 if (bc->chip_class < EVERGREEN) in r600_bytecode_alloc_kcache_lines()
1238 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_alu_type()
1352 case EVERGREEN: in r600_bytecode_num_tex_and_vtx_instructions()
1381 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_vtx_internal()
1400 case EVERGREEN: in r600_bytecode_add_vtx_internal()
1448 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_tex()
1505 if (bc->chip_class >= EVERGREEN) { in r600_bytecode_add_gds()
1577 if (bc->chip_class >= EVERGREEN) in r600_bytecode_vtx_build()
1595 if (bc->chip_class >= EVERGREEN) in r600_bytecode_tex_build()
1784 if (bc->chip_class >= EVERGREEN) in r600_bytecode_build()
1807 case EVERGREEN: in r600_bytecode_build()
1834 assert(bc->chip_class >= EVERGREEN); in r600_bytecode_build()
1843 assert(bc->chip_class >= EVERGREEN); in r600_bytecode_build()
2106 case EVERGREEN: in r600_bytecode_disasm()
2395 if (bc->chip_class >= EVERGREEN && vtx->buffer_index_mode) in r600_bytecode_disasm()
2643 unsigned fetch_resource_start = rctx->b.chip_class >= EVERGREEN ? 0 : 160; in r600_create_vertex_fetch_shader()