Home
last modified time | relevance | path

Searched refs:VkSystemAllocationScope (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.h46 VkSystemAllocationScope scope) in vk_alloc()
54 VkSystemAllocationScope scope) in vk_zalloc()
68 VkSystemAllocationScope scope) in vk_realloc()
84 VkSystemAllocationScope scope) in vk_strdup()
101 VkSystemAllocationScope scope, in vk_vasprintf()
114 VkSystemAllocationScope scope, in vk_asprintf()
129 VkSystemAllocationScope scope) in vk_alloc2()
141 VkSystemAllocationScope scope) in vk_zalloc2()
232 VkSystemAllocationScope scope) in vk_multialloc_alloc()
272 VkSystemAllocationScope scope) in vk_multialloc_alloc2()
[all …]
Dvk_alloc.c23 VkSystemAllocationScope allocationScope) in vk_default_alloc()
34 VkSystemAllocationScope allocationScope) in vk_default_realloc()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h934 VkSystemAllocationScope scope,
987 VkSystemAllocationScope scope,
Dvk_graphics_state.c1237 VkSystemAllocationScope scope, in vk_graphics_pipeline_state_fill()
1644 VkSystemAllocationScope scope, in vk_graphics_pipeline_state_copy()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc121 * ename:VkSystemAllocationScope, ename:VkInternalAllocationType <<SCID-8>>
140 * pname:allocationScope is a elink:VkSystemAllocationScope value
194 * pname:allocationScope is a elink:VkSystemAllocationScope value
256 * pname:allocationScope is a elink:VkSystemAllocationScope value
275 * pname:allocationScope is a elink:VkSystemAllocationScope value
280 [open,refpage='VkSystemAllocationScope',desc='Allocation scope',type='enums',xrefs='VkAllocationCal…
289 include::{generated}/api/enums/VkSystemAllocationScope.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1415 typedef enum VkSystemAllocationScope { enum
1422 } VkSystemAllocationScope; typedef
2935 VkSystemAllocationScope allocationScope);
2945 VkSystemAllocationScope allocationScope);
2951 VkSystemAllocationScope allocationScope);
2958 VkSystemAllocationScope allocationScope);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h1810 static inline const char* string_VkSystemAllocationScope(VkSystemAllocationScope input_value) in string_VkSystemAllocationScope()