Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp394 const bool isDeviceLocal = (m_heaps[heapNdx].heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
438 const bool isDeviceLocal = (heap.heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
478 const bool isDeviceLocal = (heap.heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0; in iterate()
DvktMemoryMappingTests.cpp1109 if ((m_heap.flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in getMemoryClass()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c690 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_GetPhysicalDeviceMemoryProperties()
694 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in radv_GetPhysicalDeviceMemoryProperties()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl1060 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
DvkStrUtilImpl.inl1191 tcu::Format::BitDesc(VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, "VK_MEMORY_HEAP_DEVICE_LOCAL_BIT"),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1176 if ((memProps->memoryHeaps[0].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) == 0) in deviceMemoryProperties()
1232 …oryHeaps[memProps->memoryTypes[memoryNdx].heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) == 0) in deviceMemoryProperties()
1240 …s->memoryHeaps[memProps->memoryTypes[memoryNdx].heapIndex].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) in deviceMemoryProperties()
/external/mesa3d/src/intel/vulkan/
Danv_device.c721 .flags = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, in anv_GetPhysicalDeviceMemoryProperties()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1350 printf((heapFlags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) in app_gpu_dump_memory_props()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp704 if ((memoryProperties.memoryHeaps[heapNdx].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) != 0) in getMaxDeviceHeapSize()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp368 VkMemoryHeapFlagBits allFlags = (VkMemoryHeapFlagBits)(VK_MEMORY_HEAP_DEVICE_LOCAL_BIT); in ValidateEnumerator()
382 if (enumerator & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) { in EnumeratorString()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h896 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
Dvulkan.hpp9434 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT
/external/mesa3d/include/vulkan/
Dvulkan.h902 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h983 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1044 VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, enumerator