Searched refs:arg_deref (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_printf.c96 nir_deref_instr *arg_deref = nir_build_deref_struct(b, args, i); local in function:lower_printf_instr
97 nir_ssa_def *arg = nir_load_deref(b, arg_deref);
98 const struct glsl_type *arg_type = arg_deref->type;
H A Dnir_lower_vars_to_ssa.c517 nir_deref_instr *arg_deref = nir_src_as_deref(copy->src[i]); local in function:lower_copies_to_load_store
518 struct deref_node *arg_node = get_deref_node(arg_deref, state);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c466 nir_deref_instr *arg_deref = nir_src_as_deref(copy->src[i]); local in function:lower_copies_to_load_store
467 struct deref_node *arg_node = get_deref_node(arg_deref, state);

Completed in 7 milliseconds