Home
last modified time | relevance | path

Searched refs:op_map (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp114 op_info &o = op_map[n]; in collect_instructions()
171 op_map[n].top_bb = bb; in td_schedule()
324 if (op_map[n].bottom_bb == bb) { in bu_sched_bb()
523 assert(op_map[n].bottom_bb == bu_bb); in bu_schedule()
654 op_info &oi = op_map[n]; in bu_release_op()
Dsb_pass.h239 op_info_map op_map; variable
268 op_map(), uses(), nuc_stk(1), ucs_level(), in gcm()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c182 static const uint8_t op_map[] = { in tlb_stencil_setup_bits() local
196 bits |= op_map[state->zfail_op] << 25; in tlb_stencil_setup_bits()
197 bits |= op_map[state->zpass_op] << 22; in tlb_stencil_setup_bits()
198 bits |= op_map[state->fail_op] << 19; in tlb_stencil_setup_bits()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc650 auto op_map = kIrAttrToOpAttr.find(op_type); in CheckIrAttrtoOpAttr() local
651 if (op_map == kIrAttrToOpAttr.end()) { in CheckIrAttrtoOpAttr()
654 auto attr_func = op_map->second.find(attr_name); in CheckIrAttrtoOpAttr()
655 if (attr_func == op_map->second.end()) { in CheckIrAttrtoOpAttr()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c863 static enum tgsi_opcode op_map[][2] = { in ntt_emit_alu() enum
990 if (instr->op < ARRAY_SIZE(op_map) && op_map[instr->op][table_op64] != 0) { in ntt_emit_alu()
992 ureg_insn(c->ureg, op_map[instr->op][table_op64], in ntt_emit_alu()
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1657 auto op_map = OpConvertRegistry::GetOpConvertMap(); in ExportPrimitive() local
1658 auto op_iter = op_map.find(prim->name()); in ExportPrimitive()
1659 if (op_iter == op_map.end()) { in ExportPrimitive()