Home
last modified time | relevance | path

Searched refs:VK_SYSTEM_ALLOCATION_SCOPE_DEVICE (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_descriptor_set_layout.c49 vk_zalloc(&device->alloc, size, 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_descriptor_set_layout_zalloc()
68 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_descriptor_set_layout_multizalloc()
Dvk_pipeline_layout.c84 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_pipeline_layout_multizalloc()
Dvk_object.c145 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_private_data_slot_create()
335 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE, in vk_object_base_name()
Dvk_sync.c119 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_sync_create()
Dvk_sync_timeline.c149 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in vk_sync_timeline_alloc_point_locked()
Dvk_pipeline_cache.c105 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE)) in vk_raw_data_cache_object_create()
Dvk_queue.c181 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE)) in vk_queue_submit_alloc()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp538 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in gfxstream_vk_GetDeviceQueue()
570 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in gfxstream_vk_GetDeviceQueue2()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1260 eDevice = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE,
Dvk_enum_string_helper.h1818 case VK_SYSTEM_ALLOCATION_SCOPE_DEVICE: in string_VkSystemAllocationScope()
Dvulkan_enums.hpp2133 eDevice = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc302 * ename:VK_SYSTEM_ALLOCATION_SCOPE_DEVICE specifies that the allocation is
343 will use an allocation scope of ename:VK_SYSTEM_ALLOCATION_SCOPE_DEVICE.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1419 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE = 3, enumerator