Searched refs:resume_instr (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_shader_calls.c | 630 * careful in our duplication to ensure that resume_instr is in the resume 631 * half of the loop though a copy of resume_instr will remain in the other 635 duplicate_loop_bodies(nir_function_impl *impl, nir_instr *resume_instr) in duplicate_loop_bodies() argument 638 for (nir_cf_node *node = resume_instr->block->cf_node.parent; in duplicate_loop_bodies() 662 b.cursor = nir_after_instr(resume_instr); in duplicate_loop_bodies() 687 * the resume_instr remains valid even after the duplication. in duplicate_loop_bodies() 749 * Given a resume_instr, this function flattens any if ladders leading to the 802 * // Contents containing resume_instr 817 nir_instr *resume_instr, in flatten_resume_if_ladder() 848 if (instr == resume_instr) in flatten_resume_if_ladder() 813 flatten_resume_if_ladder(nir_builder *b, nir_cf_node *parent_node, struct exec_list *child_list, bool child_list_contains_cursor, nir_instr *resume_instr, struct brw_bitset *remat) flatten_resume_if_ladder() argument 1044 nir_instr *resume_instr = find_resume_instr(impl, call_idx); lower_resume() local 1213 nir_instr *resume_instr = lower_resume(resume_shaders[i], i); nir_lower_shader_calls() local [all...] |
Completed in 3 milliseconds