Lines Matching refs:device_dispatch_table
199 VkLayerDispatchTable *pDisp = device_dispatch_table(device); in vkDestroyDevice()
217 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
222 … VkResult result = device_dispatch_table(queue)->QueueSubmit(queue, submitCount, pSubmits, fence); in vkQueueSubmit()
229 VkResult result = device_dispatch_table(queue)->QueueWaitIdle(queue); in vkQueueWaitIdle()
236 VkResult result = device_dispatch_table(device)->DeviceWaitIdle(device); in vkDeviceWaitIdle()
243 …VkResult result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator,… in vkAllocateMemory()
250 device_dispatch_table(device)->FreeMemory(device, memory, pAllocator); in vkFreeMemory()
256 …VkResult result = device_dispatch_table(device)->MapMemory(device, memory, offset, size, flags, pp… in vkMapMemory()
262 device_dispatch_table(device)->UnmapMemory(device, memory); in vkUnmapMemory()
268 …VkResult result = device_dispatch_table(device)->FlushMappedMemoryRanges(device, memoryRangeCount,… in vkFlushMappedMemoryRanges()
276 …VkResult result = device_dispatch_table(device)->InvalidateMappedMemoryRanges(device, memoryRangeC… in vkInvalidateMappedMemoryRanges()
283 … device_dispatch_table(device)->GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); in vkGetDeviceMemoryCommitment()
289 …VkResult result = device_dispatch_table(device)->BindBufferMemory(device, buffer, memory, memoryOf… in vkBindBufferMemory()
296 …VkResult result = device_dispatch_table(device)->BindImageMemory(device, image, memory, memoryOffs… in vkBindImageMemory()
302 device_dispatch_table(device)->GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); in vkGetBufferMemoryRequirements()
308 device_dispatch_table(device)->GetImageMemoryRequirements(device, image, pMemoryRequirements); in vkGetImageMemoryRequirements()
314 …device_dispatch_table(device)->GetImageSparseMemoryRequirements(device, image, pSparseMemoryRequir… in vkGetImageSparseMemoryRequirements()
328 …VkResult result = device_dispatch_table(queue)->QueueBindSparse(queue, bindInfoCount, pBindInfo, f… in vkQueueBindSparse()
335 …VkResult result = device_dispatch_table(device)->CreateFence(device, pCreateInfo, pAllocator, pFen… in vkCreateFence()
342 device_dispatch_table(device)->DestroyFence(device, fence, pAllocator); in vkDestroyFence()
348 VkResult result = device_dispatch_table(device)->ResetFences(device, fenceCount, pFences); in vkResetFences()
354 VkResult result = device_dispatch_table(device)->GetFenceStatus(device, fence); in vkGetFenceStatus()
361 …VkResult result = device_dispatch_table(device)->WaitForFences(device, fenceCount, pFences, waitAl… in vkWaitForFences()
368 …VkResult result = device_dispatch_table(device)->CreateSemaphore(device, pCreateInfo, pAllocator, … in vkCreateSemaphore()
375 device_dispatch_table(device)->DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
381 …VkResult result = device_dispatch_table(device)->CreateEvent(device, pCreateInfo, pAllocator, pEve… in vkCreateEvent()
388 device_dispatch_table(device)->DestroyEvent(device, event, pAllocator); in vkDestroyEvent()
394 VkResult result = device_dispatch_table(device)->GetEventStatus(device, event); in vkGetEventStatus()
401 VkResult result = device_dispatch_table(device)->SetEvent(device, event); in vkSetEvent()
408 VkResult result = device_dispatch_table(device)->ResetEvent(device, event); in vkResetEvent()
415 …VkResult result = device_dispatch_table(device)->CreateQueryPool(device, pCreateInfo, pAllocator, … in vkCreateQueryPool()
421 device_dispatch_table(device)->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
427 …VkResult result = device_dispatch_table(device)->GetQueryPoolResults(device, queryPool, firstQuery… in vkGetQueryPoolResults()
434 …VkResult result = device_dispatch_table(device)->CreateBuffer(device, pCreateInfo, pAllocator, pBu… in vkCreateBuffer()
441 device_dispatch_table(device)->DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
447 …VkResult result = device_dispatch_table(device)->CreateBufferView(device, pCreateInfo, pAllocator,… in vkCreateBufferView()
454 device_dispatch_table(device)->DestroyBufferView(device, bufferView, pAllocator); in vkDestroyBufferView()
459 …VkResult result = device_dispatch_table(device)->CreateImage(device, pCreateInfo, pAllocator, pIma… in vkCreateImage()
466 device_dispatch_table(device)->DestroyImage(device, image, pAllocator); in vkDestroyImage()
472 device_dispatch_table(device)->GetImageSubresourceLayout(device, image, pSubresource, pLayout); in vkGetImageSubresourceLayout()
477 …VkResult result = device_dispatch_table(device)->CreateImageView(device, pCreateInfo, pAllocator, … in vkCreateImageView()
483 device_dispatch_table(device)->DestroyImageView(device, imageView, pAllocator); in vkDestroyImageView()
488 …VkResult result = device_dispatch_table(device)->CreateShaderModule(device, pCreateInfo, pAllocato… in vkCreateShaderModule()
495 device_dispatch_table(device)->DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()
501 …VkResult result = device_dispatch_table(device)->CreatePipelineCache(device, pCreateInfo, pAllocat… in vkCreatePipelineCache()
507 device_dispatch_table(device)->DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
513 …VkResult result = device_dispatch_table(device)->GetPipelineCacheData(device, pipelineCache, pData… in vkGetPipelineCacheData()
520 …VkResult result = device_dispatch_table(device)->MergePipelineCaches(device, dstCache, srcCacheCou… in vkMergePipelineCaches()
527 …VkResult result = device_dispatch_table(device)->CreateGraphicsPipelines(device, pipelineCache, cr… in vkCreateGraphicsPipelines()
534 …VkResult result = device_dispatch_table(device)->CreateComputePipelines(device, pipelineCache, cre… in vkCreateComputePipelines()
541 device_dispatch_table(device)->DestroyPipeline(device, pipeline, pAllocator); in vkDestroyPipeline()
547 …VkResult result = device_dispatch_table(device)->CreatePipelineLayout(device, pCreateInfo, pAlloca… in vkCreatePipelineLayout()
554 device_dispatch_table(device)->DestroyPipelineLayout(device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout()
560 …VkResult result = device_dispatch_table(device)->CreateSampler(device, pCreateInfo, pAllocator, pS… in vkCreateSampler()
567 device_dispatch_table(device)->DestroySampler(device, sampler, pAllocator); in vkDestroySampler()
573 …VkResult result = device_dispatch_table(device)->CreateDescriptorSetLayout(device, pCreateInfo, pA… in vkCreateDescriptorSetLayout()
580 …device_dispatch_table(device)->DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in vkDestroyDescriptorSetLayout()
586 …VkResult result = device_dispatch_table(device)->CreateDescriptorPool(device, pCreateInfo, pAlloca… in vkCreateDescriptorPool()
592 device_dispatch_table(device)->DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
598 …VkResult result = device_dispatch_table(device)->ResetDescriptorPool(device, descriptorPool, flags… in vkResetDescriptorPool()
605 …VkResult result = device_dispatch_table(device)->AllocateDescriptorSets(device, pAllocateInfo, pDe… in vkAllocateDescriptorSets()
612 …VkResult result = device_dispatch_table(device)->FreeDescriptorSets(device, descriptorPool, descri… in vkFreeDescriptorSets()
619 …device_dispatch_table(device)->UpdateDescriptorSets(device, descriptorWriteCount, pDescriptorWrite… in vkUpdateDescriptorSets()
624 …VkResult result = device_dispatch_table(device)->CreateFramebuffer(device, pCreateInfo, pAllocator… in vkCreateFramebuffer()
631 device_dispatch_table(device)->DestroyFramebuffer(device, framebuffer, pAllocator); in vkDestroyFramebuffer()
637 …VkResult result = device_dispatch_table(device)->CreateRenderPass(device, pCreateInfo, pAllocator,… in vkCreateRenderPass()
643 device_dispatch_table(device)->DestroyRenderPass(device, renderPass, pAllocator); in vkDestroyRenderPass()
649 device_dispatch_table(device)->GetRenderAreaGranularity(device, renderPass, pGranularity); in vkGetRenderAreaGranularity()
655 …VkResult result = device_dispatch_table(device)->CreateCommandPool(device, pCreateInfo, pAllocator… in vkCreateCommandPool()
662 device_dispatch_table(device)->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
673 …VkResult result = device_dispatch_table(device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in vkAllocateCommandBuffers()
679 …device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pComman… in vkFreeCommandBuffers()
685 …VkResult result = device_dispatch_table(commandBuffer)->BeginCommandBuffer(commandBuffer, pBeginIn… in vkBeginCommandBuffer()
692 VkResult result = device_dispatch_table(commandBuffer)->EndCommandBuffer(commandBuffer); in vkEndCommandBuffer()
699 … VkResult result = device_dispatch_table(commandBuffer)->ResetCommandBuffer(commandBuffer, flags); in vkResetCommandBuffer()
705 … device_dispatch_table(commandBuffer)->CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); in vkCmdBindPipeline()
711 …device_dispatch_table(commandBuffer)->CmdSetViewport(commandBuffer, firstViewport, viewportCount, … in vkCmdSetViewport()
717 …device_dispatch_table(commandBuffer)->CmdSetScissor(commandBuffer, firstScissor, scissorCount, pSc… in vkCmdSetScissor()
723 device_dispatch_table(commandBuffer)->CmdSetLineWidth(commandBuffer, lineWidth); in vkCmdSetLineWidth()
729 …device_dispatch_table(commandBuffer)->CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, dept… in vkCmdSetDepthBias()
735 device_dispatch_table(commandBuffer)->CmdSetBlendConstants(commandBuffer, blendConstants); in vkCmdSetBlendConstants()
741 …device_dispatch_table(commandBuffer)->CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBou… in vkCmdSetDepthBounds()
747 …device_dispatch_table(commandBuffer)->CmdSetStencilCompareMask(commandBuffer, faceMask, compareMas… in vkCmdSetStencilCompareMask()
753 … device_dispatch_table(commandBuffer)->CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); in vkCmdSetStencilWriteMask()
759 … device_dispatch_table(commandBuffer)->CmdSetStencilReference(commandBuffer, faceMask, reference); in vkCmdSetStencilReference()
765 …device_dispatch_table(commandBuffer)->CmdBindDescriptorSets(commandBuffer, pipelineBindPoint, layo… in vkCmdBindDescriptorSets()
771 …device_dispatch_table(commandBuffer)->CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in vkCmdBindIndexBuffer()
777 …device_dispatch_table(commandBuffer)->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCou… in vkCmdBindVertexBuffers()
783 …device_dispatch_table(commandBuffer)->CmdDraw(commandBuffer, vertexCount, instanceCount, firstVert… in vkCmdDraw()
789 …device_dispatch_table(commandBuffer)->CmdDrawIndexed(commandBuffer, indexCount, instanceCount, fir… in vkCmdDrawIndexed()
795 …device_dispatch_table(commandBuffer)->CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, st… in vkCmdDrawIndirect()
801 …device_dispatch_table(commandBuffer)->CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCo… in vkCmdDrawIndexedIndirect()
807 device_dispatch_table(commandBuffer)->CmdDispatch(commandBuffer, x, y, z); in vkCmdDispatch()
813 device_dispatch_table(commandBuffer)->CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
819 …device_dispatch_table(commandBuffer)->CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCou… in vkCmdCopyBuffer()
825 …device_dispatch_table(commandBuffer)->CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstIma… in vkCmdCopyImage()
831 …device_dispatch_table(commandBuffer)->CmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstIma… in vkCmdBlitImage()
837 …device_dispatch_table(commandBuffer)->CmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dst… in vkCmdCopyBufferToImage()
842 …device_dispatch_table(commandBuffer)->CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout… in vkCmdCopyImageToBuffer()
848 …device_dispatch_table(commandBuffer)->CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSiz… in vkCmdUpdateBuffer()
853 …device_dispatch_table(commandBuffer)->CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, dat… in vkCmdFillBuffer()
859 …device_dispatch_table(commandBuffer)->CmdClearColorImage(commandBuffer, image, imageLayout, pColor… in vkCmdClearColorImage()
864 …device_dispatch_table(commandBuffer)->CmdClearDepthStencilImage(commandBuffer, image, imageLayout,… in vkCmdClearDepthStencilImage()
870 …device_dispatch_table(commandBuffer)->CmdClearAttachments(commandBuffer, attachmentCount, pAttachm… in vkCmdClearAttachments()
876 …device_dispatch_table(commandBuffer)->CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dst… in vkCmdResolveImage()
882 device_dispatch_table(commandBuffer)->CmdSetEvent(commandBuffer, event, stageMask); in vkCmdSetEvent()
888 device_dispatch_table(commandBuffer)->CmdResetEvent(commandBuffer, event, stageMask); in vkCmdResetEvent()
894 …device_dispatch_table(commandBuffer)->CmdWaitEvents(commandBuffer, eventCount, pEvents, srcStageMa… in vkCmdWaitEvents()
899 …device_dispatch_table(commandBuffer)->CmdPipelineBarrier(commandBuffer, srcStageMask, dstStageMask… in vkCmdPipelineBarrier()
904 device_dispatch_table(commandBuffer)->CmdBeginQuery(commandBuffer, queryPool, query, flags); in vkCmdBeginQuery()
909 device_dispatch_table(commandBuffer)->CmdEndQuery(commandBuffer, queryPool, query); in vkCmdEndQuery()
914 …device_dispatch_table(commandBuffer)->CmdResetQueryPool(commandBuffer, queryPool, firstQuery, quer… in vkCmdResetQueryPool()
919 …device_dispatch_table(commandBuffer)->CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, q… in vkCmdWriteTimestamp()
924 …device_dispatch_table(commandBuffer)->CmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery… in vkCmdCopyQueryPoolResults()
929 …device_dispatch_table(commandBuffer)->CmdPushConstants(commandBuffer, layout, stageFlags, offset, … in vkCmdPushConstants()
934 …device_dispatch_table(commandBuffer)->CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents… in vkCmdBeginRenderPass()
939 device_dispatch_table(commandBuffer)->CmdNextSubpass(commandBuffer, contents); in vkCmdNextSubpass()
944 device_dispatch_table(commandBuffer)->CmdEndRenderPass(commandBuffer); in vkCmdEndRenderPass()
949 …device_dispatch_table(commandBuffer)->CmdExecuteCommands(commandBuffer, commandBufferCount, pComma… in vkCmdExecuteCommands()
995 …VkResult result = device_dispatch_table(device)->CreateSwapchainKHR(device, pCreateInfo, pAllocato… in vkCreateSwapchainKHR()
1001 device_dispatch_table(device)->DestroySwapchainKHR(device, swapchain, pAllocator); in vkDestroySwapchainKHR()
1006 …VkResult result = device_dispatch_table(device)->GetSwapchainImagesKHR(device, swapchain, pSwapcha… in vkGetSwapchainImagesKHR()
1012 …VkResult result = device_dispatch_table(device)->AcquireNextImageKHR(device, swapchain, timeout, s… in vkAcquireNextImageKHR()
1018 VkResult result = device_dispatch_table(queue)->QueuePresentKHR(queue, pPresentInfo); in vkQueuePresentKHR()
1481 VkLayerDispatchTable *pDisp = device_dispatch_table(device); in vkGetDeviceProcAddr()