Lines Matching refs:buffer
798 const VkBuffer& buffer,
829 // Barriers for copying buffer to image
833 buffer, // VkBuffer buffer;
867 vk.cmdCopyBufferToImage(*cmdBuffer, buffer, destImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ©Region);
1581 // Create and fill staging buffer, copy its data to density map image
1606 // Fill staging buffer with one color
2046 // Create command pool and command buffer
2622 // Record primary command buffer
2919 // Reduce number of tests for dynamic rendering cases where secondary command buffer is used
3029 // Reduce number of tests for dynamic rendering cases where secondary command buffer is used