Searched refs:is_kill (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ | ||
| H A D | ir3_shader.c | 344 if (is_kill(ir->outputs[i])) |
| H A D | ir3_sched.c | 411 if (is_kill(instr)) { |
| H A D | ir3.h | 602 static inline bool is_kill(struct ir3_instruction *instr) function in typeref:typename:bool |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_register_allocation.cpp | 1090 bool is_kill = false; local in function:aco::__anon1a58e4b40110::get_regs_for_copies 1093 is_kill = true; 1097 if (!is_kill && ctx.assignments[reg_file[j]].rc.size() >= size) { |
Completed in 11 milliseconds