Home
last modified time | relevance | path

Searched refs:to_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/containers/
Dcircular_deque.h911 VectorBuffer* to_buf, in MoveBuffer() argument
920 to_buf->begin()); in MoveBuffer()
925 to_buf->begin()); in MoveBuffer()
929 &(*to_buf)[right_size]); in MoveBuffer()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c2949 int h, enum AVPixelFormat pix_fmt, int to_buf) in transfer_image_buf() argument
2962 VulkanExecCtx *ectx = to_buf ? &fp->download_ctx : &fp->upload_ctx; in transfer_image_buf()
2979 VkImageLayout new_layout = to_buf ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : in transfer_image_buf()
2981 VkAccessFlags new_access = to_buf ? VK_ACCESS_TRANSFER_READ_BIT : in transfer_image_buf()
3030 if (to_buf) in transfer_image_buf()
3044 if (!to_buf) { in transfer_image_buf()