Searched refs:copy_vk_struct_guts (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_device.c | 327 copy_vk_struct_guts(VkBaseOutStructure *dst, VkBaseInStructure *src, size_t struct_size) in copy_vk_struct_guts() function 384 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_feature_ext() 504 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_feature_ext() 572 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_property_ext() 667 copy_vk_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_property_ext()
|