Home
last modified time | relevance | path

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

/external/rust/crates/bytes/tests/
Dtest_bytes_odd_alloc.rs21 let new_layout = match Layout::from_size_align(size, 1) { in alloc() localVariable
40 let new_layout = match Layout::from_size_align(size, 1) { in dealloc() localVariable
Dtest_bytes_vec_alloc.rs20 let new_layout = match Layout::from_size_align(size, 1) { in alloc() localVariable
49 let new_layout = match Layout::from_size_align(layout.size() + USIZE_SIZE, 1) { in dealloc() localVariable
/external/kernel-headers/original/uapi/linux/raid/
Dmd_p.h185 __u32 new_layout; /* 16 new layout */ member
263 __le32 new_layout; /* new layout */ member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc592 Layout new_layout = layout; in ChooseCompactLayoutForShape() local
Dlayout_assignment.cc1898 Layout new_layout = in RunOnComputation() local
Dhlo_instruction.cc3974 void HloInstruction::RelayoutConstant(const Layout& new_layout, in RelayoutConstant()
Dhlo_instructions.cc1284 void HloConstantInstruction::RelayoutConstant(const Layout& new_layout, in RelayoutConstant()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c861 VkImageAspectFlags aspect, VkImageLayout new_layout) in zink_resource_barrier()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1100 Layout* new_layout = new_shape.mutable_layout(); in PermuteDimensions() local
Dliteral.cc708 Literal LiteralBase::Relayout(const Layout& new_layout, in Relayout()
/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp3825 …&image_barrier](const VkCommandBufferObj &cb, VkImageLayout old_layout, VkImageLayout new_layout) { in TEST_F()
Dvkpositivelayertests.cpp3680 VkImageLayout new_layout; in TEST_F() member