Home
last modified time | relevance | path

Searched defs:pcopy (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_from_ssa.c320 nir_parallel_copy_instr *pcopy = in add_parallel_copy_to_end_of_block() local
396 nir_parallel_copy_instr *pcopy = in isolate_phi_nodes_block() local
465 aggressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, in aggressive_coalesce_parallel_copy()
726 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(instr); in resolve_registers_impl() local
820 resolve_parallel_copy(nir_parallel_copy_instr *pcopy, in resolve_parallel_copy()
1021 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(instr); in resolve_parallel_copies_block() local
H A Dnir.h2750 #define nir_foreach_parallel_copy_entry(entry, pcopy) \ argument
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dto_cssa.rs321 let mut pcopy = OpParCopy::new(); in to_cssa() localVariable
351 let mut pcopy = OpParCopy::new(); in to_cssa() localVariable
H A Dassign_regs.rs406 pcopy: OpParCopy, field
1232 let mut pcopy = OpParCopy::new(); in first_pass() localVariable
1272 let mut pcopy = OpParCopy::new(); in second_pass() localVariable
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_merge_regs.c355 struct ir3_instruction *pcopy) in aggressive_coalesce_parallel_copy()
469 struct ir3_instruction *pcopy = in create_parallel_copy() local
H A Dir3_shared_ra.c1058 handle_pcopy(struct ra_ctx *ctx, struct ir3_instruction *pcopy) in handle_pcopy()
1333 struct ir3_instruction *pcopy = in lower_pcopy() local
H A Dir3_spill.c1140 is_last_pcopy_src(struct ir3_instruction *pcopy, unsigned src_n) in is_last_pcopy_src()
1193 handle_pcopy(struct ra_spill_ctx *ctx, struct ir3_instruction *pcopy) in handle_pcopy()
H A Dir3_ra.c1638 struct ir3_instruction *pcopy = in insert_parallel_copy_instr() local
2116 struct ir3_instruction *pcopy = ir3_instr_create( in insert_liveout_copy() local
H A Dir3_ra_validate.c387 propagate_parallelcopy(struct ra_val_ctx *ctx, struct ir3_instruction *pcopy) in propagate_parallelcopy()
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_nv_pcopy.c37 static struct nouveau_object *nchannel, *pcopy; variable