Home
last modified time | relevance | path

Searched refs:check_src_cond (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_postsched.c104 } else if (check_src_cond(instr, is_sfu)) { in schedule()
112 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()
146 if (check_src_cond(instr, is_sfu)) in would_sync()
151 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()
Dir3_sched.c213 } else if (check_src_cond(instr, is_sfu)) { in schedule()
228 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()
446 if (check_src_cond(instr, is_sfu)) in would_sync()
456 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()
Dir3.h1241 check_src_cond(struct ir3_instruction *instr, bool (*cond)(struct ir3_instruction *)) in check_src_cond() function
1254 if (check_src_cond(src, cond)) in check_src_cond()