Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc831 * ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT specifies that in a logical
3265 ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT is set in the memory heap.
3266 If ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT is set, then memory is allocated
3269 If ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT is not set, then a single
Dresources.adoc8783 with the ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT bit set, then it is as if
8790 without the ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT bit set, then it is as
9154 ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT bit set, then it is as if
9162 ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT bit set, then it is as if
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1157 eMultiInstance = VK_MEMORY_HEAP_MULTI_INSTANCE_BIT,
Dvk_enum_string_helper.h2639 case VK_MEMORY_HEAP_MULTI_INSTANCE_BIT: in string_VkMemoryHeapFlagBits()
Dvulkan_enums.hpp2013 eMultiInstance = VK_MEMORY_HEAP_MULTI_INSTANCE_BIT,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2362 VK_MEMORY_HEAP_MULTI_INSTANCE_BIT = 0x00000002, enumerator
2363 VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR = VK_MEMORY_HEAP_MULTI_INSTANCE_BIT,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4849 ename:VK_MEMORY_HEAP_MULTI_INSTANCE_BIT (internal merge request 4383).