Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp8855 VkImageLayout local_imageLayout; in vkCmdClearColorImage() local
8861 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() local
8955 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()