Searched refs:label_at_last_inst (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ | ||
| H A D | etnaviv_compiler.c | 1937 bool label_at_last_inst = false; local in function:etna_compile_add_nop_if_needed 1941 label_at_last_inst = true; 1945 if (c->inst_ptr == 0 || label_at_last_inst) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ | ||
| H A D | etnaviv_compiler_tgsi.c | 1996 bool label_at_last_inst = false; local in function:etna_compile_add_nop_if_needed 2000 label_at_last_inst = true; 2004 if (c->inst_ptr == 0 || label_at_last_inst) |
Completed in 8 milliseconds