Lines Matching refs:GetData

117     auto& data = GetData(instance);  in InitDispatchTable()
148 auto& data = GetData(dev); in InitDispatchTable()
430 …return GetData(instance).dispatch.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysic… in EnumeratePhysicalDevices()
483 return GetData(device).dispatch.GetDeviceProcAddr(device, pName); in GetDeviceProcAddr()
651 return GetData(instance).dispatch.GetInstanceProcAddr(instance, pName); in GetInstanceProcAddr()
655 GetData(physicalDevice).dispatch.GetPhysicalDeviceProperties(physicalDevice, pProperties); in GetPhysicalDeviceProperties()
659GetData(physicalDevice).dispatch.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFami… in GetPhysicalDeviceQueueFamilyProperties()
663GetData(physicalDevice).dispatch.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperti… in GetPhysicalDeviceMemoryProperties()
667 GetData(physicalDevice).dispatch.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); in GetPhysicalDeviceFeatures()
671GetData(physicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormat… in GetPhysicalDeviceFormatProperties()
675 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceImageFormatProperties(physicalDevice, for… in GetPhysicalDeviceImageFormatProperties()
679 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
683 return GetData(queue).dispatch.QueueSubmit(queue, submitCount, pSubmits, fence); in QueueSubmit()
687 return GetData(queue).dispatch.QueueWaitIdle(queue); in QueueWaitIdle()
691 return GetData(device).dispatch.DeviceWaitIdle(device); in DeviceWaitIdle()
695 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
699 GetData(device).dispatch.FreeMemory(device, memory, pAllocator); in FreeMemory()
703 return GetData(device).dispatch.MapMemory(device, memory, offset, size, flags, ppData); in MapMemory()
707 GetData(device).dispatch.UnmapMemory(device, memory); in UnmapMemory()
711 … return GetData(device).dispatch.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
715 …return GetData(device).dispatch.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRang… in InvalidateMappedMemoryRanges()
719 GetData(device).dispatch.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); in GetDeviceMemoryCommitment()
723 GetData(device).dispatch.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); in GetBufferMemoryRequirements()
727 return GetData(device).dispatch.BindBufferMemory(device, buffer, memory, memoryOffset); in BindBufferMemory()
731 GetData(device).dispatch.GetImageMemoryRequirements(device, image, pMemoryRequirements); in GetImageMemoryRequirements()
735 return GetData(device).dispatch.BindImageMemory(device, image, memory, memoryOffset); in BindImageMemory()
739GetData(device).dispatch.GetImageSparseMemoryRequirements(device, image, pSparseMemoryRequirementC… in GetImageSparseMemoryRequirements()
743GetData(physicalDevice).dispatch.GetPhysicalDeviceSparseImageFormatProperties(physicalDevice, form… in GetPhysicalDeviceSparseImageFormatProperties()
747 return GetData(queue).dispatch.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); in QueueBindSparse()
751 return GetData(device).dispatch.CreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
755 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence()
759 return GetData(device).dispatch.ResetFences(device, fenceCount, pFences); in ResetFences()
763 return GetData(device).dispatch.GetFenceStatus(device, fence); in GetFenceStatus()
767 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences()
771 return GetData(device).dispatch.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
775 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
779 return GetData(device).dispatch.CreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
783 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
787 return GetData(device).dispatch.GetEventStatus(device, event); in GetEventStatus()
791 return GetData(device).dispatch.SetEvent(device, event); in SetEvent()
795 return GetData(device).dispatch.ResetEvent(device, event); in ResetEvent()
799 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
803 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
807 …return GetData(device).dispatch.GetQueryPoolResults(device, queryPool, firstQuery, queryCount, dat… in GetQueryPoolResults()
811 return GetData(device).dispatch.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
815 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
819 return GetData(device).dispatch.CreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
823 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
827 return GetData(device).dispatch.CreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
831 GetData(device).dispatch.DestroyImage(device, image, pAllocator); in DestroyImage()
835 GetData(device).dispatch.GetImageSubresourceLayout(device, image, pSubresource, pLayout); in GetImageSubresourceLayout()
839 return GetData(device).dispatch.CreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
843 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView()
847 …return GetData(device).dispatch.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); in CreateShaderModule()
851 GetData(device).dispatch.DestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
855 …return GetData(device).dispatch.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCach… in CreatePipelineCache()
859 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
863 return GetData(device).dispatch.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); in GetPipelineCacheData()
867 … return GetData(device).dispatch.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in MergePipelineCaches()
871 …return GetData(device).dispatch.CreateGraphicsPipelines(device, pipelineCache, createInfoCount, pC… in CreateGraphicsPipelines()
875 …return GetData(device).dispatch.CreateComputePipelines(device, pipelineCache, createInfoCount, pCr… in CreateComputePipelines()
879 GetData(device).dispatch.DestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
883 …return GetData(device).dispatch.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLay… in CreatePipelineLayout()
887 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
891 return GetData(device).dispatch.CreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
895 GetData(device).dispatch.DestroySampler(device, sampler, pAllocator); in DestroySampler()
899 …return GetData(device).dispatch.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLay… in CreateDescriptorSetLayout()
903 GetData(device).dispatch.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
907 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
911 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
915 return GetData(device).dispatch.ResetDescriptorPool(device, descriptorPool, flags); in ResetDescriptorPool()
919 return GetData(device).dispatch.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in AllocateDescriptorSets()
923 …return GetData(device).dispatch.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDe… in FreeDescriptorSets()
927GetData(device).dispatch.UpdateDescriptorSets(device, descriptorWriteCount, pDescriptorWrites, des… in UpdateDescriptorSets()
931 … return GetData(device).dispatch.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
935 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
939 return GetData(device).dispatch.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
943 GetData(device).dispatch.DestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
947 GetData(device).dispatch.GetRenderAreaGranularity(device, renderPass, pGranularity); in GetRenderAreaGranularity()
951 … return GetData(device).dispatch.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
955 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
959 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
963 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
967GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
971 return GetData(commandBuffer).dispatch.BeginCommandBuffer(commandBuffer, pBeginInfo); in BeginCommandBuffer()
975 return GetData(commandBuffer).dispatch.EndCommandBuffer(commandBuffer); in EndCommandBuffer()
979 return GetData(commandBuffer).dispatch.ResetCommandBuffer(commandBuffer, flags); in ResetCommandBuffer()
983 GetData(commandBuffer).dispatch.CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); in CmdBindPipeline()
987GetData(commandBuffer).dispatch.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewp… in CmdSetViewport()
991GetData(commandBuffer).dispatch.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors… in CmdSetScissor()
995 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth()
999GetData(commandBuffer).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasC… in CmdSetDepthBias()
1003 GetData(commandBuffer).dispatch.CmdSetBlendConstants(commandBuffer, blendConstants); in CmdSetBlendConstants()
1007GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds()
1011 GetData(commandBuffer).dispatch.CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask); in CmdSetStencilCompareMask()
1015 GetData(commandBuffer).dispatch.CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); in CmdSetStencilWriteMask()
1019 GetData(commandBuffer).dispatch.CmdSetStencilReference(commandBuffer, faceMask, reference); in CmdSetStencilReference()
1023GetData(commandBuffer).dispatch.CmdBindDescriptorSets(commandBuffer, pipelineBindPoint, layout, fi… in CmdBindDescriptorSets()
1027 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in CmdBindIndexBuffer()
1031GetData(commandBuffer).dispatch.CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pB… in CmdBindVertexBuffers()
1035GetData(commandBuffer).dispatch.CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, fi… in CmdDraw()
1039GetData(commandBuffer).dispatch.CmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstInde… in CmdDrawIndexed()
1043GetData(commandBuffer).dispatch.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); in CmdDrawIndirect()
1047GetData(commandBuffer).dispatch.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, s… in CmdDrawIndexedIndirect()
1051 GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, x, y, z); in CmdDispatch()
1055 GetData(commandBuffer).dispatch.CmdDispatchIndirect(commandBuffer, buffer, offset); in CmdDispatchIndirect()
1059GetData(commandBuffer).dispatch.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pR… in CmdCopyBuffer()
1063GetData(commandBuffer).dispatch.CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, ds… in CmdCopyImage()
1067GetData(commandBuffer).dispatch.CmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstImage, ds… in CmdBlitImage()
1071GetData(commandBuffer).dispatch.CmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dstImageL… in CmdCopyBufferToImage()
1075GetData(commandBuffer).dispatch.CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstB… in CmdCopyImageToBuffer()
1079GetData(commandBuffer).dispatch.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pDa… in CmdUpdateBuffer()
1083 GetData(commandBuffer).dispatch.CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data); in CmdFillBuffer()
1087GetData(commandBuffer).dispatch.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rang… in CmdClearColorImage()
1091GetData(commandBuffer).dispatch.CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDept… in CmdClearDepthStencilImage()
1095GetData(commandBuffer).dispatch.CmdClearAttachments(commandBuffer, attachmentCount, pAttachments, … in CmdClearAttachments()
1099GetData(commandBuffer).dispatch.CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage,… in CmdResolveImage()
1103 GetData(commandBuffer).dispatch.CmdSetEvent(commandBuffer, event, stageMask); in CmdSetEvent()
1107 GetData(commandBuffer).dispatch.CmdResetEvent(commandBuffer, event, stageMask); in CmdResetEvent()
1111GetData(commandBuffer).dispatch.CmdWaitEvents(commandBuffer, eventCount, pEvents, srcStageMask, ds… in CmdWaitEvents()
1115GetData(commandBuffer).dispatch.CmdPipelineBarrier(commandBuffer, srcStageMask, dstStageMask, depe… in CmdPipelineBarrier()
1119 GetData(commandBuffer).dispatch.CmdBeginQuery(commandBuffer, queryPool, query, flags); in CmdBeginQuery()
1123 GetData(commandBuffer).dispatch.CmdEndQuery(commandBuffer, queryPool, query); in CmdEndQuery()
1127GetData(commandBuffer).dispatch.CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount… in CmdResetQueryPool()
1131GetData(commandBuffer).dispatch.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query); in CmdWriteTimestamp()
1135GetData(commandBuffer).dispatch.CmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery, quer… in CmdCopyQueryPoolResults()
1139GetData(commandBuffer).dispatch.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, … in CmdPushConstants()
1143 GetData(commandBuffer).dispatch.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); in CmdBeginRenderPass()
1147 GetData(commandBuffer).dispatch.CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
1151 GetData(commandBuffer).dispatch.CmdEndRenderPass(commandBuffer); in CmdEndRenderPass()
1155GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands()
1159 GetData(instance).dispatch.DestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
1163 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFa… in GetPhysicalDeviceSurfaceSupportKHR()
1167 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, su… in GetPhysicalDeviceSurfaceCapabilitiesKHR()
1171 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface… in GetPhysicalDeviceSurfaceFormatsKHR()
1175 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, su… in GetPhysicalDeviceSurfacePresentModesKHR()
1179 return GetData(device).dispatch.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
1183 GetData(device).dispatch.DestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
1187 …return GetData(device).dispatch.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSw… in GetSwapchainImagesKHR()
1191 …return GetData(device).dispatch.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, … in AcquireNextImageKHR()
1195 return GetData(queue).dispatch.QueuePresentKHR(queue, pPresentInfo); in QueuePresentKHR()
1199 …return GetData(instance).dispatch.CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurf… in CreateAndroidSurfaceKHR()