Searched refs:funcName_len (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | unknown_function_handling.c | 160 size_t funcName_len = strlen(funcName) + 1; in loader_dev_ext_gpa_impl() local 162 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_dev_ext_gpa_impl() 167 loader_strncpy(inst->dev_ext_disp_functions[inst->dev_ext_disp_function_count], funcName_len, funcName, funcName_len); in loader_dev_ext_gpa_impl() 272 size_t funcName_len = strlen(funcName) + 1; in loader_phys_dev_ext_gpa_impl() local 274 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_phys_dev_ext_gpa_impl() 279 loader_strncpy(inst->phys_dev_ext_disp_functions[inst->phys_dev_ext_disp_function_count], funcName_len, funcName, in loader_phys_dev_ext_gpa_impl() 280 funcName_len); in loader_phys_dev_ext_gpa_impl()
|
Completed in 2 milliseconds