[Mesa-dev] AMD Vulkan driver entry point

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Sat Aug 15 21:21:26 UTC 2020


On Thu, Aug 13, 2020 at 6:57 PM vivek pandya <vivekvpandya at gmail.com> wrote:
>
> Hello,
>
> I found following function:
>
> src/amd/vulkan/radv_pipeline.c
> 4998:VkResult radv_CreateGraphicsPipelines(

In src/amd/vulkan/radv_entrypoints_gen.py we generate a bunch of code
that implements the vkGet*ProcAddr lookup, and that generated code
will end up referencing radv_CreateGraphicsPipelines
>
> but I could not find any caller to this function. Can someone please explain how this works?
>
> Thanks,
> Vivek
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list