Searched refs:copy_vk_struct_guts (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 531 copy_vk_struct_guts(VkBaseOutStructure *dst, VkBaseInStructure *src, size_t struct_size) in copy_vk_struct_guts() function 588 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_feature_ext() 708 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_feature_ext() 802 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_3_feature_ext() 871 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_property_ext() 966 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_property_ext() 1052 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_3_property_ext()
|