Searched refs:CreateIndirectCommandsLayoutNV (Results 1 – 3 of 3) sorted by relevance
871 PFN_vkCreateIndirectCommandsLayoutNV CreateIndirectCommandsLayoutNV; member
1064 …table->CreateIndirectCommandsLayoutNV = (PFN_vkCreateIndirectCommandsLayoutNV) gpa(device, "vkCrea… in layer_init_device_dispatch_table()1065 …if (table->CreateIndirectCommandsLayoutNV == nullptr) { table->CreateIndirectCommandsLayoutNV = (P… in layer_init_device_dispatch_table()
931 …table->CreateIndirectCommandsLayoutNV = (PFN_vkCreateIndirectCommandsLayoutNV)gdpa(dev, "vkCreateI… in loader_init_device_extension_dispatch_table()1986 …rcmp(name, "CreateIndirectCommandsLayoutNV")) return (void *)table->CreateIndirectCommandsLayoutNV; in loader_lookup_device_dispatch_table()5951 VKAPI_ATTR VkResult VKAPI_CALL CreateIndirectCommandsLayoutNV( in CreateIndirectCommandsLayoutNV() function5963 …return disp->CreateIndirectCommandsLayoutNV(device, pCreateInfo, pAllocator, pIndirectCommandsLayo… in CreateIndirectCommandsLayoutNV()9111 *addr = (void *)CreateIndirectCommandsLayoutNV; in extension_instance_gpa()