Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c18 struct copy_entry { struct
27 copy_entry_size(const struct copy_entry *entry) in copy_entry_size() argument
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_copy_propagation.cpp38 struct copy_entry { struct
39 src_reg *value[4];
40 int saturatemask;
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c103 struct copy_entry { struct
104 struct value src;
106 nir_deref_and_path dst;
H A Dnir_from_ssa.c548 nir_parallel_copy_entry *copy_entry = in nir_rewrite_uses_to_load_reg() local