Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c46 ir3_delayslots(struct ir3_instruction *assigner, in ir3_delayslots() function
134 unsigned delay = ir3_delayslots(assigner, consumer, consumer_n, false); in ir3_delayslots_with_repeat()
H A Dir3_sched.c1055 unsigned d_soft = ir3_delayslots(src, instr, i, true); in sched_node_add_dep()
1056 unsigned d = ir3_delayslots(src, instr, i, false); in sched_node_add_dep()
H A Dir3_postsched.c403 unsigned d_soft = ir3_delayslots(dep->instr, node->instr, src_n, true); in add_single_reg_dep()
424 * src_n is the index passed into ir3_delayslots() for calculating the delay:
H A Dir3.h1722 int ir3_delayslots(struct ir3_instruction *assigner,

Completed in 8 milliseconds