Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp104 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in TEST()
141 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in TEST()
180 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in TEST()
220 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in TEST()
252 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in TEST()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc553 At least one heap must: include ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT in
557 ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT.
826 * ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT specifies that the heap
898 heap with the ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT set.
1145 ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT in slink:VkMemoryHeap::pname:flags
1159 ename:VK_MEMORY_HEAP_DEVICE_LOCAL_BIT property will not be transparently
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1156 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
Dvk_enum_string_helper.h2637 case VK_MEMORY_HEAP_DEVICE_LOCAL_BIT: in string_VkMemoryHeapFlagBits()
Dvulkan_enums.hpp2012 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2361 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator