Lines Matching refs:buffer
94 VkBuffer buffer,
137 vk.cmdCopyImageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, ®ion);
147 buffer, // VkBuffer buffer
225 // Copy the result image to a buffer.
308 // Create vertex buffer and fill it with full screen quad.
335 // Copy the result image to a buffer.
370 // Create a buffer to upload the image.
374 // Upload target mip level to the input buffer.
504 // Prepare the command buffer.