Home
last modified time | relevance | path

Searched refs:pAllocator (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl207 …ormInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument
210 VK_CHECK(vk.createInstance(pCreateInfo, pAllocator, &object));
211 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
214 …ice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument
217 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object));
218 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator
221 …kDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator) argument
224 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
225 …ve<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAllocator));
228 …vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) argument
[all …]
DvkRefUtil.inl4 …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 …]
DvkNullDriverImpl.inl4 …(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 …]
DvkInstanceDriverImpl.inl5 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 …]
DvkDeviceDriverImpl.inl10 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 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 …]
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_buffer_view.h75 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in vn_sizeof_vkCreateBufferView() argument
85 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateBufferView()
86 if (pAllocator) in vn_sizeof_vkCreateBufferView()
95 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in vn_encode_vkCreateBufferView() argument
105 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateBufferView()
111 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in vn_sizeof_vkCreateBufferView_reply() argument
128 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in vn_decode_vkCreateBufferView_reply() argument
148 …estroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyBufferView() argument
156 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyBufferView()
157 if (pAllocator) in vn_sizeof_vkDestroyBufferView()
[all …]
Dvn_protocol_driver_shader_module.h81 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in vn_sizeof_vkCreateShaderModule() argument
91 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateShaderModule()
92 if (pAllocator) in vn_sizeof_vkCreateShaderModule()
101 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in vn_encode_vkCreateShaderModule() argument
111 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateShaderModule()
117 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in vn_sizeof_vkCreateShaderModule_reply() argument
134 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in vn_decode_vkCreateShaderModule_reply() argument
154 …ShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyShaderModule() argument
162 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyShaderModule()
163 if (pAllocator) in vn_sizeof_vkDestroyShaderModule()
[all …]
Dvn_protocol_driver_sampler_ycbcr_conversion.h81 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in vn_sizeof_vkCreateSamplerYcbcrConversion() argument
91 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateSamplerYcbcrConversion()
92 if (pAllocator) in vn_sizeof_vkCreateSamplerYcbcrConversion()
101 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in vn_encode_vkCreateSamplerYcbcrConversion() argument
111 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateSamplerYcbcrConversion()
117 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() argument
134 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in vn_decode_vkCreateSamplerYcbcrConversion_reply() argument
154 …VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroySamplerYcbcrConversion() argument
162 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroySamplerYcbcrConversion()
163 if (pAllocator) in vn_sizeof_vkDestroySamplerYcbcrConversion()
[all …]
Dvn_protocol_driver_pipeline_layout.h119 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in vn_sizeof_vkCreatePipelineLayout() argument
129 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreatePipelineLayout()
130 if (pAllocator) in vn_sizeof_vkCreatePipelineLayout()
139 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in vn_encode_vkCreatePipelineLayout() argument
149 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreatePipelineLayout()
155 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in vn_sizeof_vkCreatePipelineLayout_reply() argument
172 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in vn_decode_vkCreatePipelineLayout_reply() argument
192 …neLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineLayout() argument
200 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyPipelineLayout()
201 if (pAllocator) in vn_sizeof_vkDestroyPipelineLayout()
[all …]
Dvn_protocol_driver_descriptor_update_template.h119 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in vn_sizeof_vkCreateDescriptorUpdateTemplate() argument
129 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateDescriptorUpdateTemplate()
130 if (pAllocator) in vn_sizeof_vkCreateDescriptorUpdateTemplate()
139 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in vn_encode_vkCreateDescriptorUpdateTemplate() argument
149 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateDescriptorUpdateTemplate()
155 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in vn_sizeof_vkCreateDescriptorUpdateTemplate_reply() argument
172 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in vn_decode_vkCreateDescriptorUpdateTemplate_reply() argument
192 …vice, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyDescriptorUpdateTemplate() argument
200 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyDescriptorUpdateTemplate()
201 if (pAllocator) in vn_sizeof_vkDestroyDescriptorUpdateTemplate()
[all …]
Dvn_protocol_driver_image_view.h175 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in vn_sizeof_vkCreateImageView() argument
185 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateImageView()
186 if (pAllocator) in vn_sizeof_vkCreateImageView()
195 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in vn_encode_vkCreateImageView() argument
205 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateImageView()
211 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in vn_sizeof_vkCreateImageView_reply() argument
228 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in vn_decode_vkCreateImageView_reply() argument
248 …vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyImageView() argument
256 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyImageView()
257 if (pAllocator) in vn_sizeof_vkDestroyImageView()
[all …]
Dvn_protocol_driver_sampler.h195 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in vn_sizeof_vkCreateSampler() argument
205 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateSampler()
206 if (pAllocator) in vn_sizeof_vkCreateSampler()
215 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in vn_encode_vkCreateSampler() argument
225 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateSampler()
231 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in vn_sizeof_vkCreateSampler_reply() argument
248 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in vn_decode_vkCreateSampler_reply() argument
268 …izeof_vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroySampler() argument
276 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroySampler()
277 if (pAllocator) in vn_sizeof_vkDestroySampler()
[all …]
Dvn_protocol_driver_descriptor_pool.h103 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in vn_sizeof_vkCreateDescriptorPool() argument
113 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateDescriptorPool()
114 if (pAllocator) in vn_sizeof_vkCreateDescriptorPool()
123 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in vn_encode_vkCreateDescriptorPool() argument
133 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateDescriptorPool()
139 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in vn_sizeof_vkCreateDescriptorPool_reply() argument
156 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in vn_decode_vkCreateDescriptorPool_reply() argument
176 …ptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyDescriptorPool() argument
184 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyDescriptorPool()
185 if (pAllocator) in vn_sizeof_vkDestroyDescriptorPool()
[all …]
Dvn_protocol_driver_framebuffer.h266 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in vn_sizeof_vkCreateFramebuffer() argument
276 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateFramebuffer()
277 if (pAllocator) in vn_sizeof_vkCreateFramebuffer()
286 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in vn_encode_vkCreateFramebuffer() argument
296 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateFramebuffer()
302 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in vn_sizeof_vkCreateFramebuffer_reply() argument
319 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in vn_decode_vkCreateFramebuffer_reply() argument
339 …royFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyFramebuffer() argument
347 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyFramebuffer()
348 if (pAllocator) in vn_sizeof_vkDestroyFramebuffer()
[all …]
Dvn_protocol_driver_command_pool.h69 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in vn_sizeof_vkCreateCommandPool() argument
79 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateCommandPool()
80 if (pAllocator) in vn_sizeof_vkCreateCommandPool()
89 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in vn_encode_vkCreateCommandPool() argument
99 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateCommandPool()
105 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in vn_sizeof_vkCreateCommandPool_reply() argument
122 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in vn_decode_vkCreateCommandPool_reply() argument
142 …royCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyCommandPool() argument
150 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyCommandPool()
151 if (pAllocator) in vn_sizeof_vkDestroyCommandPool()
[all …]
Dvn_protocol_driver_pipeline_cache.h81 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in vn_sizeof_vkCreatePipelineCache() argument
91 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreatePipelineCache()
92 if (pAllocator) in vn_sizeof_vkCreatePipelineCache()
101 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in vn_encode_vkCreatePipelineCache() argument
111 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreatePipelineCache()
117 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in vn_sizeof_vkCreatePipelineCache_reply() argument
134 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in vn_decode_vkCreatePipelineCache_reply() argument
154 …elineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineCache() argument
162 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyPipelineCache()
163 if (pAllocator) in vn_sizeof_vkDestroyPipelineCache()
[all …]
Dvn_protocol_driver_query_pool.h73 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in vn_sizeof_vkCreateQueryPool() argument
83 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateQueryPool()
84 if (pAllocator) in vn_sizeof_vkCreateQueryPool()
93 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in vn_encode_vkCreateQueryPool() argument
103 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateQueryPool()
109 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in vn_sizeof_vkCreateQueryPool_reply() argument
126 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in vn_decode_vkCreateQueryPool_reply() argument
146 …vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyQueryPool() argument
154 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyQueryPool()
155 if (pAllocator) in vn_sizeof_vkDestroyQueryPool()
[all …]
Dvn_protocol_driver_event.h67 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_sizeof_vkCreateEvent() argument
77 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateEvent()
78 if (pAllocator) in vn_sizeof_vkCreateEvent()
87 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_encode_vkCreateEvent() argument
97 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateEvent()
103 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_sizeof_vkCreateEvent_reply() argument
120 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_decode_vkCreateEvent_reply() argument
140 …t vn_sizeof_vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyEvent() argument
148 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyEvent()
149 if (pAllocator) in vn_sizeof_vkDestroyEvent()
[all …]
Dvn_protocol_driver_fence.h153 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in vn_sizeof_vkCreateFence() argument
163 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkCreateFence()
164 if (pAllocator) in vn_sizeof_vkCreateFence()
173 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in vn_encode_vkCreateFence() argument
183 if (vn_encode_simple_pointer(enc, pAllocator)) in vn_encode_vkCreateFence()
189 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in vn_sizeof_vkCreateFence_reply() argument
206 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in vn_decode_vkCreateFence_reply() argument
226 …t vn_sizeof_vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyFence() argument
234 cmd_size += vn_sizeof_simple_pointer(pAllocator); in vn_sizeof_vkDestroyFence()
235 if (pAllocator) in vn_sizeof_vkDestroyFence()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp35 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 …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c26 const VkAllocationCallbacks *pAllocator, in vn_CreateShaderModule() argument
31 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateShaderModule()
53 const VkAllocationCallbacks *pAllocator) in vn_DestroyShaderModule() argument
58 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_DestroyShaderModule()
74 const VkAllocationCallbacks *pAllocator, in vn_CreatePipelineLayout() argument
79 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreatePipelineLayout()
102 const VkAllocationCallbacks *pAllocator) in vn_DestroyPipelineLayout() argument
108 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_DestroyPipelineLayout()
125 const VkAllocationCallbacks *pAllocator, in vn_CreatePipelineCache() argument
130 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreatePipelineCache()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkObject.hpp43 static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT … in Create() argument
51 …memory = vk::allocateHostMemory(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope… in Create()
58 …void *objectMemory = vk::allocateHostMemory(sizeof(T), alignof(T), pAllocator, T::GetAllocationSco… in Create()
61 vk::freeHostMemory(memory, pAllocator); in Create()
69 vk::freeHostMemory(memory, pAllocator); in Create()
87 …void destroy(const VkAllocationCallbacks *pAllocator) {} // Method defined by objects to delete t… in destroy() argument
90 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() argument
92 return vk::Create<T, VkT, CreateInfo>(pAllocator, pCreateInfo, outObject, extendedInfo...); in Create()
133 void destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
135 object.destroy(pAllocator); in destroy()
[all …]
DVkMemory.cpp38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, V… in allocateHostMemory() argument
40 if(pAllocator) in allocateHostMemory()
42 return pAllocator->pfnAllocation(pAllocator->pUserData, bytes, alignment, allocationScope); in allocateHostMemory()
51 void freeHostMemory(void *ptr, const VkAllocationCallbacks *pAllocator) in freeHostMemory() argument
53 if(pAllocator) in freeHostMemory()
55 pAllocator->pfnFree(pAllocator->pUserData, ptr); in freeHostMemory()
DlibVulkan.cpp506 …(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pIn… in vkCreateInstance() argument
509 pCreateInfo, pAllocator, pInstance); in vkCreateInstance()
541 …VkResult result = vk::DebugUtilsMessenger::Create(pAllocator, debugUtilsMessengerCreateInfoEXT, &m… in vkCreateInstance()
564 VkResult result = vk::DispatchablePhysicalDevice::Create(pAllocator, pCreateInfo, &physicalDevice); in vkCreateInstance()
567 vk::destroy(messenger, pAllocator); in vkCreateInstance()
571 …result = vk::DispatchableInstance::Create(pAllocator, pCreateInfo, pInstance, physicalDevice, vk::… in vkCreateInstance()
574 vk::destroy(messenger, pAllocator); in vkCreateInstance()
575 vk::destroy(physicalDevice, pAllocator); in vkCreateInstance()
582 …TTR void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) in vkDestroyInstance() argument
584 …("(VkInstance instance = %p, const VkAllocationCallbacks* pAllocator = %p)", instance, pAllocator); in vkDestroyInstance()
[all …]

12345678910>>...13