Home
last modified time | relevance | path

Searched refs:other_instr (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c336 nir_instr *const other_instr = other_use->parent_instr; in get_similar_flrp_stats() local
337 if (other_instr->type != nir_instr_type_alu) in get_similar_flrp_stats()
341 if (other_instr == &alu->instr) in get_similar_flrp_stats()
344 nir_alu_instr *const other_alu = nir_instr_as_alu(other_instr); in get_similar_flrp_stats()
/third_party/mesa3d/src/freedreno/afuc/
Dparser.y181 | other_instr
250 other_instr: T_OP_CALL T_LABEL_REF { new_instr($1); label($2); }