Home
last modified time | relevance | path

Searched refs:vk_copy_struct_guts (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c612 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_feature_ext()
732 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_feature_ext()
826 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_3_feature_ext()
895 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_1_property_ext()
990 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_2_property_ext()
1076 vk_copy_struct_guts(ext, (void *)core, sizeof(*core)); in vk_get_physical_device_core_1_3_property_ext()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.h118 vk_copy_struct_guts(VkBaseOutStructure *dst, VkBaseInStructure *src, size_t struct_size) in vk_copy_struct_guts() function