Home
last modified time | relevance | path

Searched refs:CmdPushDescriptorSetWithTemplateKHR (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h575 PFN_vkCmdPushDescriptorSetWithTemplateKHR CmdPushDescriptorSetWithTemplateKHR; member
Dvk_dispatch_table_helper.h716 …table->CmdPushDescriptorSetWithTemplateKHR = (PFN_vkCmdPushDescriptorSetWithTemplateKHR) gpa(devic… in layer_init_device_dispatch_table()
717 …if (table->CmdPushDescriptorSetWithTemplateKHR == nullptr) { table->CmdPushDescriptorSetWithTempla… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c635 …table->CmdPushDescriptorSetWithTemplateKHR = (PFN_vkCmdPushDescriptorSetWithTemplateKHR)gdpa(dev, … in loader_init_device_extension_dispatch_table()
1684 … "CmdPushDescriptorSetWithTemplateKHR")) return (void *)table->CmdPushDescriptorSetWithTemplateKHR; in loader_lookup_device_dispatch_table()
2947 VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetWithTemplateKHR( in CmdPushDescriptorSetWithTemplateKHR() function
2960 …disp->CmdPushDescriptorSetWithTemplateKHR(commandBuffer, descriptorUpdateTemplate, layout, set, pD… in CmdPushDescriptorSetWithTemplateKHR()
8160 *addr = (void *)CmdPushDescriptorSetWithTemplateKHR; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c625 VKCTX(CmdPushDescriptorSetWithTemplateKHR)(bs->cmdbuf, pg->dd->templates[0], in zink_descriptors_update_lazy()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2840 - lavapipe: fix CmdPushDescriptorSetWithTemplateKHR with refcounting
D22.2.0.rst4406 - lavapipe: fix CmdPushDescriptorSetWithTemplateKHR with refcounting