MCPcopy Create free account

hub / github.com/Yours3lf/rpi-vk-driver / functions

Functions1,407 in github.com/Yours3lf/rpi-vk-driver

FunctionRPIFUNC(vkCmdDraw)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdDraw */
driver/draw.c:616
FunctionRPIFUNC(vkCmdDrawIndexed)
driver/draw.c:643
FunctionRPIFUNC(vkCmdDrawIndexedIndirect)
driver/draw.c:694
FunctionRPIFUNC(vkCmdDrawIndirect)
driver/draw.c:704
FunctionRPIFUNC(vkCmdEndQuery)
driver/query.c:115
FunctionRPIFUNC(vkCmdEndRenderPass)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdEndRenderPass */
driver/renderpass.c:311
FunctionRPIFUNC(vkCmdExecuteCommands)
driver/command.c:989
FunctionRPIFUNC(vkCmdFillBuffer)
driver/stateChange.c:796
FunctionRPIFUNC(vkCmdNextSubpass)
driver/renderpass.c:581
FunctionRPIFUNC(vkCmdPipelineBarrier)
driver/sync.c:106
FunctionRPIFUNC(vkCmdPushConstants)
driver/resource.c:539
FunctionRPIFUNC(vkCmdResetEvent)
driver/sync.c:511
FunctionRPIFUNC(vkCmdResetQueryPool)
driver/query.c:79
FunctionRPIFUNC(vkCmdResolveImage)
driver/copy.c:1282
FunctionRPIFUNC(vkCmdSetBlendConstants)
driver/stateChange.c:894
FunctionRPIFUNC(vkCmdSetDepthBias)
driver/stateChange.c:871
FunctionRPIFUNC(vkCmdSetDepthBounds)
driver/stateChange.c:913
FunctionRPIFUNC(vkCmdSetDeviceMask)
driver/command.c:1072
FunctionRPIFUNC(vkCmdSetEvent)
driver/sync.c:545
FunctionRPIFUNC(vkCmdSetLineWidth)
driver/stateChange.c:852
FunctionRPIFUNC(vkCmdSetScissor)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdSetScissor */
driver/stateChange.c:436
FunctionRPIFUNC(vkCmdSetStencilCompareMask)
driver/stateChange.c:934
FunctionRPIFUNC(vkCmdSetStencilReference)
driver/stateChange.c:992
FunctionRPIFUNC(vkCmdSetStencilWriteMask)
driver/stateChange.c:963
FunctionRPIFUNC(vkCmdSetViewport)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdSetViewport */
driver/stateChange.c:414
FunctionRPIFUNC(vkCmdUpdateBuffer)
driver/stateChange.c:810
FunctionRPIFUNC(vkCmdWaitEvents)
driver/sync.c:479
FunctionRPIFUNC(vkCmdWriteTimestamp)
driver/query.c:211
FunctionRPIFUNC(vkCreateBuffer)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateBuffer */
driver/resource.c:41
FunctionRPIFUNC(vkCreateBufferView)
driver/resource.c:163
FunctionRPIFUNC(vkCreateCommandPool)
driver/command.c:20
FunctionRPIFUNC(vkCreateComputePipelines)
driver/compute.c:8
FunctionRPIFUNC(vkCreateDescriptorPool)
driver/descriptorSet.c:5
FunctionRPIFUNC(vkCreateDescriptorSetLayout)
driver/descriptorSet.c:239
FunctionRPIFUNC(vkCreateDescriptorUpdateTemplate)
driver/descriptorSet.c:515
FunctionRPIFUNC(vkCreateDevice)
driver/device.c:250
FunctionRPIFUNC(vkCreateDisplayPlaneSurfaceKHR)
driver/wsi.c:110
FunctionRPIFUNC(vkCreateEvent)
driver/sync.c:519
FunctionRPIFUNC(vkCreateFence)
driver/sync.c:277
FunctionRPIFUNC(vkCreateFramebuffer)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateFramebuffer */
driver/renderpass.c:519
FunctionRPIFUNC(vkCreateGraphicsPipelines)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateGraphicsPipelines */
driver/pipeline.c:185
FunctionRPIFUNC(vkCreateImage)
driver/resource.c:218
FunctionRPIFUNC(vkCreateImageView)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateImageView */
driver/resource.c:10
FunctionRPIFUNC(vkCreateInstance)
driver/instance.c:107
FunctionRPIFUNC(vkCreatePipelineCache)
driver/pipeline.c:620
FunctionRPIFUNC(vkCreatePipelineLayout)
driver/pipeline.c:542
FunctionRPIFUNC(vkCreateQueryPool)
driver/query.c:26
FunctionRPIFUNC(vkCreateRenderPass)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateRenderPass */
driver/renderpass.c:344
FunctionRPIFUNC(vkCreateSampler)
driver/sampler.c:5
FunctionRPIFUNC(vkCreateSamplerYcbcrConversion)
driver/sampler.c:62
FunctionRPIFUNC(vkCreateSemaphore)
driver/sync.c:57
FunctionRPIFUNC(vkCreateShaderModule)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCreateShaderModule */
driver/shader.c:18
FunctionRPIFUNC(vkCreateSwapchainKHR)
driver/wsi.c:309
FunctionRPIFUNC(vkDestroyBuffer)
driver/resource.c:129
FunctionRPIFUNC(vkDestroyBufferView)
driver/resource.c:197
FunctionRPIFUNC(vkDestroyCommandPool)
driver/command.c:812
FunctionRPIFUNC(vkDestroyDescriptorPool)
driver/descriptorSet.c:394
FunctionRPIFUNC(vkDestroyDescriptorSetLayout)
driver/descriptorSet.c:452
FunctionRPIFUNC(vkDestroyDescriptorUpdateTemplate)
driver/descriptorSet.c:528
FunctionRPIFUNC(vkDestroyDevice)
driver/device.c:419
FunctionRPIFUNC(vkDestroyEvent)
driver/sync.c:503
FunctionRPIFUNC(vkDestroyFence)
driver/sync.c:309
FunctionRPIFUNC(vkDestroyFramebuffer)
driver/renderpass.c:562
FunctionRPIFUNC(vkDestroyImage)
driver/resource.c:303
FunctionRPIFUNC(vkDestroyImageView)
driver/resource.c:144
FunctionRPIFUNC(vkDestroyInstance)
driver/instance.c:271
FunctionRPIFUNC(vkDestroyPipeline)
driver/pipeline.c:487
FunctionRPIFUNC(vkDestroyPipelineCache)
driver/pipeline.c:534
FunctionRPIFUNC(vkDestroyPipelineLayout)
driver/pipeline.c:599
FunctionRPIFUNC(vkDestroyQueryPool)
driver/query.c:90
FunctionRPIFUNC(vkDestroyRenderPass)
driver/renderpass.c:485
FunctionRPIFUNC(vkDestroySampler)
driver/sampler.c:48
FunctionRPIFUNC(vkDestroySamplerYcbcrConversion)
driver/sampler.c:76
FunctionRPIFUNC(vkDestroySemaphore)
driver/sync.c:256
FunctionRPIFUNC(vkDestroyShaderModule)
driver/shader.c:462
FunctionRPIFUNC(vkDestroySurfaceKHR)
driver/wsi.c:140
FunctionRPIFUNC(vkDestroySwapchainKHR)
driver/wsi.c:585
FunctionRPIFUNC(vkDeviceWaitIdle)
driver/sync.c:213
FunctionRPIFUNC(vkEndCommandBuffer)
driver/command.c:280
FunctionRPIFUNC(vkEnumerateDeviceExtensionProperties)
driver/device.c:108
FunctionRPIFUNC(vkEnumerateDeviceLayerProperties)
driver/device.c:852
FunctionRPIFUNC(vkEnumerateInstanceExtensionProperties)
driver/instance.c:61
FunctionRPIFUNC(vkEnumerateInstanceLayerProperties)
driver/instance.c:511
FunctionRPIFUNC(vkEnumerateInstanceVersion)
driver/instance.c:288
FunctionRPIFUNC(vkEnumeratePhysicalDeviceGroups)
driver/device.c:445
FunctionRPIFUNC(vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR)
driver/device.c:183
FunctionRPIFUNC(vkEnumeratePhysicalDevices)
driver/device.c:13
FunctionRPIFUNC(vkFlushMappedMemoryRanges)
driver/memory.c:182
FunctionRPIFUNC(vkFreeCommandBuffers)
driver/command.c:773
FunctionRPIFUNC(vkFreeDescriptorSets)
driver/descriptorSet.c:471
FunctionRPIFUNC(vkFreeMemory)
driver/memory.c:162
FunctionRPIFUNC(vkGetBufferMemoryRequirements)
* https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkGetBufferMemoryRequirements */
driver/resource.c:71
FunctionRPIFUNC(vkGetBufferMemoryRequirements2)
driver/resource.c:87
FunctionRPIFUNC(vkGetDescriptorSetLayoutSupport)
driver/descriptorSet.c:549
FunctionRPIFUNC(vkGetDeviceGroupPeerMemoryFeatures)
driver/common.c:990
FunctionRPIFUNC(vkGetDeviceMemoryCommitment)
driver/memory.c:216
FunctionRPIFUNC(vkGetDeviceProcAddr)
driver/device.c:486
FunctionRPIFUNC(vkGetDeviceQueue)
driver/device.c:376
FunctionRPIFUNC(vkGetDeviceQueue2)
driver/device.c:395
FunctionRPIFUNC(vkGetDisplayModePropertiesKHR)
driver/wsi.c:62
← previousnext →801–900 of 1,407, ranked by callers