Searched refs:resume_instr (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 627 * careful in our duplication to ensure that resume_instr is in the resume 628 * half of the loop though a copy of resume_instr will remain in the other 632 duplicate_loop_bodies(nir_function_impl *impl, nir_instr *resume_instr) argument 635 for (nir_cf_node *node = resume_instr->block->cf_node.parent; 659 b.cursor = nir_after_instr(resume_instr); 684 * the resume_instr remains valid even after the duplication. 731 * Given a resume_instr, this function flattens any if ladders leading to the 784 * // Contents containing resume_instr 799 nir_instr *resume_instr, 824 if (instr == resume_instr) 795 flatten_resume_if_ladder(nir_function_impl * impl,nir_instr * cursor,struct exec_list * child_list,bool child_list_contains_cursor,nir_instr * resume_instr,struct brw_bitset * remat) argument 963 nir_instr *resume_instr = find_resume_instr(impl, call_idx); local in function:lower_resume 1120 nir_instr *resume_instr = lower_resume(resume_shaders[i], i); local in function:nir_lower_shader_calls [all...] |
Completed in 3 milliseconds