Searched refs:is_live (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_opt_dce.c | 55 is_live(BITSET_WORD *defs_live, nir_instr *instr) function in typeref:typename:bool 115 bool live = is_live(defs_live, instr); |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_fs.cpp | 2148 unsigned is_live:1; member in struct:uniform_slot_info 2170 slots[i].is_live = true; 2275 if (!slots[u].is_live) { |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_fs.cpp | 2421 unsigned is_live:1; member in struct:uniform_slot_info 2443 slots[i].is_live = true; 2550 if (!slots[u].is_live) { |
Completed in 23 milliseconds