Home
last modified time | relevance | path

Searched refs:pAllocator (Results 1 – 7 of 7) 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 …]
DResourceTracker.cpp2168 const VkAllocationCallbacks* pAllocator, in on_vkAllocateMemory() argument
2606 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory()
2644 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory()
2925 const VkAllocationCallbacks *pAllocator, in on_vkCreateImage() argument
3022 …res = enc->vkCreateImageWithRequirementsGOOGLE(device, &localCreateInfo, pAllocator, pImage, &memR… in on_vkCreateImage()
3024 res = enc->vkCreateImage(device, &localCreateInfo, pAllocator, pImage); in on_vkCreateImage()
3066 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversion() argument
3092 device, &localCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion()
3105 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversion() argument
3108 enc->vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
[all …]
DVkEncoder.cpp173 const VkAllocationCallbacks* pAllocator, in vkCreateInstance() argument
193 if (pAllocator) in vkCreateInstance()
196 … deepcopy_VkAllocationCallbacks(pool, pAllocator, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
248 …)->on_vkCreateInstance(this, vkCreateInstance_VkResult_return, pCreateInfo, pAllocator, pInstance); in vkCreateInstance()
258 const VkAllocationCallbacks* pAllocator) in vkDestroyInstance() argument
272 if (pAllocator) in vkDestroyInstance()
275 … deepcopy_VkAllocationCallbacks(pool, pAllocator, (VkAllocationCallbacks*)(local_pAllocator)); in vkDestroyInstance()
881 const VkAllocationCallbacks* pAllocator, in vkCreateDevice() argument
903 if (pAllocator) in vkCreateDevice()
906 … deepcopy_VkAllocationCallbacks(pool, pAllocator, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateDevice()
[all …]
Dgoldfish_vk_private_defs.h451 …VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, Vk…
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp53 const VkAllocationCallbacks* pAllocator, in entry_vkCreateInstance() argument
59 vkCreateInstance_VkResult_return = vkEnc->vkCreateInstance(pCreateInfo, pAllocator, pInstance); in entry_vkCreateInstance()
64 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyInstance() argument
68 vkEnc->vkDestroyInstance(instance, pAllocator); in entry_vkDestroyInstance()
162 const VkAllocationCallbacks* pAllocator, in entry_vkCreateDevice() argument
168 …vkCreateDevice_VkResult_return = vkEnc->vkCreateDevice(physicalDevice, pCreateInfo, pAllocator, pD… in entry_vkCreateDevice()
173 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyDevice() argument
177 vkEnc->vkDestroyDevice(device, pAllocator); in entry_vkDestroyDevice()
272 const VkAllocationCallbacks* pAllocator, in entry_vkAllocateMemory() argument
279 …rn = resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, device, pAllocateInfo, pAllocator, pMemory); in entry_vkAllocateMemory()
[all …]
Dgoldfish_vulkan.cpp512 const VkAllocationCallbacks* pAllocator, in CreateBufferCollectionFUCHSIA() argument
519 return vkstubhal::CreateBufferCollectionFUCHSIA(device, pInfo, pAllocator, pCollection); in CreateBufferCollectionFUCHSIA()
524 vkEnc, VK_SUCCESS, device, pInfo, pAllocator, pCollection); in CreateBufferCollectionFUCHSIA()
533 const VkAllocationCallbacks* pAllocator) { in DestroyBufferCollectionFUCHSIA() argument
539 vkstubhal::DestroyBufferCollectionFUCHSIA(device, collection, pAllocator); in DestroyBufferCollectionFUCHSIA()
545 vkEnc, VK_SUCCESS, device, collection, pAllocator); in DestroyBufferCollectionFUCHSIA()