Re: [Mesa-dev] AMD Vulkan driver entry point

2020-08-15 Thread Bas Nieuwenhuizen
On Thu, Aug 13, 2020 at 6:57 PM vivek pandya 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

[Mesa-dev] AMD Vulkan driver entry point

2020-08-13 Thread vivek pandya
Hello, I found following function: src/amd/vulkan/radv_pipeline.c 4998:VkResult 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