Searched refs:GetDescriptorSetLayoutSupportKHR (Results 1 – 3 of 3) sorted by relevance
621 PFN_vkGetDescriptorSetLayoutSupportKHR GetDescriptorSetLayoutSupportKHR; member
764 …table->GetDescriptorSetLayoutSupportKHR = (PFN_vkGetDescriptorSetLayoutSupportKHR) gpa(device, "vk… in layer_init_device_dispatch_table()765 …if (table->GetDescriptorSetLayoutSupportKHR == nullptr) { table->GetDescriptorSetLayoutSupportKHR … in layer_init_device_dispatch_table()
681 …table->GetDescriptorSetLayoutSupportKHR = (PFN_vkGetDescriptorSetLayoutSupportKHR)gdpa(dev, "vkGet… in loader_init_device_extension_dispatch_table()1730 …(name, "GetDescriptorSetLayoutSupportKHR")) return (void *)table->GetDescriptorSetLayoutSupportKHR; in loader_lookup_device_dispatch_table()3353 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupportKHR( in GetDescriptorSetLayoutSupportKHR() function3364 disp->GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); in GetDescriptorSetLayoutSupportKHR()8288 *addr = (void *)GetDescriptorSetLayoutSupportKHR; in extension_instance_gpa()