Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/compiler/nak/
Dlower_par_copies.rs73 fn cycle_use_swap(pc: &OpParCopy, file: RegFile) -> bool { in cycle_use_swap()
92 fn lower_par_copy(pc: OpParCopy, sm: &dyn ShaderModel) -> MappedInstrs { in lower_par_copy()
Dassign_regs.rs598 fn finish(mut self, pcopy: &mut OpParCopy) { in finish()
763 pcopy: &mut OpParCopy, in instr_assign_regs_file()
1007 pcopy: &mut OpParCopy, in assign_regs_instr()
Dir.rs5967 pub struct OpParCopy { struct
5972 impl OpParCopy { argument
5989 impl AsSlice<Src> for OpParCopy { implementation
6005 impl AsSlice<Dst> for OpParCopy { implementation
6021 impl DisplayOp for OpParCopy { implementation