/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_acceleration_structure.c | 48 vk_common_CreateAccelerationStructureKHR(VkDevice _device, in vk_common_CreateAccelerationStructureKHR() 75 vk_common_DestroyAccelerationStructureKHR(VkDevice _device, in vk_common_DestroyAccelerationStructureKHR() 90 VkDevice _device, const VkAccelerationStructureDeviceAddressInfoKHR *pInfo) in vk_common_GetAccelerationStructureDeviceAddressKHR()
|
D | vk_semaphore.c | 136 vk_common_CreateSemaphore(VkDevice _device, in vk_common_CreateSemaphore() 233 vk_common_DestroySemaphore(VkDevice _device, in vk_common_DestroySemaphore() 312 vk_common_GetSemaphoreCounterValue(VkDevice _device, in vk_common_GetSemaphoreCounterValue() 327 vk_common_WaitSemaphores(VkDevice _device, in vk_common_WaitSemaphores() 374 vk_common_SignalSemaphore(VkDevice _device, in vk_common_SignalSemaphore() 422 vk_common_ImportSemaphoreWin32HandleKHR(VkDevice _device, in vk_common_ImportSemaphoreWin32HandleKHR() 499 vk_common_GetSemaphoreWin32HandleKHR(VkDevice _device, in vk_common_GetSemaphoreWin32HandleKHR() 538 vk_common_ImportSemaphoreFdKHR(VkDevice _device, in vk_common_ImportSemaphoreFdKHR() 629 vk_common_GetSemaphoreFdKHR(VkDevice _device, in vk_common_GetSemaphoreFdKHR()
|
D | vk_shader_module.c | 49 vk_common_CreateShaderModule(VkDevice _device, in vk_common_CreateShaderModule() 76 vk_common_GetShaderModuleIdentifierEXT(VkDevice _device, in vk_common_GetShaderModuleIdentifierEXT() 86 vk_common_GetShaderModuleCreateInfoIdentifierEXT(VkDevice _device, in vk_common_GetShaderModuleCreateInfoIdentifierEXT() 96 vk_common_DestroyShaderModule(VkDevice _device, in vk_common_DestroyShaderModule()
|
D | vk_fence.c | 149 vk_common_CreateFence(VkDevice _device, in vk_common_CreateFence() 189 vk_common_DestroyFence(VkDevice _device, in vk_common_DestroyFence() 203 vk_common_ResetFences(VkDevice _device, in vk_common_ResetFences() 230 vk_common_GetFenceStatus(VkDevice _device, in vk_common_GetFenceStatus() 250 vk_common_WaitForFences(VkDevice _device, in vk_common_WaitForFences() 350 vk_common_ImportFenceFdKHR(VkDevice _device, in vk_common_ImportFenceFdKHR() 420 vk_common_GetFenceFdKHR(VkDevice _device, in vk_common_GetFenceFdKHR()
|
D | vk_framebuffer.c | 30 vk_common_CreateFramebuffer(VkDevice _device, in vk_common_CreateFramebuffer() 72 vk_common_DestroyFramebuffer(VkDevice _device, in vk_common_DestroyFramebuffer()
|
D | vk_ycbcr_conversion.c | 34 vk_common_CreateSamplerYcbcrConversion(VkDevice _device, in vk_common_CreateSamplerYcbcrConversion() 101 vk_common_DestroySamplerYcbcrConversion(VkDevice _device, in vk_common_DestroySamplerYcbcrConversion()
|
D | vk_descriptor_update_template.c | 32 vk_common_CreateDescriptorUpdateTemplate(VkDevice _device, in vk_common_CreateDescriptorUpdateTemplate() 85 vk_common_DestroyDescriptorUpdateTemplate(VkDevice _device, in vk_common_DestroyDescriptorUpdateTemplate()
|
D | vk_buffer.c | 84 vk_common_GetBufferMemoryRequirements(VkDevice _device, in vk_common_GetBufferMemoryRequirements() 103 vk_common_GetBufferMemoryRequirements2(VkDevice _device, in vk_common_GetBufferMemoryRequirements2() 130 vk_common_BindBufferMemory(VkDevice _device, in vk_common_BindBufferMemory()
|
D | vk_deferred_operation.c | 31 vk_common_CreateDeferredOperationKHR(VkDevice _device, in vk_common_CreateDeferredOperationKHR() 52 vk_common_DestroyDeferredOperationKHR(VkDevice _device, in vk_common_DestroyDeferredOperationKHR()
|
D | vk_meta.c | 81 VkDevice _device = vk_device_to_handle(device); in destroy_object() local 209 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_sampler() local 231 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_descriptor_set_layout() local 273 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_pipeline_layout() local 330 VkDevice _device = vk_device_to_handle(device); in create_rect_list_pipeline() local 430 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_graphics_pipeline() local 514 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_compute_pipeline() local 561 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_buffer() local 581 VkDevice _device = vk_device_to_handle(device); in vk_meta_create_image_view() local
|
D | vk_device.c | 333 vk_common_GetDeviceProcAddr(VkDevice _device, in vk_common_GetDeviceProcAddr() 341 vk_common_GetDeviceQueue(VkDevice _device, in vk_common_GetDeviceQueue() 367 vk_common_GetDeviceQueue2(VkDevice _device, in vk_common_GetDeviceQueue2() 396 vk_common_MapMemory(VkDevice _device, in vk_common_MapMemory() 417 vk_common_UnmapMemory(VkDevice _device, in vk_common_UnmapMemory() 448 vk_common_GetImageMemoryRequirements(VkDevice _device, in vk_common_GetImageMemoryRequirements() 467 vk_common_BindImageMemory(VkDevice _device, in vk_common_BindImageMemory() 485 vk_common_GetImageSparseMemoryRequirements(VkDevice _device, in vk_common_GetImageSparseMemoryRequirements() 524 vk_common_DeviceWaitIdle(VkDevice _device) in vk_common_DeviceWaitIdle()
|
D | vk_pipeline_layout.c | 94 vk_common_CreatePipelineLayout(VkDevice _device, in vk_common_CreatePipelineLayout() 127 vk_common_DestroyPipelineLayout(VkDevice _device, in vk_common_DestroyPipelineLayout()
|
D | vk_object.c | 283 vk_common_CreatePrivateDataSlotEXT(VkDevice _device, in vk_common_CreatePrivateDataSlotEXT() 294 vk_common_DestroyPrivateDataSlotEXT(VkDevice _device, in vk_common_DestroyPrivateDataSlotEXT() 303 vk_common_SetPrivateDataEXT(VkDevice _device, in vk_common_SetPrivateDataEXT() 316 vk_common_GetPrivateDataEXT(VkDevice _device, in vk_common_GetPrivateDataEXT()
|
D | vk_descriptor_set_layout.c | 85 vk_common_DestroyDescriptorSetLayout(VkDevice _device, in vk_common_DestroyDescriptorSetLayout()
|
D | vk_command_pool.c | 90 vk_common_CreateCommandPool(VkDevice _device, in vk_common_CreateCommandPool() 116 vk_common_DestroyCommandPool(VkDevice _device, in vk_common_DestroyCommandPool()
|
D | vk_device_memory.c | 195 VkDevice _device, in vk_common_GetMemoryAndroidHardwareBufferANDROID()
|
D | vk_debug_utils.c | 158 VkDevice _device, in vk_common_SetDebugUtilsObjectNameEXT() 180 VkDevice _device, in vk_common_SetDebugUtilsObjectTagEXT()
|
D | vk_descriptors.c | 90 vk_common_GetSamplerOpaqueCaptureDescriptorDataEXT(VkDevice _device, in vk_common_GetSamplerOpaqueCaptureDescriptorDataEXT()
|
D | vk_android.c | 231 vk_common_AcquireImageANDROID(VkDevice _device, in vk_common_AcquireImageANDROID()
|
D | vk_pipeline_cache.c | 675 vk_common_CreatePipelineCache(VkDevice _device, in vk_common_CreatePipelineCache() 710 vk_common_GetPipelineCacheData(VkDevice _device, in vk_common_GetPipelineCacheData() 793 vk_common_MergePipelineCaches(VkDevice _device, in vk_common_MergePipelineCaches()
|
D | vk_render_pass.c | 65 vk_common_CreateRenderPass(VkDevice _device, in vk_common_CreateRenderPass() 422 vk_common_CreateRenderPass2(VkDevice _device, in vk_common_CreateRenderPass2() 1044 vk_common_DestroyRenderPass(VkDevice _device, in vk_common_DestroyRenderPass() 1067 VkDevice _device, const VkRenderingAreaInfoKHR *pRenderingAreaInfo, in vk_common_GetRenderingAreaGranularityKHR()
|
D | vk_image.c | 162 vk_common_GetImageSubresourceLayout(VkDevice _device, VkImage _image, in vk_common_GetImageSubresourceLayout()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 405 VkDevice _device, in wsi_swapchain_init() 911 wsi_CreateSwapchainKHR(VkDevice _device, in wsi_CreateSwapchainKHR() 998 wsi_DestroySwapchainKHR(VkDevice _device, in wsi_DestroySwapchainKHR() 1019 wsi_ReleaseSwapchainImagesEXT(VkDevice _device, in wsi_ReleaseSwapchainImagesEXT() 1079 wsi_AcquireNextImageKHR(VkDevice _device, in wsi_AcquireNextImageKHR() 1168 VkDevice _device, in wsi_common_acquire_next_image2() 1205 wsi_AcquireNextImage2KHR(VkDevice _device, in wsi_AcquireNextImage2KHR()
|
D | wsi_common_display.c | 2881 wsi_DisplayPowerControlEXT(VkDevice _device, in wsi_DisplayPowerControlEXT() 2915 wsi_register_device_event(VkDevice _device, in wsi_register_device_event() 2967 wsi_RegisterDeviceEventEXT(VkDevice _device, const VkDeviceEventInfoEXT *device_event_info, in wsi_RegisterDeviceEventEXT() 2996 wsi_register_display_event(VkDevice _device, in wsi_register_display_event() 3045 wsi_RegisterDisplayEventEXT(VkDevice _device, VkDisplayKHR display, in wsi_RegisterDisplayEventEXT() 3082 wsi_GetSwapchainCounterEXT(VkDevice _device, in wsi_GetSwapchainCounterEXT()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 636 PFN_vkVoidFunction gfxstream_vk_GetDeviceProcAddr(VkDevice _device, const char* pName) { in gfxstream_vk_GetDeviceProcAddr()
|