Searched refs:local_imageLayout (Results 1 – 1 of 1) sorted by relevance
8855 VkImageLayout local_imageLayout; in vkCmdClearColorImage() local8861 local_imageLayout = imageLayout; in vkCmdClearColorImage()8897 countingStream->write((VkImageLayout*)&local_imageLayout, sizeof(VkImageLayout)); in vkCmdClearColorImage()8916 stream->write((VkImageLayout*)&local_imageLayout, sizeof(VkImageLayout)); in vkCmdClearColorImage()8949 VkImageLayout local_imageLayout; in vkCmdClearDepthStencilImage() local8955 local_imageLayout = imageLayout; in vkCmdClearDepthStencilImage()8991 countingStream->write((VkImageLayout*)&local_imageLayout, sizeof(VkImageLayout)); in vkCmdClearDepthStencilImage()9010 stream->write((VkImageLayout*)&local_imageLayout, sizeof(VkImageLayout)); in vkCmdClearDepthStencilImage()