• Home
  • Raw
  • Download

Lines Matching refs:get_dispatch_table

407 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);  in DestroyInstance()
471 VkLayerDispatchTable *pDisp = get_dispatch_table(ot_device_table_map, device); in DestroyDevice()
486get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceFeatures(physicalDevic… in GetPhysicalDeviceFeatures()
500 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceFormatProperties()
518 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceImageFormatProperties()
533get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceProperties(physicalDev… in GetPhysicalDeviceProperties()
547get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceMemoryProperties(physi… in GetPhysicalDeviceMemoryProperties()
596 …VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueueSubmit(queue, submitCount, … in QueueSubmit()
609 VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueueWaitIdle(queue); in QueueWaitIdle()
622 VkResult result = get_dispatch_table(ot_device_table_map, device)->DeviceWaitIdle(device); in DeviceWaitIdle()
636 …VkResult result = get_dispatch_table(ot_device_table_map, device)->AllocateMemory(device, pAllocat… in AllocateMemory()
665get_dispatch_table(ot_device_table_map, device)->FlushMappedMemoryRanges(device, memoryRangeCount,… in FlushMappedMemoryRanges()
688get_dispatch_table(ot_device_table_map, device)->InvalidateMappedMemoryRanges(device, memoryRangeC… in InvalidateMappedMemoryRanges()
703get_dispatch_table(ot_device_table_map, device)->GetDeviceMemoryCommitment(device, memory, pCommit… in GetDeviceMemoryCommitment()
718 …VkResult result = get_dispatch_table(ot_device_table_map, device)->BindBufferMemory(device, buffer… in BindBufferMemory()
733 …VkResult result = get_dispatch_table(ot_device_table_map, device)->BindImageMemory(device, image, … in BindImageMemory()
748get_dispatch_table(ot_device_table_map, device)->GetBufferMemoryRequirements(device, buffer, pMemo… in GetBufferMemoryRequirements()
761get_dispatch_table(ot_device_table_map, device)->GetImageMemoryRequirements(device, image, pMemory… in GetImageMemoryRequirements()
775 get_dispatch_table(ot_device_table_map, device) in GetImageSparseMemoryRequirements()
793 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceSparseImageFormatProperties()
808 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateFence(device, pCreateInfo… in CreateFence()
832 get_dispatch_table(ot_device_table_map, device)->DestroyFence(device, fence, pAllocator); in DestroyFence()
850 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetFences(device, fenceCount,… in ResetFences()
864 … VkResult result = get_dispatch_table(ot_device_table_map, device)->GetFenceStatus(device, fence); in GetFenceStatus()
884 …VkResult result = get_dispatch_table(ot_device_table_map, device)->WaitForFences(device, fenceCoun… in WaitForFences()
898 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateSemaphore(device, pCreate… in CreateSemaphore()
922get_dispatch_table(ot_device_table_map, device)->DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
935 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateEvent(device, pCreateInfo… in CreateEvent()
959 get_dispatch_table(ot_device_table_map, device)->DestroyEvent(device, event, pAllocator); in DestroyEvent()
972 … VkResult result = get_dispatch_table(ot_device_table_map, device)->GetEventStatus(device, event); in GetEventStatus()
986 VkResult result = get_dispatch_table(ot_device_table_map, device)->SetEvent(device, event); in SetEvent()
1000 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetEvent(device, event); in ResetEvent()
1014 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateQueryPool(device, pCreate… in CreateQueryPool()
1038get_dispatch_table(ot_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1052 VkResult result = get_dispatch_table(ot_device_table_map, device) in GetQueryPoolResults()
1067 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateBuffer(device, pCreateInf… in CreateBuffer()
1091 get_dispatch_table(ot_device_table_map, device)->DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1108 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateBufferView(device, pCreat… in CreateBufferView()
1132get_dispatch_table(ot_device_table_map, device)->DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
1145 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateImage(device, pCreateInfo… in CreateImage()
1169 get_dispatch_table(ot_device_table_map, device)->DestroyImage(device, image, pAllocator); in DestroyImage()
1183get_dispatch_table(ot_device_table_map, device)->GetImageSubresourceLayout(device, image, pSubreso… in GetImageSubresourceLayout()
1200 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateImageView(device, pCreate… in CreateImageView()
1224get_dispatch_table(ot_device_table_map, device)->DestroyImageView(device, imageView, pAllocator); in DestroyImageView()
1238get_dispatch_table(ot_device_table_map, device)->CreateShaderModule(device, pCreateInfo, pAllocato… in CreateShaderModule()
1264get_dispatch_table(ot_device_table_map, device)->DestroyShaderModule(device, shaderModule, pAlloca… in DestroyShaderModule()
1278get_dispatch_table(ot_device_table_map, device)->CreatePipelineCache(device, pCreateInfo, pAllocat… in CreatePipelineCache()
1304get_dispatch_table(ot_device_table_map, device)->DestroyPipelineCache(device, pipelineCache, pAllo… in DestroyPipelineCache()
1320get_dispatch_table(ot_device_table_map, device)->GetPipelineCacheData(device, pipelineCache, pData… in GetPipelineCacheData()
1343get_dispatch_table(ot_device_table_map, device)->MergePipelineCaches(device, dstCache, srcCacheCou… in MergePipelineCaches()
1361 get_dispatch_table(ot_device_table_map, device)->DestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
1384get_dispatch_table(ot_device_table_map, device)->CreatePipelineLayout(device, pCreateInfo, pAlloca… in CreatePipelineLayout()
1410get_dispatch_table(ot_device_table_map, device)->DestroyPipelineLayout(device, pipelineLayout, pAl… in DestroyPipelineLayout()
1423 …VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateSampler(device, pCreateIn… in CreateSampler()
1447 get_dispatch_table(ot_device_table_map, device)->DestroySampler(device, sampler, pAllocator); in DestroySampler()
1477get_dispatch_table(ot_device_table_map, device)->CreateDescriptorSetLayout(device, pCreateInfo, pA… in CreateDescriptorSetLayout()
1503get_dispatch_table(ot_device_table_map, device)->DestroyDescriptorSetLayout(device, descriptorSetL… in DestroyDescriptorSetLayout()
1517get_dispatch_table(ot_device_table_map, device)->CreateDescriptorPool(device, pCreateInfo, pAlloca… in CreateDescriptorPool()
1550 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetDescriptorPool(device, des… in ResetDescriptorPool()
1614 get_dispatch_table(ot_device_table_map, device) in UpdateDescriptorSets()
1641get_dispatch_table(ot_device_table_map, device)->CreateFramebuffer(device, pCreateInfo, pAllocator… in CreateFramebuffer()
1665get_dispatch_table(ot_device_table_map, device)->DestroyFramebuffer(device, framebuffer, pAllocato… in DestroyFramebuffer()
1679get_dispatch_table(ot_device_table_map, device)->CreateRenderPass(device, pCreateInfo, pAllocator,… in CreateRenderPass()
1703get_dispatch_table(ot_device_table_map, device)->DestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
1716get_dispatch_table(ot_device_table_map, device)->GetRenderAreaGranularity(device, renderPass, pGra… in GetRenderAreaGranularity()
1730get_dispatch_table(ot_device_table_map, device)->CreateCommandPool(device, pCreateInfo, pAllocator… in CreateCommandPool()
1751 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetCommandPool(device, comman… in ResetCommandPool()
1776 …VkResult result = get_dispatch_table(ot_device_table_map, command_buffer)->BeginCommandBuffer(comm… in BeginCommandBuffer()
1790 …VkResult result = get_dispatch_table(ot_device_table_map, commandBuffer)->EndCommandBuffer(command… in EndCommandBuffer()
1804 …VkResult result = get_dispatch_table(ot_device_table_map, commandBuffer)->ResetCommandBuffer(comma… in ResetCommandBuffer()
1821get_dispatch_table(ot_device_table_map, commandBuffer)->CmdBindPipeline(commandBuffer, pipelineBin… in CmdBindPipeline()
1835get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetViewport(commandBuffer, firstViewpor… in CmdSetViewport()
1849get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetScissor(commandBuffer, firstScissor,… in CmdSetScissor()
1862get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth()
1876 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdSetDepthBias()
1890get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetBlendConstants(commandBuffer, blendC… in CmdSetBlendConstants()
1903get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetDepthBounds(commandBuffer, minDepthB… in CmdSetDepthBounds()
1917get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetStencilCompareMask(commandBuffer, fa… in CmdSetStencilCompareMask()
1930get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetStencilWriteMask(commandBuffer, face… in CmdSetStencilWriteMask()
1943get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetStencilReference(commandBuffer, face… in CmdSetStencilReference()
1967 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdBindDescriptorSets()
1984get_dispatch_table(ot_device_table_map, commandBuffer)->CmdBindIndexBuffer(commandBuffer, buffer, … in CmdBindIndexBuffer()
2004 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdBindVertexBuffers()
2019 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdDraw()
2034 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdDrawIndexed()
2050get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDrawIndirect(commandBuffer, buffer, off… in CmdDrawIndirect()
2065 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdDrawIndexedIndirect()
2079 get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDispatch(commandBuffer, x, y, z); in CmdDispatch()
2093get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDispatchIndirect(commandBuffer, buffer,… in CmdDispatchIndirect()
2111 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdCopyBuffer()
2129 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdCopyImage()
2147 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdBlitImage()
2166 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdCopyBufferToImage()
2184 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdCopyImageToBuffer()
2201get_dispatch_table(ot_device_table_map, commandBuffer)->CmdUpdateBuffer(commandBuffer, dstBuffer, … in CmdUpdateBuffer()
2217get_dispatch_table(ot_device_table_map, commandBuffer)->CmdFillBuffer(commandBuffer, dstBuffer, ds… in CmdFillBuffer()
2233 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdClearColorImage()
2250 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdClearDepthStencilImage()
2266 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdClearAttachments()
2284 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdResolveImage()
2299get_dispatch_table(ot_device_table_map, commandBuffer)->CmdSetEvent(commandBuffer, event, stageMas… in CmdSetEvent()
2313get_dispatch_table(ot_device_table_map, commandBuffer)->CmdResetEvent(commandBuffer, event, stageM… in CmdResetEvent()
2352 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdWaitEvents()
2387 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdPipelineBarrier()
2405get_dispatch_table(ot_device_table_map, commandBuffer)->CmdBeginQuery(commandBuffer, queryPool, qu… in CmdBeginQuery()
2420get_dispatch_table(ot_device_table_map, commandBuffer)->CmdEndQuery(commandBuffer, queryPool, quer… in CmdEndQuery()
2436get_dispatch_table(ot_device_table_map, commandBuffer)->CmdResetQueryPool(commandBuffer, queryPool… in CmdResetQueryPool()
2452get_dispatch_table(ot_device_table_map, commandBuffer)->CmdWriteTimestamp(commandBuffer, pipelineS… in CmdWriteTimestamp()
2471 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdCopyQueryPoolResults()
2488 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdPushConstants()
2509get_dispatch_table(ot_device_table_map, commandBuffer)->CmdBeginRenderPass(commandBuffer, pRenderP… in CmdBeginRenderPass()
2522 get_dispatch_table(ot_device_table_map, commandBuffer)->CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
2535 get_dispatch_table(ot_device_table_map, commandBuffer)->CmdEndRenderPass(commandBuffer); in CmdEndRenderPass()
2555get_dispatch_table(ot_device_table_map, commandBuffer)->CmdExecuteCommands(commandBuffer, commandB… in CmdExecuteCommands()
2572get_dispatch_table(ot_instance_table_map, instance)->DestroySurfaceKHR(instance, surface, pAllocat… in DestroySurfaceKHR()
2587 VkResult result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceSurfaceSupportKHR()
2604 VkResult result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceSurfaceCapabilitiesKHR()
2622 VkResult result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceSurfaceFormatsKHR()
2640 VkResult result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceSurfacePresentModesKHR()
2663get_dispatch_table(ot_device_table_map, device)->CreateSwapchainKHR(device, pCreateInfo, pAllocato… in CreateSwapchainKHR()
2686 VkResult result = get_dispatch_table(ot_device_table_map, device) in AcquireNextImageKHR()
2714 …VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueuePresentKHR(queue, pPresentI… in QueuePresentKHR()
2730get_dispatch_table(ot_instance_table_map, instance)->CreateWin32SurfaceKHR(instance, pCreateInfo, … in CreateWin32SurfaceKHR()
2751 VkBool32 result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceWin32PresentationSupportKHR()
2769get_dispatch_table(ot_instance_table_map, instance)->CreateXcbSurfaceKHR(instance, pCreateInfo, pA… in CreateXcbSurfaceKHR()
2791 VkBool32 result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceXcbPresentationSupportKHR()
2809get_dispatch_table(ot_instance_table_map, instance)->CreateXlibSurfaceKHR(instance, pCreateInfo, p… in CreateXlibSurfaceKHR()
2831 VkBool32 result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceXlibPresentationSupportKHR()
2849get_dispatch_table(ot_instance_table_map, instance)->CreateMirSurfaceKHR(instance, pCreateInfo, pA… in CreateMirSurfaceKHR()
2870 VkBool32 result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceMirPresentationSupportKHR()
2888get_dispatch_table(ot_instance_table_map, instance)->CreateWaylandSurfaceKHR(instance, pCreateInfo… in CreateWaylandSurfaceKHR()
2910 VkBool32 result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceWaylandPresentationSupportKHR()
2928get_dispatch_table(ot_instance_table_map, instance)->CreateAndroidSurfaceKHR(instance, pCreateInfo… in CreateAndroidSurfaceKHR()
2961get_dispatch_table(ot_device_table_map, device)->CreateSharedSwapchainsKHR(device, swapchainCount,… in CreateSharedSwapchainsKHR()
2977 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance); in CreateDebugReportCallbackEXT()
2989 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance); in DestroyDebugReportCallbackEXT()
2999 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance); in DebugReportMessageEXT()
3033 … VkLayerInstanceDispatchTable *pTable = get_dispatch_table(ot_instance_table_map, physicalDevice); in EnumerateDeviceExtensionProperties()
3043 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(ot_instance_table_map, instance); in InterceptWsiEnabledCommand()
3116 VkLayerInstanceDispatchTable *pDisp = get_dispatch_table(ot_instance_table_map, instance); in CheckInstanceRegisterExtensions()
3197 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceQueueFamilyProperties()
3230 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, *pInstanc… in CreateInstance()
3257 VkResult result = get_dispatch_table(ot_instance_table_map, instance) in EnumeratePhysicalDevices()
3276get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueInd… in GetDeviceQueue()
3291 get_dispatch_table(ot_device_table_map, device)->FreeMemory(device, memory, pAllocator); in FreeMemory()
3307 …VkResult result = get_dispatch_table(ot_device_table_map, device)->MapMemory(device, memory, offse… in MapMemory()
3320 get_dispatch_table(ot_device_table_map, device)->UnmapMemory(device, memory); in UnmapMemory()
3339 …VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueueBindSparse(queue, bindInfoC… in QueueBindSparse()
3357get_dispatch_table(ot_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in AllocateCommandBuffers()
3386get_dispatch_table(ot_device_table_map, device)->AllocateDescriptorSets(device, pAllocateInfo, pDe… in AllocateDescriptorSets()
3416 get_dispatch_table(ot_device_table_map, device) in FreeCommandBuffers()
3439get_dispatch_table(ot_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocator… in DestroySwapchainKHR()
3460 result = get_dispatch_table(ot_device_table_map, device) in FreeDescriptorSets()
3493get_dispatch_table(ot_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAl… in DestroyDescriptorPool()
3522get_dispatch_table(ot_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocato… in DestroyCommandPool()
3534 VkResult result = get_dispatch_table(ot_device_table_map, device) in GetSwapchainImagesKHR()
3584 VkResult result = get_dispatch_table(ot_device_table_map, device) in CreateGraphicsPipelines()
3626 VkResult result = get_dispatch_table(ot_device_table_map, device) in CreateComputePipelines()
3647 …VkResult result = get_dispatch_table(ot_device_table_map, device)->DebugMarkerSetObjectTagEXT(devi… in DebugMarkerSetObjectTagEXT()
3659 …VkResult result = get_dispatch_table(ot_device_table_map, device)->DebugMarkerSetObjectNameEXT(dev… in DebugMarkerSetObjectNameEXT()
3669get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDebugMarkerBeginEXT(commandBuffer, pMar… in CmdDebugMarkerBeginEXT()
3679 get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDebugMarkerEndEXT(commandBuffer); in CmdDebugMarkerEndEXT()
3689get_dispatch_table(ot_device_table_map, commandBuffer)->CmdDebugMarkerInsertEXT(commandBuffer, pMa… in CmdDebugMarkerInsertEXT()
3707 VkResult result = get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceExternalImageFormatPropertiesNV()
3725 …VkResult result = get_dispatch_table(ot_device_table_map, device)->GetMemoryWin32HandleNV(device, … in GetMemoryWin32HandleNV()
3740 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdDrawIndirectCountAMD()
3754 get_dispatch_table(ot_device_table_map, commandBuffer) in CmdDrawIndexedIndirectCountAMD()
4108 if (get_dispatch_table(ot_device_table_map, device)->GetDeviceProcAddr == NULL) { in GetDeviceProcAddr()
4111 return get_dispatch_table(ot_device_table_map, device)->GetDeviceProcAddr(device, funcName); in GetDeviceProcAddr()
4136 if (get_dispatch_table(ot_instance_table_map, instance)->GetInstanceProcAddr == NULL) { in GetInstanceProcAddr()
4139 …return get_dispatch_table(ot_instance_table_map, instance)->GetInstanceProcAddr(instance, funcName… in GetInstanceProcAddr()