Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp544 VkImageCreateFlags local_flags; in vkGetPhysicalDeviceImageFormatProperties() local
550 local_flags = flags; in vkGetPhysicalDeviceImageFormatProperties()
560 countingStream->write((VkImageCreateFlags*)&local_flags, sizeof(VkImageCreateFlags)); in vkGetPhysicalDeviceImageFormatProperties()
575 stream->write((VkImageCreateFlags*)&local_flags, sizeof(VkImageCreateFlags)); in vkGetPhysicalDeviceImageFormatProperties()
3713 VkQueryResultFlags local_flags; in vkGetQueryPoolResults() local
3720 local_flags = flags; in vkGetQueryPoolResults()
3735 countingStream->write((VkQueryResultFlags*)&local_flags, sizeof(VkQueryResultFlags)); in vkGetQueryPoolResults()
3754 stream->write((VkQueryResultFlags*)&local_flags, sizeof(VkQueryResultFlags)); in vkGetQueryPoolResults()
6007 VkDescriptorPoolResetFlags local_flags; in vkResetDescriptorPool() local
6010 local_flags = flags; in vkResetDescriptorPool()
[all …]