Home
last modified time | relevance | path

Searched defs:LayoutOutput (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/tree/
Dlayout.rs161 pub struct LayoutOutput { struct
180 impl LayoutOutput { impl
Dtraits.rs187 fn compute_child_layout(&mut self, node_id: NodeId, inputs: LayoutInput) -> LayoutOutput; in compute_child_layout()
201 ) -> Option<LayoutOutput>; in cache_get()
210 layout_output: LayoutOutput, in cache_store()
349 ) -> LayoutOutput { in perform_child_layout()
Dcache.rs114 ) -> Option<LayoutOutput> { in get()
159 layout_output: LayoutOutput, in store()
Dtaffy_tree.rs214 ) -> Option<LayoutOutput> { in cache_get()
224 layout_output: LayoutOutput, in cache_store()
340 fn compute_child_layout(&mut self, node: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_child_layout()
401 ) -> Option<LayoutOutput> { in cache_get()
411 layout_output: LayoutOutput, in cache_store()
/external/rust/android-crates-io/crates/taffy/examples/
Dcustom_tree_owned_partial.rs149 …ute_child_layout(&mut self, node_id: NodeId, inputs: taffy::tree::LayoutInput) -> taffy::tree::Lay… in compute_child_layout()
180 ) -> Option<taffy::LayoutOutput> { in cache_get()
190 layout_output: taffy::LayoutOutput, in cache_store()
Dcustom_tree_owned_unsafe.rs146 …ute_child_layout(&mut self, node_id: NodeId, inputs: taffy::tree::LayoutInput) -> taffy::tree::Lay… in compute_child_layout()
177 ) -> Option<taffy::LayoutOutput> { in cache_get()
187 layout_output: taffy::LayoutOutput, in cache_store()
Dcustom_tree_vec.rs155 …ute_child_layout(&mut self, node_id: NodeId, inputs: taffy::tree::LayoutInput) -> taffy::tree::Lay… in compute_child_layout()
186 ) -> Option<taffy::LayoutOutput> { in cache_get()
196 layout_output: taffy::LayoutOutput, in cache_store()
/external/rust/android-crates-io/crates/taffy/src/compute/
Dmod.rs163 ComputeFunction: FnMut(&mut Tree, NodeId, LayoutInput) -> LayoutOutput, in compute_cached_layout()
261 …pute_hidden_layout(tree: &mut (impl LayoutPartialTree + CacheTree), node: NodeId) -> LayoutOutput { in compute_hidden_layout()
Dblock.rs68 ) -> LayoutOutput { in compute_block_layout()
125 …inner(tree: &mut impl LayoutBlockContainer, node_id: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_inner()
Dflexbox.rs168 ) -> LayoutOutput { in compute_flexbox_layout()
226 …minary(tree: &mut impl LayoutFlexboxContainer, node: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_preliminary()
1871 let LayoutOutput { in calculate_flex_item() localVariable
/external/rust/android-crates-io/crates/taffy/src/compute/grid/
Dmod.rs45 …id_layout(tree: &mut impl LayoutGridContainer, node: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_grid_layout()
/external/pytorch/aten/src/ATen/native/cuda/
DRowwiseScaledMM.cu164 using LayoutOutput = std::conditional_t< in f8f8bf16_rowwise_impl() typedef