Home
last modified time | relevance | path

Searched refs:_device (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c101 vkCreateShaderModule(VkDevice _device, const VkShaderModuleCreateInfo *pCreateInfo, in vkCreateShaderModule() argument
104 RADV_FROM_HANDLE(radv_device, device, _device); in vkCreateShaderModule()
105 return device->vk.dispatch_table.CreateShaderModule(_device, pCreateInfo, pAllocator, in vkCreateShaderModule()
110 vkDestroyShaderModule(VkDevice _device, VkShaderModule shaderModule, in vkDestroyShaderModule() argument
113 RADV_FROM_HANDLE(radv_device, device, _device); in vkDestroyShaderModule()
114 device->vk.dispatch_table.DestroyShaderModule(_device, shaderModule, pAllocator); in vkDestroyShaderModule()
118 vkCreatePipelineLayout(VkDevice _device, const VkPipelineLayoutCreateInfo *pCreateInfo, in vkCreatePipelineLayout() argument
121 RADV_FROM_HANDLE(radv_device, device, _device); in vkCreatePipelineLayout()
122 return device->vk.dispatch_table.CreatePipelineLayout(_device, pCreateInfo, pAllocator, in vkCreatePipelineLayout()
127 vkDestroyPipelineLayout(VkDevice _device, VkPipelineLayou argument
135 vkCreateComputePipelines(VkDevice _device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateComputePipelines() argument
145 vkDestroyPipeline(VkDevice _device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) vkDestroyPipeline() argument
196 vkGetBufferDeviceAddress(VkDevice _device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddress() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_acceleration_structure.c70 VkDevice _device, in anv_CreateAccelerationStructureKHR()
75 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CreateAccelerationStructureKHR()
97 VkDevice _device, in anv_DestroyAccelerationStructureKHR()
101 ANV_FROM_HANDLE(anv_device, device, _device); in anv_DestroyAccelerationStructureKHR()
136 VkDevice _device, in anv_BuildAccelerationStructuresKHR()
142 ANV_FROM_HANDLE(anv_device, device, _device); in anv_BuildAccelerationStructuresKHR()
149 VkDevice _device, in anv_CopyAccelerationStructureKHR()
153 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CopyAccelerationStructureKHR()
160 VkDevice _device, in anv_CopyAccelerationStructureToMemoryKHR()
164 ANV_FROM_HANDLE(anv_device, device, _device); in anv_CopyAccelerationStructureToMemoryKHR()
69 anv_CreateAccelerationStructureKHR( VkDevice _device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure) anv_CreateAccelerationStructureKHR() argument
96 anv_DestroyAccelerationStructureKHR( VkDevice _device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator) anv_DestroyAccelerationStructureKHR() argument
135 anv_BuildAccelerationStructuresKHR( VkDevice _device, VkDeferredOperationKHR deferredOperation, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos) anv_BuildAccelerationStructuresKHR() argument
148 anv_CopyAccelerationStructureKHR( VkDevice _device, VkDeferredOperationKHR deferredOperation, const VkCopyAccelerationStructureInfoKHR* pInfo) anv_CopyAccelerationStructureKHR() argument
159 anv_CopyAccelerationStructureToMemoryKHR( VkDevice _device, VkDeferredOperationKHR deferredOperation, const VkCopyAccelerationStructureToMemoryInfoKHR* pInfo) anv_CopyAccelerationStructureToMemoryKHR() argument
170 anv_CopyMemoryToAccelerationStructureKHR( VkDevice _device, VkDeferredOperationKHR deferredOperation, const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo) anv_CopyMemoryToAccelerationStructureKHR() argument
181 anv_WriteAccelerationStructuresPropertiesKHR( VkDevice _device, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, size_t dataSize, void* pData, size_t stride) anv_WriteAccelerationStructuresPropertiesKHR() argument
[all...]
H A Danv_perf.c159 VkDevice _device, in anv_InitializePerformanceApiINTEL()
162 ANV_FROM_HANDLE(anv_device, device, _device); in anv_InitializePerformanceApiINTEL()
172 VkDevice _device, in anv_GetPerformanceParameterINTEL()
176 ANV_FROM_HANDLE(anv_device, device, _device); in anv_GetPerformanceParameterINTEL()
213 VkDevice _device, in anv_AcquirePerformanceConfigurationINTEL()
217 ANV_FROM_HANDLE(anv_device, device, _device); in anv_AcquirePerformanceConfigurationINTEL()
252 VkDevice _device, in anv_ReleasePerformanceConfigurationINTEL()
255 ANV_FROM_HANDLE(anv_device, device, _device); in anv_ReleasePerformanceConfigurationINTEL()
293 VkDevice _device) in anv_UninitializePerformanceApiINTEL()
295 ANV_FROM_HANDLE(anv_device, device, _device); in anv_UninitializePerformanceApiINTEL()
158 anv_InitializePerformanceApiINTEL( VkDevice _device, const VkInitializePerformanceApiInfoINTEL* pInitializeInfo) anv_InitializePerformanceApiINTEL() argument
171 anv_GetPerformanceParameterINTEL( VkDevice _device, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL* pValue) anv_GetPerformanceParameterINTEL() argument
212 anv_AcquirePerformanceConfigurationINTEL( VkDevice _device, const VkPerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, VkPerformanceConfigurationINTEL* pConfiguration) anv_AcquirePerformanceConfigurationINTEL() argument
251 anv_ReleasePerformanceConfigurationINTEL( VkDevice _device, VkPerformanceConfigurationINTEL _configuration) anv_ReleasePerformanceConfigurationINTEL() argument
292 anv_UninitializePerformanceApiINTEL( VkDevice _device) anv_UninitializePerformanceApiINTEL() argument
404 anv_AcquireProfilingLockKHR( VkDevice _device, const VkAcquireProfilingLockInfoKHR* pInfo) anv_AcquireProfilingLockKHR() argument
425 anv_ReleaseProfilingLockKHR( VkDevice _device) anv_ReleaseProfilingLockKHR() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c48 panvk_GetDescriptorSetLayoutSupport(VkDevice _device, in panvk_GetDescriptorSetLayoutSupport() argument
52 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_GetDescriptorSetLayoutSupport()
123 panvk_CreatePipelineLayout(VkDevice _device, in panvk_CreatePipelineLayout() argument
128 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_CreatePipelineLayout()
205 panvk_CreateDescriptorPool(VkDevice _device, in panvk_CreateDescriptorPool() argument
210 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_CreateDescriptorPool()
268 panvk_DestroyDescriptorPool(VkDevice _device, in panvk_DestroyDescriptorPool() argument
272 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_DestroyDescriptorPool()
280 panvk_ResetDescriptorPool(VkDevice _device, in panvk_ResetDescriptorPool() argument
307 panvk_FreeDescriptorSets(VkDevice _device, in panvk_FreeDescriptorSets() argument
325 panvk_CreateDescriptorUpdateTemplate(VkDevice _device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) panvk_CreateDescriptorUpdateTemplate() argument
335 panvk_DestroyDescriptorUpdateTemplate(VkDevice _device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) panvk_DestroyDescriptorUpdateTemplate() argument
343 panvk_UpdateDescriptorSetWithTemplate(VkDevice _device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) panvk_UpdateDescriptorSetWithTemplate() argument
[all...]
H A Dpanvk_device.c1053 panvk_DestroyDevice(VkDevice _device, const VkAllocationCallbacks *pAllocator) in panvk_DestroyDevice() argument
1055 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_DestroyDevice()
1154 panvk_AllocateMemory(VkDevice _device, in panvk_AllocateMemory() argument
1159 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_AllocateMemory()
1210 panvk_FreeMemory(VkDevice _device, in panvk_FreeMemory() argument
1214 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_FreeMemory()
1225 panvk_MapMemory(VkDevice _device, in panvk_MapMemory() argument
1232 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_MapMemory()
1254 panvk_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in panvk_UnmapMemory() argument
1259 panvk_FlushMappedMemoryRanges(VkDevice _device, in panvk_FlushMappedMemoryRanges() argument
1267 panvk_InvalidateMappedMemoryRanges(VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) panvk_InvalidateMappedMemoryRanges() argument
1375 panvk_CreateEvent(VkDevice _device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) panvk_CreateEvent() argument
1403 panvk_DestroyEvent(VkDevice _device, VkEvent _event, const VkAllocationCallbacks *pAllocator) panvk_DestroyEvent() argument
1421 panvk_GetEventStatus(VkDevice _device, VkEvent _event) panvk_GetEventStatus() argument
1450 panvk_SetEvent(VkDevice _device, VkEvent _event) panvk_SetEvent() argument
1474 panvk_ResetEvent(VkDevice _device, VkEvent _event) panvk_ResetEvent() argument
1492 panvk_CreateBuffer(VkDevice _device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) panvk_CreateBuffer() argument
1513 panvk_DestroyBuffer(VkDevice _device, VkBuffer _buffer, const VkAllocationCallbacks *pAllocator) panvk_DestroyBuffer() argument
1527 panvk_CreateFramebuffer(VkDevice _device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) panvk_CreateFramebuffer() argument
1559 panvk_DestroyFramebuffer(VkDevice _device, VkFramebuffer _fb, const VkAllocationCallbacks *pAllocator) panvk_DestroyFramebuffer() argument
1571 panvk_DestroySampler(VkDevice _device, VkSampler _sampler, const VkAllocationCallbacks *pAllocator) panvk_DestroySampler() argument
1639 panvk_GetMemoryFdKHR(VkDevice _device, const VkMemoryGetFdInfoKHR *pGetFdInfo, int *pFd) panvk_GetMemoryFdKHR() argument
1661 panvk_GetMemoryFdPropertiesKHR(VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR *pMemoryFdProperties) panvk_GetMemoryFdPropertiesKHR() argument
[all...]
H A Dpanvk_image.c64 panvk_image_create(VkDevice _device, in panvk_image_create() argument
71 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_image_create()
98 panvk_image_select_mod(VkDevice _device, in panvk_image_select_mod() argument
102 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_image_select_mod()
204 panvk_DestroyImage(VkDevice _device, in panvk_DestroyImage() argument
208 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_DestroyImage()
233 panvk_GetImageSubresourceLayout(VkDevice _device, in panvk_GetImageSubresourceLayout() argument
256 panvk_DestroyImageView(VkDevice _device, in panvk_DestroyImageView() argument
260 VK_FROM_HANDLE(panvk_device, device, _device); in panvk_DestroyImageView()
271 panvk_DestroyBufferView(VkDevice _device, in panvk_DestroyBufferView() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c148 vk_common_CreateFence(VkDevice _device, in vk_common_CreateFence() argument
153 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreateFence()
188 vk_common_DestroyFence(VkDevice _device, in vk_common_DestroyFence() argument
192 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroyFence()
202 vk_common_ResetFences(VkDevice _device, in vk_common_ResetFences() argument
206 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_ResetFences()
229 vk_common_GetFenceStatus(VkDevice _device, in vk_common_GetFenceStatus() argument
232 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetFenceStatus()
249 vk_common_WaitForFences(VkDevice _device, in vk_common_WaitForFences() argument
255 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_WaitForFences()
347 vk_common_ImportFenceFdKHR(VkDevice _device, const VkImportFenceFdInfoKHR *pImportFenceFdInfo) vk_common_ImportFenceFdKHR() argument
417 vk_common_GetFenceFdKHR(VkDevice _device, const VkFenceGetFdInfoKHR *pGetFdInfo, int *pFd) vk_common_GetFenceFdKHR() argument
[all...]
H A Dvk_device.c340 vk_common_GetDeviceProcAddr(VkDevice _device, in vk_common_GetDeviceProcAddr() argument
343 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetDeviceProcAddr()
348 vk_common_GetDeviceQueue(VkDevice _device, in vk_common_GetDeviceQueue() argument
353 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetDeviceQueue()
370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); in vk_common_GetDeviceQueue()
374 vk_common_GetDeviceQueue2(VkDevice _device, in vk_common_GetDeviceQueue2() argument
378 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetDeviceQueue2()
403 vk_common_GetBufferMemoryRequirements(VkDevice _device, in vk_common_GetBufferMemoryRequirements() argument
407 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetBufferMemoryRequirements()
416 device->dispatch_table.GetBufferMemoryRequirements2(_device, in vk_common_GetBufferMemoryRequirements()
422 vk_common_BindBufferMemory(VkDevice _device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) vk_common_BindBufferMemory() argument
440 vk_common_GetImageMemoryRequirements(VkDevice _device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vk_common_GetImageMemoryRequirements() argument
459 vk_common_BindImageMemory(VkDevice _device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset) vk_common_BindImageMemory() argument
477 vk_common_GetImageSparseMemoryRequirements(VkDevice _device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vk_common_GetImageSparseMemoryRequirements() argument
516 vk_common_DeviceWaitIdle(VkDevice _device) vk_common_DeviceWaitIdle() argument
[all...]
H A Dvk_shader_module.c35 vk_common_CreateShaderModule(VkDevice _device, in vk_common_CreateShaderModule() argument
40 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreateShaderModule()
66 vk_common_GetShaderModuleIdentifierEXT(VkDevice _device, in vk_common_GetShaderModuleIdentifierEXT() argument
76 vk_common_GetShaderModuleCreateInfoIdentifierEXT(VkDevice _device, in vk_common_GetShaderModuleCreateInfoIdentifierEXT() argument
86 vk_common_DestroyShaderModule(VkDevice _device, in vk_common_DestroyShaderModule() argument
90 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroyShaderModule()
H A Dvk_semaphore.c121 vk_common_CreateSemaphore(VkDevice _device, in vk_common_CreateSemaphore() argument
126 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreateSemaphore()
204 vk_common_DestroySemaphore(VkDevice _device, in vk_common_DestroySemaphore() argument
208 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroySemaphore()
278 vk_common_GetSemaphoreCounterValue(VkDevice _device, in vk_common_GetSemaphoreCounterValue() argument
282 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetSemaphoreCounterValue()
293 vk_common_WaitSemaphores(VkDevice _device, in vk_common_WaitSemaphores() argument
297 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_WaitSemaphores()
338 vk_common_SignalSemaphore(VkDevice _device, in vk_common_SignalSemaphore() argument
341 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_SignalSemaphore()
386 vk_common_ImportSemaphoreFdKHR(VkDevice _device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) vk_common_ImportSemaphoreFdKHR() argument
477 vk_common_GetSemaphoreFdKHR(VkDevice _device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) vk_common_GetSemaphoreFdKHR() argument
[all...]
H A Dvk_deferred_operation.c31 vk_common_CreateDeferredOperationKHR(VkDevice _device, in vk_common_CreateDeferredOperationKHR() argument
35 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreateDeferredOperationKHR()
52 vk_common_DestroyDeferredOperationKHR(VkDevice _device, in vk_common_DestroyDeferredOperationKHR() argument
56 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroyDeferredOperationKHR()
H A Dvk_framebuffer.c30 vk_common_CreateFramebuffer(VkDevice _device, in vk_common_CreateFramebuffer() argument
35 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreateFramebuffer()
72 vk_common_DestroyFramebuffer(VkDevice _device, in vk_common_DestroyFramebuffer() argument
76 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroyFramebuffer()
H A Dvk_object.c274 vk_common_CreatePrivateDataSlotEXT(VkDevice _device, in vk_common_CreatePrivateDataSlotEXT() argument
279 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_CreatePrivateDataSlotEXT()
285 vk_common_DestroyPrivateDataSlotEXT(VkDevice _device, in vk_common_DestroyPrivateDataSlotEXT() argument
289 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_DestroyPrivateDataSlotEXT()
294 vk_common_SetPrivateDataEXT(VkDevice _device, in vk_common_SetPrivateDataEXT() argument
300 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_SetPrivateDataEXT()
307 vk_common_GetPrivateDataEXT(VkDevice _device, in vk_common_GetPrivateDataEXT() argument
313 VK_FROM_HANDLE(vk_device, device, _device); in vk_common_GetPrivateDataEXT()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c30 lvp_image_create(VkDevice _device, in lvp_image_create() argument
35 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_image_create()
159 lvp_DestroyImage(VkDevice _device, VkImage _image, in lvp_DestroyImage() argument
162 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_DestroyImage()
172 lvp_CreateImageView(VkDevice _device, in lvp_CreateImageView() argument
177 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_CreateImageView()
195 lvp_DestroyImageView(VkDevice _device, VkImageView _iview, in lvp_DestroyImageView() argument
198 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_DestroyImageView()
209 VkDevice _device, in lvp_GetImageSubresourceLayout()
214 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_GetImageSubresourceLayout()
208 lvp_GetImageSubresourceLayout( VkDevice _device, VkImage _image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) lvp_GetImageSubresourceLayout() argument
270 lvp_CreateBuffer( VkDevice _device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer) lvp_CreateBuffer() argument
329 lvp_DestroyBuffer( VkDevice _device, VkBuffer _buffer, const VkAllocationCallbacks* pAllocator) lvp_DestroyBuffer() argument
369 lvp_CreateBufferView(VkDevice _device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) lvp_CreateBufferView() argument
395 lvp_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) lvp_DestroyBufferView() argument
[all...]
H A Dlvp_pipeline_cache.c27 VkDevice _device, in lvp_CreatePipelineCache()
32 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_CreatePipelineCache()
57 VkDevice _device, in lvp_DestroyPipelineCache()
61 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_DestroyPipelineCache()
72 VkDevice _device, in lvp_GetPipelineCacheData()
96 VkDevice _device, in lvp_MergePipelineCaches()
26 lvp_CreatePipelineCache( VkDevice _device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) lvp_CreatePipelineCache() argument
56 lvp_DestroyPipelineCache( VkDevice _device, VkPipelineCache _cache, const VkAllocationCallbacks* pAllocator) lvp_DestroyPipelineCache() argument
71 lvp_GetPipelineCacheData( VkDevice _device, VkPipelineCache _cache, size_t* pDataSize, void* pData) lvp_GetPipelineCacheData() argument
95 lvp_MergePipelineCaches( VkDevice _device, VkPipelineCache destCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) lvp_MergePipelineCaches() argument
H A Dlvp_query.c28 VkDevice _device, in lvp_CreateQueryPool()
33 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_CreateQueryPool()
76 VkDevice _device, in lvp_DestroyQueryPool()
80 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_DestroyQueryPool()
94 VkDevice _device, in lvp_GetQueryPoolResults()
103 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_GetQueryPoolResults()
107 device->vk.dispatch_table.DeviceWaitIdle(_device); in lvp_GetQueryPoolResults()
201 VkDevice _device, in lvp_ResetQueryPool()
206 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_ResetQueryPool()
27 lvp_CreateQueryPool( VkDevice _device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) lvp_CreateQueryPool() argument
75 lvp_DestroyQueryPool( VkDevice _device, VkQueryPool _pool, const VkAllocationCallbacks* pAllocator) lvp_DestroyQueryPool() argument
93 lvp_GetQueryPoolResults( VkDevice _device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) lvp_GetQueryPoolResults() argument
200 lvp_ResetQueryPool( VkDevice _device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) lvp_ResetQueryPool() argument
H A Dlvp_device.c1365 VkDevice _device, in lvp_GetMemoryHostPointerPropertiesEXT()
1572 VkDevice _device, in lvp_DestroyDevice()
1575 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_DestroyDevice()
1624 VkDevice _device, in lvp_AllocateMemory()
1629 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_AllocateMemory()
1734 VkDevice _device, in lvp_FreeMemory()
1738 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_FreeMemory()
1765 VkDevice _device, in lvp_MapMemory()
1772 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_MapMemory()
1787 VkDevice _device, in lvp_UnmapMemory()
1364 lvp_GetMemoryHostPointerPropertiesEXT( VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) lvp_GetMemoryHostPointerPropertiesEXT() argument
1571 lvp_DestroyDevice( VkDevice _device, const VkAllocationCallbacks* pAllocator) lvp_DestroyDevice() argument
1623 lvp_AllocateMemory( VkDevice _device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem) lvp_AllocateMemory() argument
1733 lvp_FreeMemory( VkDevice _device, VkDeviceMemory _mem, const VkAllocationCallbacks* pAllocator) lvp_FreeMemory() argument
1764 lvp_MapMemory( VkDevice _device, VkDeviceMemory _memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) lvp_MapMemory() argument
1786 lvp_UnmapMemory( VkDevice _device, VkDeviceMemory _memory) lvp_UnmapMemory() argument
1799 lvp_FlushMappedMemoryRanges( VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) lvp_FlushMappedMemoryRanges() argument
1807 lvp_InvalidateMappedMemoryRanges( VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) lvp_InvalidateMappedMemoryRanges() argument
1815 lvp_GetDeviceBufferMemoryRequirements( VkDevice _device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) lvp_GetDeviceBufferMemoryRequirements() argument
1841 lvp_GetDeviceImageMemoryRequirements( VkDevice _device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) lvp_GetDeviceImageMemoryRequirements() argument
1964 lvp_BindBufferMemory2(VkDevice _device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) lvp_BindBufferMemory2() argument
1982 lvp_BindImageMemory2(VkDevice _device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) lvp_BindImageMemory2() argument
2037 lvp_GetMemoryFdKHR(VkDevice _device, const VkMemoryGetFdInfoKHR *pGetFdInfo, int *pFD) lvp_GetMemoryFdKHR() argument
2050 lvp_GetMemoryFdPropertiesKHR(VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR *pMemoryFdProperties) lvp_GetMemoryFdPropertiesKHR() argument
2079 lvp_CreateEvent( VkDevice _device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) lvp_CreateEvent() argument
2100 lvp_DestroyEvent( VkDevice _device, VkEvent _event, const VkAllocationCallbacks* pAllocator) lvp_DestroyEvent() argument
2115 lvp_GetEventStatus( VkDevice _device, VkEvent _event) lvp_GetEventStatus() argument
2125 lvp_SetEvent( VkDevice _device, VkEvent _event) lvp_SetEvent() argument
2135 lvp_ResetEvent( VkDevice _device, VkEvent _event) lvp_ResetEvent() argument
2145 lvp_CreateSampler( VkDevice _device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) lvp_CreateSampler() argument
2182 lvp_DestroySampler( VkDevice _device, VkSampler _sampler, const VkAllocationCallbacks* pAllocator) lvp_DestroySampler() argument
2265 lvp_CreatePrivateDataSlotEXT( VkDevice _device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot) lvp_CreatePrivateDataSlotEXT() argument
2276 lvp_DestroyPrivateDataSlotEXT( VkDevice _device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) lvp_DestroyPrivateDataSlotEXT() argument
2285 lvp_SetPrivateDataEXT( VkDevice _device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) lvp_SetPrivateDataEXT() argument
2298 lvp_GetPrivateDataEXT( VkDevice _device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData) lvp_GetPrivateDataEXT() argument
[all...]
H A Dlvp_descriptor_set.c30 VkDevice _device, in lvp_CreateDescriptorSetLayout()
35 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_CreateDescriptorSetLayout()
223 VkDevice _device, in lvp_CreatePipelineLayout()
228 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_CreatePipelineLayout()
360 VkDevice _device, in lvp_AllocateDescriptorSets()
364 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_AllocateDescriptorSets()
383 lvp_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in lvp_AllocateDescriptorSets()
390 VkDevice _device, in lvp_FreeDescriptorSets()
395 LVP_FROM_HANDLE(lvp_device, device, _device); in lvp_FreeDescriptorSets()
408 VkDevice _device, in lvp_UpdateDescriptorSets()
29 lvp_CreateDescriptorSetLayout( VkDevice _device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) lvp_CreateDescriptorSetLayout() argument
222 lvp_CreatePipelineLayout( VkDevice _device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) lvp_CreatePipelineLayout() argument
359 lvp_AllocateDescriptorSets( VkDevice _device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) lvp_AllocateDescriptorSets() argument
389 lvp_FreeDescriptorSets( VkDevice _device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet* pDescriptorSets) lvp_FreeDescriptorSets() argument
407 lvp_UpdateDescriptorSets( VkDevice _device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) lvp_UpdateDescriptorSets() argument
544 lvp_CreateDescriptorPool( VkDevice _device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) lvp_CreateDescriptorPool() argument
577 lvp_DestroyDescriptorPool( VkDevice _device, VkDescriptorPool _pool, const VkAllocationCallbacks* pAllocator) lvp_DestroyDescriptorPool() argument
593 lvp_ResetDescriptorPool( VkDevice _device, VkDescriptorPool _pool, VkDescriptorPoolResetFlags flags) lvp_ResetDescriptorPool() argument
612 lvp_CreateDescriptorUpdateTemplate(VkDevice _device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) lvp_CreateDescriptorUpdateTemplate() argument
661 lvp_DestroyDescriptorUpdateTemplate(VkDevice _device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) lvp_DestroyDescriptorUpdateTemplate() argument
670 lvp_UpdateDescriptorSetWithTemplate(VkDevice _device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) lvp_UpdateDescriptorSetWithTemplate() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline_cache.c67 VkResult pvr_CreatePipelineCache(VkDevice _device, in pvr_CreatePipelineCache() argument
72 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreatePipelineCache()
98 void pvr_DestroyPipelineCache(VkDevice _device, in pvr_DestroyPipelineCache() argument
102 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyPipelineCache()
111 VkResult pvr_GetPipelineCacheData(VkDevice _device, in pvr_GetPipelineCacheData() argument
116 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_GetPipelineCacheData()
145 VkResult pvr_MergePipelineCaches(VkDevice _device, in pvr_MergePipelineCaches() argument
H A Dpvr_image.c126 VkResult pvr_CreateImage(VkDevice _device, in pvr_CreateImage() argument
131 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateImage()
156 void pvr_DestroyImage(VkDevice _device, in pvr_DestroyImage() argument
160 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyImage()
204 VkResult pvr_BindImageMemory2(VkDevice _device, in pvr_BindImageMemory2() argument
208 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_BindImageMemory2()
256 VkResult pvr_CreateImageView(VkDevice _device, in pvr_CreateImageView() argument
262 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateImageView()
354 void pvr_DestroyImageView(VkDevice _device, in pvr_DestroyImageView() argument
358 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyImageView()
367 pvr_CreateBufferView(VkDevice _device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) pvr_CreateBufferView() argument
435 pvr_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) pvr_DestroyBufferView() argument
[all...]
H A Dpvr_device.c1708 void pvr_DestroyDevice(VkDevice _device, in pvr_DestroyDevice() argument
1711 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyDevice()
1736 VkResult pvr_AllocateMemory(VkDevice _device, in pvr_AllocateMemory() argument
1742 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_AllocateMemory()
1848 VkResult pvr_GetMemoryFdKHR(VkDevice _device, in pvr_GetMemoryFdKHR() argument
1852 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_GetMemoryFdKHR()
1865 pvr_GetMemoryFdPropertiesKHR(VkDevice _device, in pvr_GetMemoryFdPropertiesKHR() argument
1870 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_GetMemoryFdPropertiesKHR()
1889 void pvr_FreeMemory(VkDevice _device, in pvr_FreeMemory() argument
1893 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_FreeMemory()
1904 pvr_MapMemory(VkDevice _device, VkDeviceMemory _memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) pvr_MapMemory() argument
1950 pvr_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) pvr_UnmapMemory() argument
1961 pvr_FlushMappedMemoryRanges(VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) pvr_FlushMappedMemoryRanges() argument
1969 pvr_InvalidateMappedMemoryRanges(VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) pvr_InvalidateMappedMemoryRanges() argument
2042 pvr_BindBufferMemory2(VkDevice _device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) pvr_BindBufferMemory2() argument
2083 pvr_CreateEvent(VkDevice _device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) pvr_CreateEvent() argument
2092 pvr_DestroyEvent(VkDevice _device, VkEvent _event, const VkAllocationCallbacks *pAllocator) pvr_DestroyEvent() argument
2099 pvr_GetEventStatus(VkDevice _device, VkEvent _event) pvr_GetEventStatus() argument
2105 pvr_SetEvent(VkDevice _device, VkEvent _event) pvr_SetEvent() argument
2111 pvr_ResetEvent(VkDevice _device, VkEvent _event) pvr_ResetEvent() argument
2119 pvr_CreateBuffer(VkDevice _device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) pvr_CreateBuffer() argument
2147 pvr_DestroyBuffer(VkDevice _device, VkBuffer _buffer, const VkAllocationCallbacks *pAllocator) pvr_DestroyBuffer() argument
2393 pvr_CreateFramebuffer(VkDevice _device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) pvr_CreateFramebuffer() argument
2468 pvr_DestroyFramebuffer(VkDevice _device, VkFramebuffer _fb, const VkAllocationCallbacks *pAllocator) pvr_DestroyFramebuffer() argument
2559 pvr_CreateSampler(VkDevice _device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) pvr_CreateSampler() argument
2697 pvr_DestroySampler(VkDevice _device, VkSampler _sampler, const VkAllocationCallbacks *pAllocator) pvr_DestroySampler() argument
2710 pvr_GetBufferMemoryRequirements2( VkDevice _device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) pvr_GetBufferMemoryRequirements2() argument
2735 pvr_GetImageMemoryRequirements2(VkDevice _device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) pvr_GetImageMemoryRequirements2() argument
[all...]
H A Dpvr_query.c37 VkResult pvr_CreateQueryPool(VkDevice _device, in pvr_CreateQueryPool() argument
42 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_CreateQueryPool()
105 void pvr_DestroyQueryPool(VkDevice _device, in pvr_DestroyQueryPool() argument
110 PVR_FROM_HANDLE(pvr_device, device, _device); in pvr_DestroyQueryPool()
118 VkResult pvr_GetQueryPoolResults(VkDevice _device, in pvr_GetQueryPoolResults() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c531 sync_create(VkDevice _device, in sync_create() argument
537 TU_FROM_HANDLE(tu_device, device, _device); in sync_create()
555 tu_ImportSemaphoreFdKHR(VkDevice _device, in tu_ImportSemaphoreFdKHR() argument
563 tu_GetSemaphoreFdKHR(VkDevice _device, in tu_GetSemaphoreFdKHR() argument
581 tu_DestroySemaphore(VkDevice _device, in tu_DestroySemaphore() argument
585 TU_FROM_HANDLE(tu_device, device, _device); in tu_DestroySemaphore()
595 tu_ImportFenceFdKHR(VkDevice _device, in tu_ImportFenceFdKHR() argument
604 tu_GetFenceFdKHR(VkDevice _device, in tu_GetFenceFdKHR() argument
624 tu_DestroyFence(VkDevice _device, VkFence fence, const VkAllocationCallbacks *pAllocator) in tu_DestroyFence() argument
626 TU_FROM_HANDLE(tu_device, device, _device); in tu_DestroyFence()
636 tu_WaitForFences(VkDevice _device, uint32_t count, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) tu_WaitForFences() argument
663 tu_ResetFences(VkDevice _device, uint32_t count, const VkFence *pFences) tu_ResetFences() argument
673 tu_GetFenceStatus(VkDevice _device, VkFence _fence) tu_GetFenceStatus() argument
[all...]
H A Dtu_image.c587 tu_CreateImage(VkDevice _device, in tu_CreateImage() argument
595 TU_FROM_HANDLE(tu_device, device, _device); in tu_CreateImage()
653 return tu_import_memory_from_gralloc_handle(_device, dma_buf, alloc, in tu_CreateImage()
660 tu_DestroyImage(VkDevice _device, in tu_DestroyImage() argument
664 TU_FROM_HANDLE(tu_device, device, _device); in tu_DestroyImage()
672 tu_FreeMemory(_device, image->owned_memory, pAllocator); in tu_DestroyImage()
726 VkDevice _device, in tu_GetDeviceImageMemoryRequirements()
730 TU_FROM_HANDLE(tu_device, device, _device); in tu_GetDeviceImageMemoryRequirements()
751 tu_GetImageSubresourceLayout(VkDevice _device, in tu_GetImageSubresourceLayout() argument
778 tu_CreateImageView(VkDevice _device, in tu_CreateImageView() argument
725 tu_GetDeviceImageMemoryRequirements( VkDevice _device, const VkDeviceImageMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) tu_GetDeviceImageMemoryRequirements() argument
799 tu_DestroyImageView(VkDevice _device, VkImageView _iview, const VkAllocationCallbacks *pAllocator) tu_DestroyImageView() argument
836 tu_CreateBufferView(VkDevice _device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) tu_CreateBufferView() argument
857 tu_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) tu_DestroyBufferView() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c412 v3dv_CreateImage(VkDevice _device, in v3dv_CreateImage() argument
417 V3DV_FROM_HANDLE(v3dv_device, device, _device); in v3dv_CreateImage()
465 v3dv_DestroyImage(VkDevice _device, in v3dv_DestroyImage() argument
469 V3DV_FROM_HANDLE(v3dv_device, device, _device); in v3dv_DestroyImage()
477 v3dv_FreeMemory(_device, v3dv_device_memory_to_handle(image->mem), pAllocator); in v3dv_DestroyImage()
575 v3dv_CreateImageView(VkDevice _device, in v3dv_CreateImageView() argument
580 V3DV_FROM_HANDLE(v3dv_device, device, _device); in v3dv_CreateImageView()
586 v3dv_DestroyImageView(VkDevice _device, in v3dv_DestroyImageView() argument
590 V3DV_FROM_HANDLE(v3dv_device, device, _device); in v3dv_DestroyImageView()
600 v3dv_CreateBufferView(VkDevice _device, in v3dv_CreateBufferView() argument
645 v3dv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) v3dv_DestroyBufferView() argument
[all...]

Completed in 21 milliseconds

1234