/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 576 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()
|
D | vktMemoryMappingTests.cpp | 1101 if ((m_heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in getMemoryClass()
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 680 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT // flags in getMemoryProperties()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 137 .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/ |
D | radv_device.c | 130 .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/ |
D | vktApiFeatureInfo.cpp | 1341 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/ |
D | vkBasicTypes.inl | 1362 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
D | vkStrUtilImpl.inl | 1521 tcu::Format::BitDesc(VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, "VK_MEMORY_HEAP_DEVICE_LOCAL_BIT"),
|
D | vkVulkan_c.inl | 1236 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 8672 … if((allocator->m_MemProps.memoryHeaps[heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in vmaBuildStatsString()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 8672 … if((allocator->m_MemProps.memoryHeaps[heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in vmaBuildStatsString()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1175 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1328 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1328 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1447 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
D | vulkan.hpp | 8263 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1415 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|
D | vulkan.hpp | 22385 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT,
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1233 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|