Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c136 AudioChannelLayout *new_layout; in ffat_convert_layout() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c1222 VkImageLayout new_layout, in transition_image_range()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c3119 zink_resource_image_needs_barrier(struct zink_resource *res, VkImageLayout new_layout, VkAccessFlag… in zink_resource_image_needs_barrier()
3132 …rier_init(VkImageMemoryBarrier *imb, struct zink_resource *res, VkImageLayout new_layout, VkAccess… in zink_resource_image_barrier_init()
3241 VkImageLayout new_layout, VkAccessFlags flags, VkPipelineStageFlags pipeline) in zink_resource_image_barrier()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1910 VkImageLayout new_layout; in prepare_frame() local
3733 VkImageLayout new_layout = to_buf ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : in transfer_image_buf() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Dparameter_manager.cc742 TensorLayout new_layout = *tensor_layout; in SetClonedTensorShapeForOptimizer() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c200 VkImageLayout new_layout, in dzn_cmd_buffer_queue_image_range_layout_transition()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs14850 let new_layout = Layout::array::<T>(cap); localVariable
14869 let new_layout = Layout::array::<T>(cap); localVariable
14884 let new_layout = Layout::from_size_align_unchecked(new_size, layout.align()); localVariable
14909 let new_layout = new_layout.map_err(|_| CapacityOverflow)?; localVariable