Searched refs:VN_ADD_TO_PNEXT (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 28 #define VN_ADD_TO_PNEXT(elem, s_type, head) \ macro 35 if (ext) VN_ADD_TO_PNEXT(elem, s_type, head) 76 VN_ADD_TO_PNEXT(feats->vulkan_1_1, VULKAN_1_1_FEATURES, features2); in vn_physical_device_init_features() 77 VN_ADD_TO_PNEXT(feats->vulkan_1_2, VULKAN_1_2_FEATURES, features2); in vn_physical_device_init_features() 80 VN_ADD_TO_PNEXT(local_feats.sixteen_bit_storage, 16BIT_STORAGE_FEATURES, in vn_physical_device_init_features() 82 VN_ADD_TO_PNEXT(local_feats.multiview, MULTIVIEW_FEATURES, features2); in vn_physical_device_init_features() 83 VN_ADD_TO_PNEXT(local_feats.variable_pointers, in vn_physical_device_init_features() 85 VN_ADD_TO_PNEXT(local_feats.protected_memory, PROTECTED_MEMORY_FEATURES, in vn_physical_device_init_features() 87 VN_ADD_TO_PNEXT(local_feats.sampler_ycbcr_conversion, in vn_physical_device_init_features() 89 VN_ADD_TO_PNEXT(local_feat in vn_physical_device_init_features() [all...] |
Completed in 2 milliseconds