Searched refs:check_src_cond (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_postsched.c | 104 } 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()
|
D | ir3_sched.c | 213 } 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()
|
D | ir3.h | 1241 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()
|