Lines Matching defs:function_names

340     std::vector<std::string> function_names;
341 add_function_names(function_names, function_count);
343 fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
349 check_custom_functions(env.vulkan_functions, inst.inst, phys_dev, custom_physical_device_functions{}, function_names,
358 std::vector<std::string> function_names;
359 add_function_names(function_names, function_count);
366 fill_implementation_functions(driver_0.physical_devices.at(0).custom_physical_device_functions, function_names,
368 fill_implementation_functions(driver_1.physical_devices.at(0).custom_physical_device_functions, function_names,
384 check_custom_functions(env.vulkan_functions, inst.inst, phys_dev_0, custom_physical_device_functions{}, function_names, 5,
386 check_custom_functions(env.vulkan_functions, inst.inst, phys_dev_1, custom_physical_device_functions{}, function_names, 5,
396 std::vector<std::string> function_names;
397 add_function_names(function_names, 1);
402 function_names.push_back(std::string("vkNotIntRealFuncTEST_0"));
406 VulkanFunction{function_names.back(), to_vkVoidFunction(funcs.func_zero)});
419 env.vulkan_functions.load(inst.inst, function_names.at(0).c_str());
428 std::vector<std::string> function_names;
429 add_function_names(function_names, function_count);
437 fill_implementation_functions(layer.custom_physical_device_implementation_functions, function_names,
445 layer_implementation_physical_device_functions{}, function_names, function_count);
453 std::vector<std::string> function_names;
454 add_function_names(function_names, function_count);
460 fill_implementation_functions(driver_0.physical_devices.at(0).custom_physical_device_functions, function_names,
462 fill_implementation_functions(driver_1.physical_devices.at(0).custom_physical_device_functions, function_names,
485 check_custom_functions(env.vulkan_functions, inst.inst, phys_dev_0, custom_physical_device_functions{}, function_names, 5,
487 check_custom_functions(env.vulkan_functions, inst.inst, phys_dev_1, custom_physical_device_functions{}, function_names, 5,
497 std::vector<std::string> function_names;
498 add_function_names(function_names, function_count);
506 fill_phys_dev_intercept_functions(layer, function_names, layer_intercept_physical_device_functions{}, function_count);
513 layer_intercept_physical_device_functions{}, function_names, function_count);
520 std::vector<std::string> function_names;
521 add_function_names(function_names, function_count);
522 fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
530 fill_phys_dev_intercept_functions(layer, function_names, layer_intercept_physical_device_functions{}, function_count);
537 function_names, function_count);
543 std::vector<std::string> function_names;
545 add_function_names(function_names, function_count);
563 fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
565 fill_phys_dev_intercept_functions(layer_0, function_names, layer_intercept_physical_device_functions{}, 5, i * 10);
566 fill_phys_dev_intercept_functions(layer_1, function_names, layer_intercept_physical_device_functions{}, 5, i * 10 + 5);
574 layer_intercept_physical_device_functions{}, function_names, 5, i * 10);
576 layer_intercept_physical_device_functions{}, function_names, 5, i * 10 + 5);
634 std::vector<std::string> function_names;
635 add_function_names(function_names, function_count);
638 fill_implementation_functions(driver.physical_devices.back().known_device_functions, function_names,
641 fill_implementation_functions(driver.physical_devices.back().known_device_functions, function_names,
655 fill_implementation_functions(layer_ptr->custom_device_implementation_functions, function_names,
657 fill_device_intercept_functions(*layer_ptr, function_names, layer_intercept_functions_type{}, 5, i * 10 + 5);
660 fill_implementation_functions(layer_ptr->custom_device_implementation_functions, function_names, custom_functions_type{},
663 fill_device_intercept_functions(*layer_ptr, function_names, layer_intercept_functions_type{}, function_count);
678 layer_implementation_functions_type{}, function_names, 5, i * 10);
682 function_names, function_count);
685 check_custom_functions(env.vulkan_functions, parent_type, dispatch_type, custom_functions_type{}, function_names,