Searched defs:LayoutOutput (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/taffy/src/tree/ |
D | layout.rs | 161 pub struct LayoutOutput { struct 180 impl LayoutOutput { impl
|
D | traits.rs | 187 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()
|
D | cache.rs | 114 ) -> Option<LayoutOutput> { in get() 159 layout_output: LayoutOutput, in store()
|
D | taffy_tree.rs | 214 ) -> 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/ |
D | custom_tree_owned_partial.rs | 149 …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()
|
D | custom_tree_owned_unsafe.rs | 146 …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()
|
D | custom_tree_vec.rs | 155 …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/ |
D | mod.rs | 163 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()
|
D | block.rs | 68 ) -> LayoutOutput { in compute_block_layout() 125 …inner(tree: &mut impl LayoutBlockContainer, node_id: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_inner()
|
D | flexbox.rs | 168 ) -> 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/ |
D | mod.rs | 45 …id_layout(tree: &mut impl LayoutGridContainer, node: NodeId, inputs: LayoutInput) -> LayoutOutput { in compute_grid_layout()
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | RowwiseScaledMM.cu | 164 using LayoutOutput = std::conditional_t< in f8f8bf16_rowwise_impl() typedef
|