Home
last modified time | relevance | path

Searched refs:CompiledKernelArg (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs217 struct CompiledKernelArg { struct
225 impl CompiledKernelArg { argument
424 compiled_args: Vec<CompiledKernelArg>,
505 compiled_args: Vec<CompiledKernelArg>,
515 let compiled_args = CompiledKernelArg::deserialize(reader)?; in deserialize()
525 CompiledKernelArg::serialize(&self.compiled_args, blob); in serialize()
663 compiled_args: &mut Vec<CompiledKernelArg>, in compile_nir_prepare_for_variants() argument
680 compiled_args.push(CompiledKernelArg { in compile_nir_prepare_for_variants()
786 compiled_args.push(CompiledKernelArg { in compile_nir_variant()
957 CompiledKernelArg::assign_locations(compiled_args, nir); in compile_nir_variant()
[all …]