HomeSort by relevance Sort by last modified time
    Searched refs:src_head (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_split_var_copies.c 78 * \param src_head The head of the source deref chain we are building
85 nir_deref_var *dest_head, nir_deref_var *src_head,
111 split_var_copy_instr(old_copy, dest_head, src_head,
141 split_var_copy_instr(old_copy, dest_head, src_head,
168 split_var_copy_instr(old_copy, dest_head, src_head,
186 new_copy->variables[1] = nir_deref_var_clone(src_head, new_copy);
217 nir_deref_var *src_head = intrinsic->variables[1]; local
219 nir_deref *src_tail = nir_deref_tail(&src_head->deref);
224 split_var_copy_instr(intrinsic, dest_head, src_head,
232 split_var_copy_instr(intrinsic, dest_head, src_head,
    [all...]
nir_lower_var_copies.c 65 * @src_head The head of the source variable deref chain
79 nir_deref_var *dest_head, nir_deref_var *src_head,
106 emit_copy_load_store(copy_instr, dest_head, src_head,
125 load->variables[0] = nir_deref_var_clone(src_head, load);

Completed in 62 milliseconds