Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c133 AudioChannelLayout *new_layout; in ffat_convert_layout() local
142 new_layout = av_malloc(*size); in ffat_convert_layout()
143 if (!new_layout) { in ffat_convert_layout()
149 sizeof(UInt32), &layout->mChannelBitmap, size, new_layout); in ffat_convert_layout()
152 sizeof(AudioChannelLayoutTag), &tag, size, new_layout); in ffat_convert_layout()
153 new_layout->mChannelLayoutTag = kAudioChannelLayoutTag_UseChannelDescriptions; in ffat_convert_layout()
155 return new_layout; in ffat_convert_layout()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h405 zink_resource_image_needs_barrier(struct zink_resource *res, VkImageLayout new_layout, VkAccessFlag…
407 …it(VkImageMemoryBarrier *imb, struct zink_resource *res, VkImageLayout new_layout, VkAccessFlags f…
410 VkImageLayout new_layout, VkAccessFlags flags, VkPipelineStageFlags pipeline);
Dzink_context.c2759 zink_resource_image_needs_barrier(struct zink_resource *res, VkImageLayout new_layout, VkAccessFlag… in zink_resource_image_needs_barrier() argument
2762 pipeline = pipeline_dst_stage(new_layout); in zink_resource_image_needs_barrier()
2764 flags = access_dst_flags(new_layout); in zink_resource_image_needs_barrier()
2765 return res->layout != new_layout || (res->obj->access_stage & pipeline) != pipeline || in zink_resource_image_needs_barrier()
2772 …it(VkImageMemoryBarrier *imb, struct zink_resource *res, VkImageLayout new_layout, VkAccessFlags f… in zink_resource_image_barrier_init() argument
2775 pipeline = pipeline_dst_stage(new_layout); in zink_resource_image_barrier_init()
2777 flags = access_dst_flags(new_layout); in zink_resource_image_barrier_init()
2790 new_layout, in zink_resource_image_barrier_init()
2796 …return res->obj->needs_zs_evaluate || zink_resource_image_needs_barrier(res, new_layout, flags, pi… in zink_resource_image_barrier_init()
2865 VkImageLayout new_layout, VkAccessFlags flags, VkPipelineStageFlags pipeline) in zink_resource_image_barrier() argument
[all …]
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dparameter_manager.cc520 TensorLayout new_layout = *tensor_layout; in SetClonedTensorShapeForOptimizer() local
521 new_layout.set_opt_shard_group(""); in SetClonedTensorShapeForOptimizer()
522 tensor_layout = std::make_shared<TensorLayout>(new_layout); in SetClonedTensorShapeForOptimizer()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1487 VkImageLayout new_layout; in prepare_frame() local
1505 new_layout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in prepare_frame()
1510 new_layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in prepare_frame()
1515 new_layout = VK_IMAGE_LAYOUT_GENERAL; in prepare_frame()
1535 img_bar[i].newLayout = new_layout; in prepare_frame()
2979 VkImageLayout new_layout = to_buf ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : in transfer_image_buf() local
2987 if ((frame->layout[i] == new_layout) && (frame->access[i] & new_access)) in transfer_image_buf()
2994 img_bar[bar_num].newLayout = new_layout; in transfer_image_buf()