Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c677 alignof(VkFormat), VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in vk_image_create_get_format_list_uncompressed()
722 alignof(VkFormat), VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in vk_image_create_get_format_list_compressed()
773 alignof(VkFormat), VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in vk_image_create_get_format_list()
Dvk_render_pass.c93 VK_SYSTEM_ALLOCATION_SCOPE_COMMAND)) in vk_common_CreateRenderPass()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1257 eCommand = VK_SYSTEM_ALLOCATION_SCOPE_COMMAND,
Dvk_enum_string_helper.h1816 case VK_SYSTEM_ALLOCATION_SCOPE_COMMAND: in string_VkSystemAllocationScope()
Dvulkan_enums.hpp2130 eCommand = VK_SYSTEM_ALLOCATION_SCOPE_COMMAND,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc291 * ename:VK_SYSTEM_ALLOCATION_SCOPE_COMMAND specifies that the allocation
319 will use the ename:VK_SYSTEM_ALLOCATION_SCOPE_COMMAND allocation scope.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1416 VK_SYSTEM_ALLOCATION_SCOPE_COMMAND = 0, enumerator