/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtilImpl.inl | 189 …ormInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument 192 VK_CHECK(vk.createInstance(pCreateInfo, pAllocator, &object)); 193 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator)); 196 …ice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument 199 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object)); 200 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator… 203 …kDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator) argument 206 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object)); 207 …ve<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAllocator)); 210 …vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument [all …]
|
D | vkRefUtil.inl | 4 …e& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 5 …lDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 6 …ice, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 7 …e device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 8 …vice, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 9 …e device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 10 …vice, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 11 … device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 12 …ice, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 13 …e device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); [all …]
|
D | vkRefUtil.cpp | 35 const VkAllocationCallbacks* pAllocator) in createGraphicsPipeline() argument 38 VK_CHECK(vk.createGraphicsPipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createGraphicsPipeline() 39 return Move<VkPipeline>(check<VkPipeline>(object), Deleter<VkPipeline>(vk, device, pAllocator)); in createGraphicsPipeline() 46 const VkAllocationCallbacks* pAllocator) in createComputePipeline() argument 49 VK_CHECK(vk.createComputePipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createComputePipeline() 50 return Move<VkPipeline>(check<VkPipeline>(object), Deleter<VkPipeline>(vk, device, pAllocator)); in createComputePipeline() 57 const VkAllocationCallbacks* pAllocator) in createRayTracingPipelineNV() argument 60 …VK_CHECK(vk.createRayTracingPipelinesNV(device, pipelineCache, 1u, pCreateInfo, pAllocator, &objec… in createRayTracingPipelineNV() 61 return Move<VkPipeline>(check<VkPipeline>(object), Deleter<VkPipeline>(vk, device, pAllocator)); in createRayTracingPipelineNV() 69 const VkAllocationCallbacks* pAllocator) in createRayTracingPipelineKHR() argument [all …]
|
D | vkInstanceDriverImpl.inl | 5 void InstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator)… 7 m_vk.destroyInstance(instance, pAllocator); 45 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… argument 47 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); 170 …rfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) const 172 m_vk.destroySurfaceKHR(instance, surface, pAllocator); 220 … VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKH… argument 222 return m_vk.createDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); 230 …DisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… argument 232 return m_vk.createDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); [all …]
|
D | vkNullDriverImpl.inl | 4 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… argument 6 DE_UNREF(pAllocator); 7 VK_NULL_RETURN((*pInstance = allocateHandle<Instance, VkInstance>(pCreateInfo, pAllocator))); 10 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… argument 12 DE_UNREF(pAllocator); 13 …ULL_RETURN((*pDevice = allocateHandle<Device, VkDevice>(physicalDevice, pCreateInfo, pAllocator))); 16 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) argument 18 DE_UNREF(pAllocator); 19 VK_NULL_RETURN((*pFence = allocateNonDispHandle<Fence, VkFence>(device, pCreateInfo, pAllocator))); 22 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… argument [all …]
|
D | vkDeviceDriverImpl.inl | 10 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const 12 m_vk.destroyDevice(device, pAllocator); 35 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… argument 37 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory); 40 …:freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) const 42 m_vk.freeMemory(device, memory, pAllocator); 100 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… argument 102 return m_vk.createFence(device, pCreateInfo, pAllocator, pFence); 105 …river::destroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) const 107 m_vk.destroyFence(device, fence, pAllocator); [all …]
|
D | vkRefUtil.hpp | 38 const VkAllocationCallbacks* pAllocator = DE_NULL); 43 const VkAllocationCallbacks* pAllocator = DE_NULL); 48 const VkAllocationCallbacks* pAllocator = DE_NULL); 54 const VkAllocationCallbacks* pAllocator = DE_NULL); 61 const VkAllocationCallbacks* pAllocator = DE_NULL); 68 const VkAllocationCallbacks* pAllocator = DE_NULL); 73 const VkAllocationCallbacks* pAllocator = DE_NULL); 79 const VkAllocationCallbacks* pAllocator = DE_NULL);
|
D | vkNullDriver.cpp | 52 void* allocateSystemMem (const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope scope) in allocateSystemMem() argument 54 void* ptr = pAllocator->pfnAllocation(pAllocator->pUserData, sizeof(T), sizeof(void*), scope); in allocateSystemMem() 60 void freeSystemMem (const VkAllocationCallbacks* pAllocator, void* mem) in freeSystemMem() argument 62 pAllocator->pfnFree(pAllocator->pUserData, mem); in freeSystemMem() 66 …ocateHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) in allocateHandle() argument 70 if (pAllocator) in allocateHandle() 72 void* mem = allocateSystemMem<Object>(pAllocator, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in allocateHandle() 80 pAllocator->pfnFree(pAllocator->pUserData, mem); in allocateHandle() 91 Handle allocateHandle (const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) in allocateHandle() argument 95 if (pAllocator) in allocateHandle() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument 44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release() 47 …e void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in release() argument 49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release() 52 …void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) in release() argument 54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release() 57 …elease (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) in release() argument 59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release() 62 …ntext& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) in release() argument 64 …DeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, pAllocator); in release() [all …]
|
/external/vulkan-validation-layers/layers/generated/ |
D | object_tracker.h | 34 const VkAllocationCallbacks* pAllocator, 39 const VkAllocationCallbacks* pAllocator); 42 const VkAllocationCallbacks* pAllocator); 86 const VkAllocationCallbacks* pAllocator, 91 const VkAllocationCallbacks* pAllocator, 96 const VkAllocationCallbacks* pAllocator); 99 const VkAllocationCallbacks* pAllocator); 131 const VkAllocationCallbacks* pAllocator, 136 const VkAllocationCallbacks* pAllocator, 142 const VkAllocationCallbacks* pAllocator); [all …]
|
D | parameter_validation.cpp | 1522 const VkAllocationCallbacks* pAllocator, in PreCallValidateCreateInstance() argument 1545 if (pAllocator != NULL) in PreCallValidateCreateInstance() 1547 …eInstance", "pAllocator->pfnAllocation", reinterpret_cast<const void*>(pAllocator->pfnAllocation),… in PreCallValidateCreateInstance() 1549 …nstance", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation… in PreCallValidateCreateInstance() 1551 …kCreateInstance", "pAllocator->pfnFree", reinterpret_cast<const void*>(pAllocator->pfnFree), "VUID… in PreCallValidateCreateInstance() 1553 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateCreateInstance() 1555 …nstance", "pAllocator->pfnInternalFree", reinterpret_cast<const void*>(pAllocator->pfnInternalFree… in PreCallValidateCreateInstance() 1559 if (pAllocator->pfnInternalFree != NULL) in PreCallValidateCreateInstance() 1561 …e", "pAllocator->pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllo… in PreCallValidateCreateInstance() 1566 if (!skip) skip |= manual_PreCallValidateCreateInstance(pCreateInfo, pAllocator, pInstance); in PreCallValidateCreateInstance() [all …]
|
D | parameter_validation.h | 28 const VkAllocationCallbacks* pAllocator, 32 const VkAllocationCallbacks* pAllocator); 65 const VkAllocationCallbacks* pAllocator, 69 const VkAllocationCallbacks* pAllocator); 87 const VkAllocationCallbacks* pAllocator, 92 const VkAllocationCallbacks* pAllocator); 155 const VkAllocationCallbacks* pAllocator, 160 const VkAllocationCallbacks* pAllocator); 177 const VkAllocationCallbacks* pAllocator, 182 const VkAllocationCallbacks* pAllocator); [all …]
|
D | thread_safety.h | 511 const VkAllocationCallbacks* pAllocator); 515 const VkAllocationCallbacks* pAllocator); 546 const VkAllocationCallbacks* pAllocator); 550 const VkAllocationCallbacks* pAllocator); 594 const VkAllocationCallbacks* pAllocator, 600 const VkAllocationCallbacks* pAllocator, 607 const VkAllocationCallbacks* pAllocator); 612 const VkAllocationCallbacks* pAllocator); 745 const VkAllocationCallbacks* pAllocator, 751 const VkAllocationCallbacks* pAllocator, [all …]
|
D | layer_chassis_dispatch.h | 34 const VkAllocationCallbacks* pAllocator, 38 const VkAllocationCallbacks* pAllocator); 77 const VkAllocationCallbacks* pAllocator, 81 const VkAllocationCallbacks* pAllocator); 115 const VkAllocationCallbacks* pAllocator, 120 const VkAllocationCallbacks* pAllocator); 183 const VkAllocationCallbacks* pAllocator, 188 const VkAllocationCallbacks* pAllocator); 205 const VkAllocationCallbacks* pAllocator, 210 const VkAllocationCallbacks* pAllocator); [all …]
|
D | chassis.h | 63 const VkAllocationCallbacks* pAllocator, 68 const VkAllocationCallbacks* pAllocator); 117 const VkAllocationCallbacks* pAllocator, 122 const VkAllocationCallbacks* pAllocator); 165 const VkAllocationCallbacks* pAllocator, 171 const VkAllocationCallbacks* pAllocator); 247 const VkAllocationCallbacks* pAllocator, 253 const VkAllocationCallbacks* pAllocator); 274 const VkAllocationCallbacks* pAllocator, 280 const VkAllocationCallbacks* pAllocator); [all …]
|
D | object_tracker.cpp | 186 const VkAllocationCallbacks* pAllocator, in PreCallValidateCreateDevice() argument 197 const VkAllocationCallbacks* pAllocator, in PostCallRecordCreateDevice() argument 201 CreateObject(physicalDevice, *pDevice, kVulkanObjectTypeDevice, pAllocator); in PostCallRecordCreateDevice() 276 const VkAllocationCallbacks* pAllocator, in PreCallValidateAllocateMemory() argument 287 const VkAllocationCallbacks* pAllocator, in PostCallRecordAllocateMemory() argument 291 CreateObject(device, *pMemory, kVulkanObjectTypeDeviceMemory, pAllocator); in PostCallRecordAllocateMemory() 298 const VkAllocationCallbacks* pAllocator) { in PreCallValidateFreeMemory() argument 302 …skip |= ValidateDestroyObject(device, memory, kVulkanObjectTypeDeviceMemory, pAllocator, kVUIDUnde… in PreCallValidateFreeMemory() 310 const VkAllocationCallbacks* pAllocator) { in PreCallRecordFreeMemory() argument 514 const VkAllocationCallbacks* pAllocator, in PreCallValidateCreateFence() argument [all …]
|
D | thread_safety.cpp | 109 …yCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { in PreCallRecordDestroyCommandPool() argument 117 …yCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { in PostCallRecordDestroyCommandPool() argument 141 const VkAllocationCallbacks* pAllocator) { in PreCallRecordDestroyInstance() argument 148 const VkAllocationCallbacks* pAllocator) { in PostCallRecordDestroyInstance() argument 194 const VkAllocationCallbacks* pAllocator) { in PreCallRecordDestroyDevice() argument 201 const VkAllocationCallbacks* pAllocator) { in PostCallRecordDestroyDevice() argument 274 const VkAllocationCallbacks* pAllocator, in PreCallRecordAllocateMemory() argument 282 const VkAllocationCallbacks* pAllocator, in PostCallRecordAllocateMemory() argument 291 const VkAllocationCallbacks* pAllocator) { in PreCallRecordFreeMemory() argument 300 const VkAllocationCallbacks* pAllocator) { in PostCallRecordFreeMemory() argument [all …]
|
D | chassis.cpp | 412 …LL CreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, in CreateInstance() argument 487 intercept->PreCallValidateCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 490 intercept->PreCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 493 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 510 …layer_debug_messenger_actions(framework->report_data, framework->logging_messenger, pAllocator, OB… in CreateInstance() 546 intercept->PostCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance, result); in CreateInstance() 554 …TTR void VKAPI_CALL DestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) { in DestroyInstance() argument 559 intercept->PreCallValidateDestroyInstance(instance, pAllocator); in DestroyInstance() 563 intercept->PreCallRecordDestroyInstance(instance, pAllocator); in DestroyInstance() 566 layer_data->instance_dispatch_table.DestroyInstance(instance, pAllocator); in DestroyInstance() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 25 void *allocate(size_t count, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAll… in allocate() argument 27 …return pAllocator ? pAllocator->pfnAllocation(pAllocator->pUserData, count, alignment, allocationS… in allocate() 30 void deallocate(void *ptr, const VkAllocationCallbacks *pAllocator) in deallocate() argument 32 pAllocator ? pAllocator->pfnFree(pAllocator->pUserData, ptr) : sw::deallocate(ptr); in deallocate()
|
D | VkObject.hpp | 47 static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT … in Create() argument 55 memory = vk::allocate(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create() 62 void *objectMemory = vk::allocate(sizeof(T), alignof(T), pAllocator, T::GetAllocationScope()); in Create() 65 vk::deallocate(memory, pAllocator); in Create() 73 vk::deallocate(memory, pAllocator); in Create() 91 …void destroy(const VkAllocationCallbacks *pAllocator) {} // Method defined by objects to delete t… in destroy() argument 94 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() argument 96 return vk::Create<T, VkT, CreateInfo>(pAllocator, pCreateInfo, outObject, extendedInfo...); in Create() 137 void destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument 139 object.destroy(pAllocator); in destroy() [all …]
|
D | libVulkan.cpp | 501 …(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pIn… in vkCreateInstance() argument 504 pCreateInfo, pAllocator, pInstance); in vkCreateInstance() 536 …VkResult result = vk::DebugUtilsMessenger::Create(pAllocator, debugUtilsMessengerCreateInfoEXT, &m… in vkCreateInstance() 559 VkResult result = vk::DispatchablePhysicalDevice::Create(pAllocator, pCreateInfo, &physicalDevice); in vkCreateInstance() 562 vk::destroy(messenger, pAllocator); in vkCreateInstance() 566 …result = vk::DispatchableInstance::Create(pAllocator, pCreateInfo, pInstance, physicalDevice, vk::… in vkCreateInstance() 569 vk::destroy(messenger, pAllocator); in vkCreateInstance() 570 vk::destroy(physicalDevice, pAllocator); in vkCreateInstance() 577 …TTR void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) in vkDestroyInstance() argument 579 …("(VkInstance instance = %p, const VkAllocationCallbacks* pAllocator = %p)", instance, pAllocator); in vkDestroyInstance() [all …]
|
D | VkDestroy.hpp | 54 inline void destroy(VkT vkObject, const VkAllocationCallbacks *pAllocator) in destroy() argument 60 object->destroy(pAllocator); in destroy() 65 vk::deallocate(vkObject, pAllocator); in destroy() 70 inline void release(VkT vkObject, const VkAllocationCallbacks *pAllocator) in release() argument 76 if(object->release(pAllocator)) in release() 82 vk::deallocate(vkObject, pAllocator); in release()
|
/external/vulkan-validation-layers/layers/ |
D | best_practices.h | 31 …ateCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, 33 …ordCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, 36 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); 38 const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer); 39 …age(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, 42 … const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain); 45 … const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains); 47 … const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass); 49 … const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 50 …lRecordFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 427 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… 428 void anv_DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 434 …DisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… 435 …troySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator); 437 …WaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… 440 … VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… 443 …t VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… 445 …ReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCa… 446 …T(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator); 492 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… [all …]
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 92 const VkAllocationCallbacks *pAllocator, in lvp_CreateImage() argument 100 pAllocator, in lvp_CreateImage() 106 const VkAllocationCallbacks *pAllocator) in lvp_DestroyImage() argument 115 vk_free2(&device->vk.alloc, pAllocator, image); in lvp_DestroyImage() 121 const VkAllocationCallbacks *pAllocator, in lvp_CreateImageView() argument 128 view = vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*view), 8, in lvp_CreateImageView() 149 const VkAllocationCallbacks *pAllocator) in lvp_DestroyImageView() argument 159 vk_free2(&device->vk.alloc, pAllocator, iview); in lvp_DestroyImageView() 227 const VkAllocationCallbacks* pAllocator, in lvp_CreateBuffer() argument 239 buffer = vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*buffer), 8, in lvp_CreateBuffer() [all …]
|