/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 132 const VkAllocationCallbacks* pAllocator, 139 const VkAllocationCallbacks* pAllocator, 144 const VkAllocationCallbacks* pAllocator); 151 const VkAllocationCallbacks* pAllocator, 157 const VkAllocationCallbacks* pAllocator); 177 const VkAllocationCallbacks *pAllocator, 181 VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator); 207 const VkAllocationCallbacks *pAllocator, 211 VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator); 235 const VkAllocationCallbacks* pAllocator, [all …]
|
D | VkEncoder.h | 48 const VkAllocationCallbacks* pAllocator, 53 const VkAllocationCallbacks* pAllocator, 102 const VkAllocationCallbacks* pAllocator, 107 const VkAllocationCallbacks* pAllocator, 150 const VkAllocationCallbacks* pAllocator, 156 const VkAllocationCallbacks* pAllocator, 232 const VkAllocationCallbacks* pAllocator, 238 const VkAllocationCallbacks* pAllocator, 259 const VkAllocationCallbacks* pAllocator, 265 const VkAllocationCallbacks* pAllocator, [all …]
|
D | VkEncoder.cpp | 78 const VkAllocationCallbacks* pAllocator, in vkCreateInstance() 88 VkAllocationCallbacks* local_pAllocator; in vkCreateInstance() 98 local_pAllocator = (VkAllocationCallbacks*)pool->alloc(sizeof(const VkAllocationCallbacks)); in vkCreateInstance() 99 …llocationCallbacks(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pAllocator, (VkAllocationCallbacks*)(local_pA… in vkCreateInstance() 108 …transform_tohost_VkAllocationCallbacks(sResourceTracker, (VkAllocationCallbacks*)(local_pAllocator… in vkCreateInstance() 118 …_VkAllocationCallbacks(sFeatureBits, VK_STRUCTURE_TYPE_MAX_ENUM, (VkAllocationCallbacks*)(local_pA… in vkCreateInstance() 139 …arshal_VkAllocationCallbacks(stream, VK_STRUCTURE_TYPE_MAX_ENUM, (VkAllocationCallbacks*)(local_pA… in vkCreateInstance() 167 const VkAllocationCallbacks* pAllocator, in vkDestroyInstance() 176 VkAllocationCallbacks* local_pAllocator; in vkDestroyInstance() 181 local_pAllocator = (VkAllocationCallbacks*)pool->alloc(sizeof(const VkAllocationCallbacks)); in vkDestroyInstance() [all …]
|
D | func_table.cpp | 55 const VkAllocationCallbacks* pAllocator, in entry_vkCreateInstance() 66 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyInstance() 164 const VkAllocationCallbacks* pAllocator, in entry_vkCreateDevice() 175 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyDevice() 272 const VkAllocationCallbacks* pAllocator, in entry_vkAllocateMemory() 285 const VkAllocationCallbacks* pAllocator) in entry_vkFreeMemory() 430 const VkAllocationCallbacks* pAllocator, in entry_vkCreateFence() 443 const VkAllocationCallbacks* pAllocator) in entry_vkDestroyFence() 488 const VkAllocationCallbacks* pAllocator, in entry_vkCreateSemaphore() 501 const VkAllocationCallbacks* pAllocator) in entry_vkDestroySemaphore() [all …]
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.cpp | 58 …R void disabledDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR, const VkAllocationCallbacks*) { in disabledDestroySurfaceKHR() argument 82 …pchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, const VkAllocationCallbacks*, VkSwapch… in disabledCreateSwapchainKHR() argument 87 …R void disabledDestroySwapchainKHR(VkDevice device, VkSwapchainKHR, const VkAllocationCallbacks*) { in disabledDestroySwapchainKHR() argument 126 …(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR*, const VkAllocationCallbacks*, VkSurfac… in disabledCreateAndroidSurfaceKHR() argument 366 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato… 367 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… 380 …ence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 381 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… 385 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 386 …id DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato… [all …]
|
D | api.cpp | 50 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames() 306 const VkAllocationCallbacks& allocator_; 322 const VkAllocationCallbacks& allocator) in OverrideExtensionNames() 371 const VkAllocationCallbacks& allocator_; 392 const VkAllocationCallbacks* allocator, 397 const VkAllocationCallbacks* allocator, 401 const VkAllocationCallbacks* allocator); 404 const VkAllocationCallbacks* allocator); 412 const VkAllocationCallbacks& allocator); 433 const VkAllocationCallbacks* allocator, [all …]
|
D | driver.h | 66 explicit InstanceData(const VkAllocationCallbacks& alloc) in InstanceData() 76 const VkAllocationCallbacks allocator; 87 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() 98 const VkAllocationCallbacks allocator; 110 const VkAllocationCallbacks& GetDefaultAllocator(); 123 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 124 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 125 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 126 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | driver.cpp | 91 const VkAllocationCallbacks& allocator); 94 const VkAllocationCallbacks& allocator); 127 const VkAllocationCallbacks& allocator_; 300 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 312 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 644 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData() 655 const VkAllocationCallbacks& allocator) { in FreeInstanceData() 661 const VkAllocationCallbacks& allocator, in AllocateDeviceData() 672 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData() 687 const VkAllocationCallbacks& GetDefaultAllocator() { in GetDefaultAllocator() [all …]
|
D | api.h | 28 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 29 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 30 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | swapchain.h | 26 …instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* allocator… 27 …estroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* allocator… 35 …Device device, const VkSwapchainCreateInfoKHR* create_info, const VkAllocationCallbacks* allocator… 36 …pchainKHR(VkDevice device, VkSwapchainKHR swapchain_handle, const VkAllocationCallbacks* allocator…
|
D | debug_report.h | 28 …nce, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocato… 29 …EXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocato… 47 const VkAllocationCallbacks& allocator); 48 void RemoveCallback(Node* node, const VkAllocationCallbacks& allocator);
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkDecoderGlobalState.h | 92 const VkAllocationCallbacks* pAllocator, 98 const VkAllocationCallbacks* pAllocator); 199 const VkAllocationCallbacks* pAllocator, 212 const VkAllocationCallbacks* pAllocator); 218 const VkAllocationCallbacks* pAllocator, 225 const VkAllocationCallbacks* pAllocator); 248 const VkAllocationCallbacks* pAllocator, 255 const VkAllocationCallbacks* pAllocator); 267 const VkAllocationCallbacks* pAllocator, 274 const VkAllocationCallbacks* pAllocator); [all …]
|
D | VkDecoderSnapshot.h | 59 const VkAllocationCallbacks* pAllocator, 66 const VkAllocationCallbacks* pAllocator); 140 const VkAllocationCallbacks* pAllocator, 147 const VkAllocationCallbacks* pAllocator); 216 const VkAllocationCallbacks* pAllocator, 224 const VkAllocationCallbacks* pAllocator); 333 const VkAllocationCallbacks* pAllocator, 341 const VkAllocationCallbacks* pAllocator); 374 const VkAllocationCallbacks* pAllocator, 382 const VkAllocationCallbacks* pAllocator); [all …]
|
D | VkDecoderSnapshot.cpp | 60 const VkAllocationCallbacks* pAllocator, in vkCreateInstance() 79 const VkAllocationCallbacks* pAllocator) in vkDestroyInstance() 199 const VkAllocationCallbacks* pAllocator, in vkCreateDevice() 219 const VkAllocationCallbacks* pAllocator) in vkDestroyDevice() 328 const VkAllocationCallbacks* pAllocator, in vkAllocateMemory() 349 const VkAllocationCallbacks* pAllocator) in vkFreeMemory() 500 const VkAllocationCallbacks* pAllocator, in vkCreateFence() 521 const VkAllocationCallbacks* pAllocator) in vkDestroyFence() 569 const VkAllocationCallbacks* pAllocator, in vkCreateSemaphore() 590 const VkAllocationCallbacks* pAllocator) in vkDestroySemaphore() [all …]
|
D | VkDecoder.cpp | 143 const VkAllocationCallbacks* pAllocator; in decode() 148 memcpy((VkAllocationCallbacks**)&pAllocator, (*readStreamPtrPtr), 8); in decode() 153 vkReadStream->alloc((void**)&pAllocator, sizeof(const VkAllocationCallbacks)); in decode() 154 …_VkAllocationCallbacks(vkReadStream, VK_STRUCTURE_TYPE_MAX_ENUM, (VkAllocationCallbacks*)(pAllocat… in decode() 169 … transform_tohost_VkAllocationCallbacks(m_state, (VkAllocationCallbacks*)(pAllocator)); in decode() 199 const VkAllocationCallbacks* pAllocator; in decode() 206 memcpy((VkAllocationCallbacks**)&pAllocator, (*readStreamPtrPtr), 8); in decode() 211 vkReadStream->alloc((void**)&pAllocator, sizeof(const VkAllocationCallbacks)); in decode() 212 …_VkAllocationCallbacks(vkReadStream, VK_STRUCTURE_TYPE_MAX_ENUM, (VkAllocationCallbacks*)(pAllocat… in decode() 216 … transform_tohost_VkAllocationCallbacks(m_state, (VkAllocationCallbacks*)(pAllocator)); in decode() [all …]
|
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
D | vulkan_core.h | 1696 typedef struct VkAllocationCallbacks { struct 1703 } VkAllocationCallbacks; argument 2762 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 2763 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p… 2773 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 2774 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca… 2783 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato… 2784 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato… 2797 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 2798 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… [all …]
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_fuchsia.h | 33 …ce, const VkImagePipeSurfaceCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocato… 39 const VkAllocationCallbacks* pAllocator, 220 …ce, const VkBufferCollectionCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocato… 223 …SIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, const VkAllocationCallbacks* pAllocato… 230 const VkAllocationCallbacks* pAllocator, 246 const VkAllocationCallbacks* pAllocator); 362 …e, const VkBufferCollectionCreateInfoFUCHSIAX* pImportInfo, const VkAllocationCallbacks* pAllocato… 366 …AX)(VkDevice device, VkBufferCollectionFUCHSIAX collection, const VkAllocationCallbacks* pAllocato… 374 const VkAllocationCallbacks* pAllocator, 395 const VkAllocationCallbacks* pAllocator);
|
D | vulkan_core.h | 2554 typedef struct VkAllocationCallbacks { struct 2561 } VkAllocationCallbacks; argument 3541 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3542 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p… 3552 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3553 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca… 3562 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato… 3563 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato… 3576 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3577 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… [all …]
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_funcs.hpp | 28 … reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ), in createInstance() 44 reinterpret_cast<const VkAllocationCallbacks *>( in createInstance() 62 reinterpret_cast<const VkAllocationCallbacks *>( in createInstanceUnique() 77 … d.vkDestroyInstance( m_instance, reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) ); in destroy() 87 reinterpret_cast<const VkAllocationCallbacks *>( in destroy() 398 … reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ), in createDevice() 414 reinterpret_cast<const VkAllocationCallbacks *>( in createDevice() 433 reinterpret_cast<const VkAllocationCallbacks *>( in createDeviceUnique() 448 d.vkDestroyDevice( m_device, reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) ); in destroy() 458 reinterpret_cast<const VkAllocationCallbacks *>( in destroy() [all …]
|
D | vulkan_core.h | 2537 typedef struct VkAllocationCallbacks { struct 2544 } VkAllocationCallbacks; argument 3524 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3525 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p… 3535 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3536 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca… 3545 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato… 3546 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato… 3559 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… 3560 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… [all …]
|
D | vulkan_fuchsia.h | 33 …ce, const VkImagePipeSurfaceCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocato… 39 const VkAllocationCallbacks* pAllocator, 220 …ce, const VkBufferCollectionCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocato… 223 …SIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, const VkAllocationCallbacks* pAllocato… 230 const VkAllocationCallbacks* pAllocator, 246 const VkAllocationCallbacks* pAllocator);
|
D | vk_dispatch_table_helper.h | 52 …ice, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateSamplerYcbcrConversion() 53 …(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocato… in StubDestroySamplerYcbcrConversion() 54 …e, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateDescriptorUpdateTemplate() 55 …evice, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocato… in StubDestroyDescriptorUpdateTemplate() 63 …kDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateRenderPass2() 74 …estroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocato… in StubDestroySurfaceKHR() 79 …Device device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateSwapchainKHR() 80 …troySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocato… in StubDestroySwapchainKHR() 92 …KHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateDisplayModeKHR() 94 …instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in StubCreateDisplayPlaneSurfaceKHR() [all …]
|
D | vulkan.hpp | 1416 const VkAllocationCallbacks * pAllocator, in vkCreateInstance() 1422 …void vkDestroyInstance( VkInstance instance, const VkAllocationCallbacks * pAllocator ) const VULK… in vkDestroyInstance() 1493 const VkAllocationCallbacks * pAllocator, in vkCreateDevice() 1499 …void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP… in vkDestroyDevice() 1560 const VkAllocationCallbacks * pAllocator, in vkAllocateMemory() 1568 const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT in vkFreeMemory() 1673 const VkAllocationCallbacks * pAllocator, in vkCreateFence() 1681 const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT in vkDestroyFence() 1707 const VkAllocationCallbacks * pAllocator, in vkCreateSemaphore() 1715 const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT in vkDestroySemaphore() [all …]
|
/device/generic/vulkan-cereal/protocols/vulkan/api/structs/ |
D | VkAllocationCallbacks.txt | 2 [[VkAllocationCallbacks,VkAllocationCallbacks]] 5 typedef struct VkAllocationCallbacks { 12 } VkAllocationCallbacks;
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | goldfish_vulkan.cpp | 64 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 243 const VkAllocationCallbacks* /*pAllocator*/, in CreateBufferCollectionFUCHSIAX() argument 252 const VkAllocationCallbacks* /*pAllocator*/) { in DestroyBufferCollectionFUCHSIAX() argument [all …]
|