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

  /external/mesa3d/src/compiler/nir/
nir_opt_copy_prop_vars.c 66 nir_instr *store_instr[4]; member in struct:copy_entry
233 nir_instr *instr = entry->store_instr[i];
242 if (entry->store_instr[j] == instr) {
244 entry->store_instr[j] = NULL;
331 nir_instr *store_instr)
339 entry->store_instr[i] = store_instr;
348 entry->store_instr[i] = store_instr;
nir_lower_vars_to_ssa.c 372 register_store_instr(nir_intrinsic_instr *store_instr,
375 struct deref_node *node = get_deref_node(store_instr->variables[0], state);
383 _mesa_set_add(node->stores, store_instr);
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 1131 nir_intrinsic_instr *store_instr = local
    [all...]

Completed in 490 milliseconds