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

  /external/mesa3d/src/compiler/nir/
nir_lower_var_copies.c 125 load->variables[0] = nir_deref_var_clone(src_head, load);
135 store->variables[0] = nir_deref_var_clone(dest_head, store);
nir_split_var_copies.c 185 new_copy->variables[0] = nir_deref_var_clone(dest_head, new_copy);
186 new_copy->variables[1] = nir_deref_var_clone(src_head, new_copy);
nir_lower_indirect_derefs.c 125 load->variables[0] = nir_deref_var_clone(deref, load);
137 store->variables[0] = nir_deref_var_clone(deref, store);
nir_builder.h 430 load->variables[0] = nir_deref_var_clone(deref, load);
463 store->variables[0] = nir_deref_var_clone(deref, store);
476 copy->variables[0] = nir_deref_var_clone(dest, copy);
477 copy->variables[1] = nir_deref_var_clone(src, copy);
nir_lower_tex.c 166 txs->texture = nir_deref_var_clone(tex->texture, txs);
168 txs->sampler = nir_deref_var_clone(tex->sampler, txs);
222 plane_tex->texture = nir_deref_var_clone(tex->texture, plane_tex);
224 plane_tex->sampler = nir_deref_var_clone(tex->sampler, plane_tex);
324 txl->texture = nir_deref_var_clone(tex->texture, txl);
325 txl->sampler = nir_deref_var_clone(tex->sampler, txl);
nir_inline_functions.c 52 nir_deref_var *new_deref = nir_deref_var_clone(call_deref, instr);
nir_opt_copy_prop_vars.c 586 value->deref = nir_deref_var_clone(value->deref, state->mem_ctx);
nir.c 628 nir_deref_var_clone(const nir_deref_var *deref, void *mem_ctx) function
673 return &nir_deref_var_clone(nir_deref_as_var(deref), mem_ctx)->deref;
    [all...]
nir.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 89 tex->texture = nir_deref_var_clone(load->variables[0], tex);
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
vtn_glsl450.c 672 intrin->variables[0] = nir_deref_var_clone(deref, intrin);
vtn_variables.c 189 intrin->variables[0] = nir_deref_var_clone(deref, intrin);
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp     [all...]

Completed in 315 milliseconds