Lines Matching refs:GetData

148     auto& data = GetData(instance);  in InitDispatchTable()
192 auto& data = GetData(dev); in InitDispatchTable()
627 …return GetData(instance).dispatch.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysic… in EnumeratePhysicalDevices()
726 return GetData(device).dispatch.GetDeviceProcAddr(device, pName); in GetDeviceProcAddr()
967 return GetData(instance).dispatch.GetInstanceProcAddr(instance, pName); in GetInstanceProcAddr()
971 GetData(physicalDevice).dispatch.GetPhysicalDeviceProperties(physicalDevice, pProperties); in GetPhysicalDeviceProperties()
975GetData(physicalDevice).dispatch.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFami… in GetPhysicalDeviceQueueFamilyProperties()
979GetData(physicalDevice).dispatch.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperti… in GetPhysicalDeviceMemoryProperties()
983 GetData(physicalDevice).dispatch.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); in GetPhysicalDeviceFeatures()
987GetData(physicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormat… in GetPhysicalDeviceFormatProperties()
991 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceImageFormatProperties(physicalDevice, for… in GetPhysicalDeviceImageFormatProperties()
995 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
999 return GetData(queue).dispatch.QueueSubmit(queue, submitCount, pSubmits, fence); in QueueSubmit()
1003 return GetData(queue).dispatch.QueueWaitIdle(queue); in QueueWaitIdle()
1007 return GetData(device).dispatch.DeviceWaitIdle(device); in DeviceWaitIdle()
1011 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1015 GetData(device).dispatch.FreeMemory(device, memory, pAllocator); in FreeMemory()
1019 return GetData(device).dispatch.MapMemory(device, memory, offset, size, flags, ppData); in MapMemory()
1023 GetData(device).dispatch.UnmapMemory(device, memory); in UnmapMemory()
1027 … return GetData(device).dispatch.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1031 …return GetData(device).dispatch.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRang… in InvalidateMappedMemoryRanges()
1035 GetData(device).dispatch.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); in GetDeviceMemoryCommitment()
1039 GetData(device).dispatch.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); in GetBufferMemoryRequirements()
1043 return GetData(device).dispatch.BindBufferMemory(device, buffer, memory, memoryOffset); in BindBufferMemory()
1047 GetData(device).dispatch.GetImageMemoryRequirements(device, image, pMemoryRequirements); in GetImageMemoryRequirements()
1051 return GetData(device).dispatch.BindImageMemory(device, image, memory, memoryOffset); in BindImageMemory()
1055GetData(device).dispatch.GetImageSparseMemoryRequirements(device, image, pSparseMemoryRequirementC… in GetImageSparseMemoryRequirements()
1059GetData(physicalDevice).dispatch.GetPhysicalDeviceSparseImageFormatProperties(physicalDevice, form… in GetPhysicalDeviceSparseImageFormatProperties()
1063 return GetData(queue).dispatch.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); in QueueBindSparse()
1067 return GetData(device).dispatch.CreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
1071 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence()
1075 return GetData(device).dispatch.ResetFences(device, fenceCount, pFences); in ResetFences()
1079 return GetData(device).dispatch.GetFenceStatus(device, fence); in GetFenceStatus()
1083 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences()
1087 return GetData(device).dispatch.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
1091 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
1095 return GetData(device).dispatch.CreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
1099 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
1103 return GetData(device).dispatch.GetEventStatus(device, event); in GetEventStatus()
1107 return GetData(device).dispatch.SetEvent(device, event); in SetEvent()
1111 return GetData(device).dispatch.ResetEvent(device, event); in ResetEvent()
1115 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
1119 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1123 …return GetData(device).dispatch.GetQueryPoolResults(device, queryPool, firstQuery, queryCount, dat… in GetQueryPoolResults()
1127 GetData(device).dispatch.ResetQueryPool(device, queryPool, firstQuery, queryCount); in ResetQueryPool()
1131 return GetData(device).dispatch.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
1135 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1139 return GetData(device).dispatch.CreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
1143 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
1147 return GetData(device).dispatch.CreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
1151 GetData(device).dispatch.DestroyImage(device, image, pAllocator); in DestroyImage()
1155 GetData(device).dispatch.GetImageSubresourceLayout(device, image, pSubresource, pLayout); in GetImageSubresourceLayout()
1159 return GetData(device).dispatch.CreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
1163 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView()
1167 …return GetData(device).dispatch.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); in CreateShaderModule()
1171 GetData(device).dispatch.DestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
1175 …return GetData(device).dispatch.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCach… in CreatePipelineCache()
1179 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
1183 return GetData(device).dispatch.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); in GetPipelineCacheData()
1187 … return GetData(device).dispatch.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); in MergePipelineCaches()
1191 …return GetData(device).dispatch.CreateGraphicsPipelines(device, pipelineCache, createInfoCount, pC… in CreateGraphicsPipelines()
1195 …return GetData(device).dispatch.CreateComputePipelines(device, pipelineCache, createInfoCount, pCr… in CreateComputePipelines()
1199 GetData(device).dispatch.DestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
1203 …return GetData(device).dispatch.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLay… in CreatePipelineLayout()
1207 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
1211 return GetData(device).dispatch.CreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
1215 GetData(device).dispatch.DestroySampler(device, sampler, pAllocator); in DestroySampler()
1219 …return GetData(device).dispatch.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLay… in CreateDescriptorSetLayout()
1223 GetData(device).dispatch.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
1227 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
1231 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
1235 return GetData(device).dispatch.ResetDescriptorPool(device, descriptorPool, flags); in ResetDescriptorPool()
1239 return GetData(device).dispatch.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in AllocateDescriptorSets()
1243 …return GetData(device).dispatch.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDe… in FreeDescriptorSets()
1247GetData(device).dispatch.UpdateDescriptorSets(device, descriptorWriteCount, pDescriptorWrites, des… in UpdateDescriptorSets()
1251 … return GetData(device).dispatch.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
1255 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
1259 return GetData(device).dispatch.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
1263 GetData(device).dispatch.DestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
1267 GetData(device).dispatch.GetRenderAreaGranularity(device, renderPass, pGranularity); in GetRenderAreaGranularity()
1271 … return GetData(device).dispatch.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
1275 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
1279 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
1283 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
1287GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1291 return GetData(commandBuffer).dispatch.BeginCommandBuffer(commandBuffer, pBeginInfo); in BeginCommandBuffer()
1295 return GetData(commandBuffer).dispatch.EndCommandBuffer(commandBuffer); in EndCommandBuffer()
1299 return GetData(commandBuffer).dispatch.ResetCommandBuffer(commandBuffer, flags); in ResetCommandBuffer()
1303 GetData(commandBuffer).dispatch.CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); in CmdBindPipeline()
1307GetData(commandBuffer).dispatch.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewp… in CmdSetViewport()
1311GetData(commandBuffer).dispatch.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors… in CmdSetScissor()
1315 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth); in CmdSetLineWidth()
1319GetData(commandBuffer).dispatch.CmdSetDepthBias(commandBuffer, depthBiasConstantFactor, depthBiasC… in CmdSetDepthBias()
1323 GetData(commandBuffer).dispatch.CmdSetBlendConstants(commandBuffer, blendConstants); in CmdSetBlendConstants()
1327GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds()
1331 GetData(commandBuffer).dispatch.CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask); in CmdSetStencilCompareMask()
1335 GetData(commandBuffer).dispatch.CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); in CmdSetStencilWriteMask()
1339 GetData(commandBuffer).dispatch.CmdSetStencilReference(commandBuffer, faceMask, reference); in CmdSetStencilReference()
1343GetData(commandBuffer).dispatch.CmdBindDescriptorSets(commandBuffer, pipelineBindPoint, layout, fi… in CmdBindDescriptorSets()
1347 GetData(commandBuffer).dispatch.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); in CmdBindIndexBuffer()
1351GetData(commandBuffer).dispatch.CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pB… in CmdBindVertexBuffers()
1355GetData(commandBuffer).dispatch.CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, fi… in CmdDraw()
1359GetData(commandBuffer).dispatch.CmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstInde… in CmdDrawIndexed()
1363GetData(commandBuffer).dispatch.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); in CmdDrawIndirect()
1367GetData(commandBuffer).dispatch.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, s… in CmdDrawIndexedIndirect()
1371GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch()
1375 GetData(commandBuffer).dispatch.CmdDispatchIndirect(commandBuffer, buffer, offset); in CmdDispatchIndirect()
1379GetData(commandBuffer).dispatch.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pR… in CmdCopyBuffer()
1383GetData(commandBuffer).dispatch.CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, ds… in CmdCopyImage()
1387GetData(commandBuffer).dispatch.CmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstImage, ds… in CmdBlitImage()
1391GetData(commandBuffer).dispatch.CmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dstImageL… in CmdCopyBufferToImage()
1395GetData(commandBuffer).dispatch.CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstB… in CmdCopyImageToBuffer()
1399GetData(commandBuffer).dispatch.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pDa… in CmdUpdateBuffer()
1403 GetData(commandBuffer).dispatch.CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data); in CmdFillBuffer()
1407GetData(commandBuffer).dispatch.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rang… in CmdClearColorImage()
1411GetData(commandBuffer).dispatch.CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDept… in CmdClearDepthStencilImage()
1415GetData(commandBuffer).dispatch.CmdClearAttachments(commandBuffer, attachmentCount, pAttachments, … in CmdClearAttachments()
1419GetData(commandBuffer).dispatch.CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage,… in CmdResolveImage()
1423 GetData(commandBuffer).dispatch.CmdSetEvent(commandBuffer, event, stageMask); in CmdSetEvent()
1427 GetData(commandBuffer).dispatch.CmdResetEvent(commandBuffer, event, stageMask); in CmdResetEvent()
1431GetData(commandBuffer).dispatch.CmdWaitEvents(commandBuffer, eventCount, pEvents, srcStageMask, ds… in CmdWaitEvents()
1435GetData(commandBuffer).dispatch.CmdPipelineBarrier(commandBuffer, srcStageMask, dstStageMask, depe… in CmdPipelineBarrier()
1439 GetData(commandBuffer).dispatch.CmdBeginQuery(commandBuffer, queryPool, query, flags); in CmdBeginQuery()
1443 GetData(commandBuffer).dispatch.CmdEndQuery(commandBuffer, queryPool, query); in CmdEndQuery()
1447GetData(commandBuffer).dispatch.CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount… in CmdResetQueryPool()
1451GetData(commandBuffer).dispatch.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query); in CmdWriteTimestamp()
1455GetData(commandBuffer).dispatch.CmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery, quer… in CmdCopyQueryPoolResults()
1459GetData(commandBuffer).dispatch.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, … in CmdPushConstants()
1463 GetData(commandBuffer).dispatch.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); in CmdBeginRenderPass()
1467 GetData(commandBuffer).dispatch.CmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()
1471 GetData(commandBuffer).dispatch.CmdEndRenderPass(commandBuffer); in CmdEndRenderPass()
1475GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands()
1479 …return GetData(instance).dispatch.CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurf… in CreateAndroidSurfaceKHR()
1483 GetData(instance).dispatch.DestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
1487 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFa… in GetPhysicalDeviceSurfaceSupportKHR()
1491 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, su… in GetPhysicalDeviceSurfaceCapabilitiesKHR()
1495 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface… in GetPhysicalDeviceSurfaceFormatsKHR()
1499 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, su… in GetPhysicalDeviceSurfacePresentModesKHR()
1503 return GetData(device).dispatch.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
1507 GetData(device).dispatch.DestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
1511 …return GetData(device).dispatch.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSw… in GetSwapchainImagesKHR()
1515 …return GetData(device).dispatch.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, … in AcquireNextImageKHR()
1519 return GetData(queue).dispatch.QueuePresentKHR(queue, pPresentInfo); in QueuePresentKHR()
1523 GetData(physicalDevice).dispatch.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); in GetPhysicalDeviceFeatures2()
1527 GetData(physicalDevice).dispatch.GetPhysicalDeviceProperties2(physicalDevice, pProperties); in GetPhysicalDeviceProperties2()
1531GetData(physicalDevice).dispatch.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pForma… in GetPhysicalDeviceFormatProperties2()
1535 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceImageFormatProperties2(physicalDevice, pI… in GetPhysicalDeviceImageFormatProperties2()
1539GetData(physicalDevice).dispatch.GetPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFam… in GetPhysicalDeviceQueueFamilyProperties2()
1543GetData(physicalDevice).dispatch.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryPropert… in GetPhysicalDeviceMemoryProperties2()
1547GetData(physicalDevice).dispatch.GetPhysicalDeviceSparseImageFormatProperties2(physicalDevice, pFo… in GetPhysicalDeviceSparseImageFormatProperties2()
1551 GetData(device).dispatch.TrimCommandPool(device, commandPool, flags); in TrimCommandPool()
1555GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalBufferProperties(physicalDevice, pExtern… in GetPhysicalDeviceExternalBufferProperties()
1559GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, pExt… in GetPhysicalDeviceExternalSemaphoreProperties()
1563GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalFenceProperties(physicalDevice, pExterna… in GetPhysicalDeviceExternalFenceProperties()
1567 …return GetData(instance).dispatch.EnumeratePhysicalDeviceGroups(instance, pPhysicalDeviceGroupCoun… in EnumeratePhysicalDeviceGroups()
1571GetData(device).dispatch.GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, rem… in GetDeviceGroupPeerMemoryFeatures()
1575 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
1579 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
1583 GetData(commandBuffer).dispatch.CmdSetDeviceMask(commandBuffer, deviceMask); in CmdSetDeviceMask()
1587 …return GetData(device).dispatch.GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCa… in GetDeviceGroupPresentCapabilitiesKHR()
1591 return GetData(device).dispatch.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); in GetDeviceGroupSurfacePresentModesKHR()
1595 return GetData(device).dispatch.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); in AcquireNextImage2KHR()
1599GetData(commandBuffer).dispatch.CmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ,… in CmdDispatchBase()
1603 …return GetData(physicalDevice).dispatch.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surf… in GetPhysicalDevicePresentRectanglesKHR()
1607 …return GetData(device).dispatch.CreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pD… in CreateDescriptorUpdateTemplate()
1611GetData(device).dispatch.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAlloca… in DestroyDescriptorUpdateTemplate()
1615GetData(device).dispatch.UpdateDescriptorSetWithTemplate(device, descriptorSet, descriptorUpdateTe… in UpdateDescriptorSetWithTemplate()
1619 GetData(device).dispatch.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); in GetBufferMemoryRequirements2()
1623 GetData(device).dispatch.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); in GetImageMemoryRequirements2()
1627GetData(device).dispatch.GetImageSparseMemoryRequirements2(device, pInfo, pSparseMemoryRequirement… in GetImageSparseMemoryRequirements2()
1631 GetData(device).dispatch.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); in GetDeviceBufferMemoryRequirements()
1635 GetData(device).dispatch.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); in GetDeviceImageMemoryRequirements()
1639GetData(device).dispatch.GetDeviceImageSparseMemoryRequirements(device, pInfo, pSparseMemoryRequir… in GetDeviceImageSparseMemoryRequirements()
1643 …return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcb… in CreateSamplerYcbcrConversion()
1647 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
1651 GetData(device).dispatch.GetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
1655 GetData(device).dispatch.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); in GetDescriptorSetLayoutSupport()
1659 return GetData(device).dispatch.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass2()
1663GetData(commandBuffer).dispatch.CmdBeginRenderPass2(commandBuffer, pRenderPassBegin, pSubpassBegin… in CmdBeginRenderPass2()
1667GetData(commandBuffer).dispatch.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); in CmdNextSubpass2()
1671 GetData(commandBuffer).dispatch.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); in CmdEndRenderPass2()
1675 return GetData(device).dispatch.GetSemaphoreCounterValue(device, semaphore, pValue); in GetSemaphoreCounterValue()
1679 return GetData(device).dispatch.WaitSemaphores(device, pWaitInfo, timeout); in WaitSemaphores()
1683 return GetData(device).dispatch.SignalSemaphore(device, pSignalInfo); in SignalSemaphore()
1687 …return GetData(device).dispatch.GetAndroidHardwareBufferPropertiesANDROID(device, buffer, pPropert… in GetAndroidHardwareBufferPropertiesANDROID()
1691 return GetData(device).dispatch.GetMemoryAndroidHardwareBufferANDROID(device, pInfo, pBuffer); in GetMemoryAndroidHardwareBufferANDROID()
1695GetData(commandBuffer).dispatch.CmdDrawIndirectCount(commandBuffer, buffer, offset, countBuffer, c… in CmdDrawIndirectCount()
1699GetData(commandBuffer).dispatch.CmdDrawIndexedIndirectCount(commandBuffer, buffer, offset, countBu… in CmdDrawIndexedIndirectCount()
1703 return GetData(device).dispatch.GetBufferOpaqueCaptureAddress(device, pInfo); in GetBufferOpaqueCaptureAddress()
1707 return GetData(device).dispatch.GetBufferDeviceAddress(device, pInfo); in GetBufferDeviceAddress()
1711 return GetData(device).dispatch.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); in GetDeviceMemoryOpaqueCaptureAddress()
1715 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceToolProperties(physicalDevice, pToolCount… in GetPhysicalDeviceToolProperties()
1719 GetData(commandBuffer).dispatch.CmdSetCullMode(commandBuffer, cullMode); in CmdSetCullMode()
1723 GetData(commandBuffer).dispatch.CmdSetFrontFace(commandBuffer, frontFace); in CmdSetFrontFace()
1727 GetData(commandBuffer).dispatch.CmdSetPrimitiveTopology(commandBuffer, primitiveTopology); in CmdSetPrimitiveTopology()
1731GetData(commandBuffer).dispatch.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); in CmdSetViewportWithCount()
1735 GetData(commandBuffer).dispatch.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); in CmdSetScissorWithCount()
1739GetData(commandBuffer).dispatch.CmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, p… in CmdBindVertexBuffers2()
1743 GetData(commandBuffer).dispatch.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); in CmdSetDepthTestEnable()
1747 GetData(commandBuffer).dispatch.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); in CmdSetDepthWriteEnable()
1751 GetData(commandBuffer).dispatch.CmdSetDepthCompareOp(commandBuffer, depthCompareOp); in CmdSetDepthCompareOp()
1755GetData(commandBuffer).dispatch.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); in CmdSetDepthBoundsTestEnable()
1759 GetData(commandBuffer).dispatch.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); in CmdSetStencilTestEnable()
1763GetData(commandBuffer).dispatch.CmdSetStencilOp(commandBuffer, faceMask, failOp, passOp, depthFail… in CmdSetStencilOp()
1767GetData(commandBuffer).dispatch.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnab… in CmdSetRasterizerDiscardEnable()
1771 GetData(commandBuffer).dispatch.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); in CmdSetDepthBiasEnable()
1775GetData(commandBuffer).dispatch.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable… in CmdSetPrimitiveRestartEnable()
1779 …return GetData(device).dispatch.CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDat… in CreatePrivateDataSlot()
1783 GetData(device).dispatch.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); in DestroyPrivateDataSlot()
1787 …return GetData(device).dispatch.SetPrivateData(device, objectType, objectHandle, privateDataSlot, … in SetPrivateData()
1791GetData(device).dispatch.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); in GetPrivateData()
1795 GetData(commandBuffer).dispatch.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); in CmdCopyBuffer2()
1799 GetData(commandBuffer).dispatch.CmdCopyImage2(commandBuffer, pCopyImageInfo); in CmdCopyImage2()
1803 GetData(commandBuffer).dispatch.CmdBlitImage2(commandBuffer, pBlitImageInfo); in CmdBlitImage2()
1807 GetData(commandBuffer).dispatch.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); in CmdCopyBufferToImage2()
1811 GetData(commandBuffer).dispatch.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); in CmdCopyImageToBuffer2()
1815 GetData(commandBuffer).dispatch.CmdResolveImage2(commandBuffer, pResolveImageInfo); in CmdResolveImage2()
1819 GetData(commandBuffer).dispatch.CmdSetEvent2(commandBuffer, event, pDependencyInfo); in CmdSetEvent2()
1823 GetData(commandBuffer).dispatch.CmdResetEvent2(commandBuffer, event, stageMask); in CmdResetEvent2()
1827GetData(commandBuffer).dispatch.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfo… in CmdWaitEvents2()
1831 GetData(commandBuffer).dispatch.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); in CmdPipelineBarrier2()
1835 return GetData(queue).dispatch.QueueSubmit2(queue, submitCount, pSubmits, fence); in QueueSubmit2()
1839 GetData(commandBuffer).dispatch.CmdWriteTimestamp2(commandBuffer, stage, queryPool, query); in CmdWriteTimestamp2()
1843 GetData(commandBuffer).dispatch.CmdBeginRendering(commandBuffer, pRenderingInfo); in CmdBeginRendering()
1847 GetData(commandBuffer).dispatch.CmdEndRendering(commandBuffer); in CmdEndRendering()