Home
last modified time | relevance | path

Searched refs:VkAllocationCallbacks (Results 1 – 25 of 108) sorted by relevance

12345

/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.inl4 …formInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
5 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
6 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
7 … vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
8 … VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
9 … vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
10 … VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
11 …vk, VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
12 …VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
13 … vk, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkVirtualDeviceInterface.inl4 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const …
9 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
10 … freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
22 … (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
23 virtual void destroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAll…
27 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
28 …troySemaphore (VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
29 … (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
30 virtual void destroyEvent (VkDevice device, VkEvent event, const VkAllocationCallbacks* pAll…
34 …(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkConcreteDeviceInterface.inl4 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const;
9 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
10 … freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
22 … (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
23 virtual void destroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAll…
27 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
28 …troySemaphore (VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
29 … (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
30 virtual void destroyEvent (VkDevice device, VkEvent event, const VkAllocationCallbacks* pAll…
34 …(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkFunctionPointerTypes.inl4 …anceFunc) (const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
5 …PI_CALL* DestroyInstanceFunc) (VkInstance instance, const VkAllocationCallbacks* pAllocato…
15 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
16 … (VKAPI_CALL* DestroyDeviceFunc) (VkDevice device, const VkAllocationCallbacks* pAllocato…
25 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
26 …moryFunc) (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
39 … (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
40 …DestroyFenceFunc) (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
44 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
45 …phoreFunc) (VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
[all …]
DvkRefUtilImpl.inl141 …formInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
148 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
155 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
162 … vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
169 … VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
176 … vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
183 … VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
190 …vk, VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
197 …VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
204 … vk, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkRefUtil.hpp38 const VkAllocationCallbacks* pAllocator = DE_NULL);
43 const VkAllocationCallbacks* pAllocator = DE_NULL);
50 const VkAllocationCallbacks* pAllocator = DE_NULL);
55 const VkAllocationCallbacks* pAllocator = DE_NULL);
61 const VkAllocationCallbacks* pAllocator = DE_NULL);
71 const VkAllocationCallbacks* pAllocateInfo = DE_NULL);
DvkConcreteInstanceInterface.inl4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloca…
13 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
17 …faceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocato…
26 …KHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
28 …instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
29 …ce instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
31 …nce instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
33 …instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
35 …nce instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
37 …instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkVirtualInstanceInterface.inl4 virtual void destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAlloca…
13 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
17 …faceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocato…
26 …KHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
28 …instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
29 …ce instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
31 …nce instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
33 …instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
35 …nce instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
37 …instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkDeviceDriverImpl.inl5 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
30 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
35 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
95 …nce (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
100 void DeviceDriver::destroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllo…
120 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
125 …::destroySemaphore (VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
130 …ent (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
135 void DeviceDriver::destroyEvent (VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllo…
155 …(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkRef.hpp77 …Deleter (const DeviceInterface& deviceIface, VkDevice device, const VkAllocationCallbacks* alloca… in Deleter()
93 const VkAllocationCallbacks* m_allocator;
100 …onst PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks* allocator) in Deleter()
113 const VkAllocationCallbacks* m_allocator;
120 … (const InstanceInterface& instanceIface, VkDevice device, const VkAllocationCallbacks* allocator) in Deleter()
133 const VkAllocationCallbacks* m_allocator;
140 …onst InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks* allocator) in Deleter()
156 const VkAllocationCallbacks* m_allocator;
163 …onst InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks* allocator) in Deleter()
179 const VkAllocationCallbacks* m_allocator;
DvkNullDriverImpl.inl4 …LL createInstance (const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
10 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
16 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
22 …nce (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
28 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
34 …ent (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
40 …(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
46 …er (VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
52 …VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
58 …age (VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
DvkRefUtil.cpp35 const VkAllocationCallbacks* pAllocator) in createGraphicsPipeline()
46 const VkAllocationCallbacks* pAllocator) in createComputePipeline()
72 const VkAllocationCallbacks* pAllocator) in createSemaphore()
88 const VkAllocationCallbacks* pAllocator) in createFence()
105 const VkAllocationCallbacks* pAllocator) in createCommandPool()
140 const VkAllocationCallbacks* pAllocateInfo) in createEvent()
DvkAllocationCallbackUtil.hpp53 const VkAllocationCallbacks* getCallbacks (void) const { return &m_callbacks; } in getCallbacks()
56 const VkAllocationCallbacks m_callbacks;
119 ChainedAllocator (const VkAllocationCallbacks* nextAllocator);
130 const VkAllocationCallbacks* m_nextAllocator;
136 …AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
170 …DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassing…
234 const VkAllocationCallbacks* getSystemAllocator (void);
DvkInstanceDriverImpl.inl5 void InstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator)…
50 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
70 …stroySurfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocato…
115 …KHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
125 …instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
130 …ce instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
140 …nce instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
150 …instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
160 …nce instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
170 …instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato…
[all …]
/external/mesa3d/src/util/
Dvk_alloc.h32 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc()
40 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc()
48 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free()
57 vk_alloc2(const VkAllocationCallbacks *parent_alloc, in vk_alloc2()
58 const VkAllocationCallbacks *alloc, in vk_alloc2()
69 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, in vk_zalloc2()
70 const VkAllocationCallbacks *alloc, in vk_zalloc2()
84 vk_free2(const VkAllocationCallbacks *parent_alloc, in vk_free2()
85 const VkAllocationCallbacks *alloc, in vk_free2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release()
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release()
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release()
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks in release()
62 …ontext& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocato… in release()
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release()
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release()
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release()
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release()
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release()
[all …]
/external/vulkan-validation-layers/loader/
Ddebug_report.h114 const VkAllocationCallbacks *pAllocator,
120 const VkAllocationCallbacks *pAllocator);
131 const VkAllocationCallbacks *pAllocator,
136 const VkAllocationCallbacks *pAllocator);
139 const void *pChain, const VkAllocationCallbacks *pAllocator,
142 void util_FreeDebugReportCreateInfos(const VkAllocationCallbacks *pAllocator,
146 struct loader_instance *inst, const VkAllocationCallbacks *pAllocator,
151 const VkAllocationCallbacks *pAllocator,
Dwsi.h63 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain);
67 const VkAllocationCallbacks *pAllocator);
93 const VkAllocationCallbacks *pAllocator,
103 const VkAllocationCallbacks *pAllocator,
113 const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface);
123 const VkAllocationCallbacks *pAllocator,
135 const VkAllocationCallbacks *pAllocator,
163 const VkAllocationCallbacks *pAllocator,
170 const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface);
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h37 const VkAllocationCallbacks *pAllocator,
45 const VkAllocationCallbacks *pAllocator,
53 VkAllocationCallbacks alloc;
59 const VkAllocationCallbacks *pAllocator);
72 const VkAllocationCallbacks *alloc,
88 const VkAllocationCallbacks* pAllocator,
141 const VkAllocationCallbacks *alloc);
143 const VkAllocationCallbacks *alloc);
145 const VkAllocationCallbacks *alloc,
149 const VkAllocationCallbacks *alloc);
/external/mesa3d/include/vulkan/
Dvulkan.h1207 typedef struct VkAllocationCallbacks { struct
1214 } VkAllocationCallbacks; argument
2262 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2263 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p…
2273 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2274 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2283 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
2284 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
2297 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2298 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
[all …]
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1198 typedef struct VkAllocationCallbacks { struct
1205 } VkAllocationCallbacks; typedef
2253 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2254 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p…
2264 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2265 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2274 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
2275 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
2288 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2289 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
[all …]
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1304 typedef struct VkAllocationCallbacks { struct
1311 } VkAllocationCallbacks; argument
2359 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2360 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p…
2370 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2371 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2380 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
2381 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
2394 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2395 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
[all …]
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp39 …L vkCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in vkCreateInstance()
76 VKAPI_ATTR void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAll… in vkDestroyInstance()
164 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in vkCreateDevice()
196 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in vkDestroyDevice()
241 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato… in vkAllocateMemory()
248 …I_CALL vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato… in vkFreeMemory()
333 …ence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in vkCreateFence()
340 …d VKAPI_CALL vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… in vkDestroyFence()
366 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in vkCreateSemaphore()
373 … vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato… in vkDestroySemaphore()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_wsi_x11.c68 const VkAllocationCallbacks* pAllocator, in radv_CreateXcbSurfaceKHR()
72 const VkAllocationCallbacks *alloc; in radv_CreateXcbSurfaceKHR()
86 const VkAllocationCallbacks* pAllocator, in radv_CreateXlibSurfaceKHR()
90 const VkAllocationCallbacks *alloc; in radv_CreateXlibSurfaceKHR()
/external/mesa3d/src/intel/vulkan/
Danv_wsi_x11.c64 const VkAllocationCallbacks* pAllocator, in anv_CreateXcbSurfaceKHR()
68 const VkAllocationCallbacks *alloc; in anv_CreateXcbSurfaceKHR()
82 const VkAllocationCallbacks* pAllocator, in anv_CreateXlibSurfaceKHR()
86 const VkAllocationCallbacks *alloc; in anv_CreateXlibSurfaceKHR()

12345