Home
last modified time | relevance | path

Searched refs:nir_schedule_get_node (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c157 nir_schedule_get_node(struct hash_table *instr_map, nir_instr *instr) in nir_schedule_get_node() function
253 nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_reg_src_deps()
270 nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_reg_dest_deps()
291 nir_schedule_node *def_n = nir_schedule_get_node(instr_map, def->parent_instr); in nir_schedule_ssa_deps()
294 nir_schedule_node *use_n = nir_schedule_get_node(instr_map, in nir_schedule_ssa_deps()
330 nir_schedule_node *n = nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_intrinsic_deps()
519 nir_schedule_node *node = nir_schedule_get_node(scoreboard->instr_map, in calculate_forward_deps()
537 nir_schedule_node *node = nir_schedule_get_node(scoreboard->instr_map, in calculate_reverse_deps()
887 nir_schedule_get_node(scoreboard->instr_map, in nir_schedule_mark_src_scheduled()

Completed in 2 milliseconds