Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h49 const VkAllocationCallbacks* pAllocator,
53 const VkAllocationCallbacks* pAllocator);
92 const VkAllocationCallbacks* pAllocator,
96 const VkAllocationCallbacks* pAllocator);
130 const VkAllocationCallbacks* pAllocator,
135 const VkAllocationCallbacks* pAllocator);
198 const VkAllocationCallbacks* pAllocator,
203 const VkAllocationCallbacks* pAllocator);
220 const VkAllocationCallbacks* pAllocator,
225 const VkAllocationCallbacks* pAllocator);
[all …]
DResourceTracker.h111 const VkAllocationCallbacks* pAllocator,
118 const VkAllocationCallbacks* pAllocator,
123 const VkAllocationCallbacks* pAllocator);
130 const VkAllocationCallbacks* pAllocator,
136 const VkAllocationCallbacks* pAllocator);
156 const VkAllocationCallbacks *pAllocator,
160 VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator);
186 const VkAllocationCallbacks *pAllocator,
190 VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator);
214 const VkAllocationCallbacks* pAllocator,
[all …]
DVkEncoder.cpp173 const VkAllocationCallbacks* pAllocator, in vkCreateInstance()
185 VkAllocationCallbacks* local_pAllocator; in vkCreateInstance()
195 local_pAllocator = (VkAllocationCallbacks*)pool->alloc(sizeof(const VkAllocationCallbacks)); in vkCreateInstance()
196 … deepcopy_VkAllocationCallbacks(pool, pAllocator, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
205 …transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocat… in vkCreateInstance()
215 … marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
232 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
258 const VkAllocationCallbacks* pAllocator) in vkDestroyInstance()
269 VkAllocationCallbacks* local_pAllocator; in vkDestroyInstance()
274 local_pAllocator = (VkAllocationCallbacks*)pool->alloc(sizeof(const VkAllocationCallbacks)); in vkDestroyInstance()
[all …]
DResourceTracker.cpp1430 const VkAllocationCallbacks*, in on_vkCreateInstance() argument
1455 const VkAllocationCallbacks*, in on_vkCreateDevice() argument
1477 const VkAllocationCallbacks*) { in on_vkDestroyDevice_pre() argument
1684 const VkAllocationCallbacks*, in on_vkCreateBufferCollectionFUCHSIA() argument
1733 const VkAllocationCallbacks*) { in on_vkDestroyBufferCollectionFUCHSIA() argument
2168 const VkAllocationCallbacks* pAllocator, in on_vkAllocateMemory()
2725 const VkAllocationCallbacks* pAllocateInfo) { in on_vkFreeMemory()
2925 const VkAllocationCallbacks *pAllocator, in on_vkCreateImage()
3066 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversion()
3105 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversion()
[all …]
Dgoldfish_vk_private_defs.h131 …eeMemorySyncGOOGLE)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocati…
451 …VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, Vk…
Dgoldfish_vk_deepcopy_guest.h58 const VkAllocationCallbacks* from,
59 VkAllocationCallbacks* to);
Dgoldfish_vk_transform_guest.h67 VkAllocationCallbacks* toTransform);
71 VkAllocationCallbacks* toTransform);
Dgoldfish_vk_handlemap_guest.h55 VkAllocationCallbacks* toMap);
Dgoldfish_vk_marshaling_guest.h65 const VkAllocationCallbacks* forMarshaling);
69 VkAllocationCallbacks* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp103 VkAllocationCallbacks* toTransform) in transform_tohost_VkAllocationCallbacks()
111 VkAllocationCallbacks* toTransform) in transform_fromhost_VkAllocationCallbacks()
Dgoldfish_vk_deepcopy_guest.cpp100 const VkAllocationCallbacks* from, in deepcopy_VkAllocationCallbacks()
101 VkAllocationCallbacks* to) in deepcopy_VkAllocationCallbacks()
Dgoldfish_vk_handlemap_guest.cpp69 VkAllocationCallbacks* toMap) in handlemap_VkAllocationCallbacks()
Dgoldfish_vk_marshaling_guest.cpp175 const VkAllocationCallbacks* forMarshaling) in marshal_VkAllocationCallbacks()
198 VkAllocationCallbacks* forUnmarshaling) in unmarshal_VkAllocationCallbacks()
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp64 const VkAllocationCallbacks* /*allocator*/, in CreateInstance() argument
74 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
108 const VkAllocationCallbacks* /*pAllocator*/, in CreateDebugReportCallbackEXT() argument
119 const VkAllocationCallbacks* /*pAllocator*/) in DestroyDebugReportCallbackEXT() argument
140 const VkAllocationCallbacks* /*pAllocator*/, in CreateDebugUtilsMessengerEXT() argument
151 const VkAllocationCallbacks* /*pAllocator*/) in DestroyDebugUtilsMessengerEXT() argument
203 const VkAllocationCallbacks* /*pAllocator*/, in CreateBufferCollectionFUCHSIA() argument
212 const VkAllocationCallbacks* /*pAllocator*/) { in DestroyBufferCollectionFUCHSIA() argument
410 const VkAllocationCallbacks* allocator, in CreateInstance()
512 const VkAllocationCallbacks* pAllocator, in CreateBufferCollectionFUCHSIA()
[all …]
Dfunc_table.cpp53 const VkAllocationCallbacks* pAllocator, in entry_vkCreateInstance()
64 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyInstance()
162 const VkAllocationCallbacks* pAllocator, in entry_vkCreateDevice()
173 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyDevice()
272 const VkAllocationCallbacks* pAllocator, in entry_vkAllocateMemory()
285 const VkAllocationCallbacks* pAllocator) in entry_vkFreeMemory()
431 const VkAllocationCallbacks* pAllocator, in entry_vkCreateFence()
444 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyFence()
489 const VkAllocationCallbacks* pAllocator, in entry_vkCreateSemaphore()
502 const VkAllocationCallbacks* pAllocator) in entry_vkDestroySemaphore()
[all …]