Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp576 const bool isDeviceLocal = (m_heaps[heapNdx].heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
629 const bool isDeviceLocal = (heap.heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
670 const bool isDeviceLocal = (heap.heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
DvktMemoryMappingTests.cpp1101 if ((m_heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in getMemoryClass()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp680 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT // flags in getMemoryProperties()
/external/mesa3d/src/intel/vulkan/
Danv_device.c137 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in anv_physical_device_init_heaps()
156 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in anv_physical_device_init_heaps()
161 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in anv_physical_device_init_heaps()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c130 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_physical_device_init_mem_types()
137 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_physical_device_init_mem_types()
144 .flags = device->rad_info.has_dedicated_vram ? 0 : VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_physical_device_init_mem_types()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1341 if ((memProps->memoryHeaps[0].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) == 0) in deviceMemoryProperties()
1397 …oryHeaps[memProps->memoryTypes[memoryNdx].heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) == 0) in deviceMemoryProperties()
1405 …s->memoryHeaps[memProps->memoryTypes[memoryNdx].heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) in deviceMemoryProperties()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl1362 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
DvkStrUtilImpl.inl1521 tcu::Format::BitDesc(VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, "VK_MEMORY_HEAP_DEVICE_LOCAL_BIT"),
DvkVulkan_c.inl1236 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8672 … if((allocator->m_MemProps.memoryHeaps[heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in vmaBuildStatsString()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8672 … if((allocator->m_MemProps.memoryHeaps[heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in vmaBuildStatsString()
/external/mesa3d/include/vulkan/
Dvulkan.h1175 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1328 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1328 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1447 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
Dvulkan.hpp8263 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
/external/swiftshader/include/vulkan/
Dvulkan_core.h1415 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
Dvulkan.hpp22385 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1233 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator