Home
last modified time | relevance | path

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

123456789

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h132 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 …]
DVkEncoder.h48 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 …]
DVkEncoder.cpp78 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 …]
Dfunc_table.cpp55 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/
Dapi_gen.cpp58 …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 …]
Dapi.cpp50 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 …]
Ddriver.h66 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);
Ddriver.cpp91 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 …]
Dapi.h28 …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);
Dswapchain.h26 …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…
Ddebug_report.h28 …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/
DVkDecoderGlobalState.h92 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 …]
DVkDecoderSnapshot.h59 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 …]
DVkDecoderSnapshot.cpp60 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 …]
DVkDecoder.cpp143 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/
Dvulkan_core.h1696 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/
Dvulkan_fuchsia.h33 …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);
Dvulkan_core.h2554 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/
Dvulkan_funcs.hpp28 … 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 …]
Dvulkan_core.h2537 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 …]
Dvulkan_fuchsia.h33 …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);
Dvk_dispatch_table_helper.h52 …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 …]
Dvulkan.hpp1416 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/
DVkAllocationCallbacks.txt2 [[VkAllocationCallbacks,VkAllocationCallbacks]]
5 typedef struct VkAllocationCallbacks {
12 } 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
243 const VkAllocationCallbacks* /*pAllocator*/, in CreateBufferCollectionFUCHSIAX() argument
252 const VkAllocationCallbacks* /*pAllocator*/) { in DestroyBufferCollectionFUCHSIAX() argument
[all …]

123456789