Lines Matching defs:deref
49 nir_deref_instr *deref = nir_instr_as_deref(instr);
50 if (deref->deref_type != nir_deref_type_var)
57 if (deref->var->data.mode == nir_var_function_temp)
68 _mesa_hash_table_search(shader_var_remap, deref->var);
70 nir_variable *nvar = nir_variable_clone(deref->var, b->shader);
73 deref->var, nvar);
75 deref->var = entry->data;
237 * Most functions contain pointer parameters where the result of a deref
239 * intrinsic, and then turned back into a deref via a cast. Function
242 * results in a whole deref chain again. This is currently required by a