Home
last modified time | relevance | path

Searched defs:copy_entry (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp38 struct copy_entry { struct
39 src_reg *value[4];
40 int saturatemask;
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c63 struct copy_entry { struct
64 struct list_head link;
89 static struct copy_entry * argument
Dnir_lower_vars_to_ssa.c451 struct set_entry *copy_entry; in lower_copies_to_load_store() local