Searched refs:local_props (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 444 } local_props; in vn_physical_device_init_properties() local 451 VN_ADD_TO_PNEXT(local_props.id, ID_PROPERTIES, properties2); in vn_physical_device_init_properties() 452 VN_ADD_TO_PNEXT(local_props.subgroup, SUBGROUP_PROPERTIES, properties2); in vn_physical_device_init_properties() 453 VN_ADD_TO_PNEXT(local_props.point_clipping, POINT_CLIPPING_PROPERTIES, in vn_physical_device_init_properties() 455 VN_ADD_TO_PNEXT(local_props.multiview, MULTIVIEW_PROPERTIES, in vn_physical_device_init_properties() 457 VN_ADD_TO_PNEXT(local_props.protected_memory, in vn_physical_device_init_properties() 459 VN_ADD_TO_PNEXT(local_props.maintenance_3, MAINTENANCE_3_PROPERTIES, in vn_physical_device_init_properties() 463 VN_ADD_TO_PNEXT(local_props.driver, DRIVER_PROPERTIES, properties2); in vn_physical_device_init_properties() 464 VN_ADD_TO_PNEXT(local_props.float_controls, FLOAT_CONTROLS_PROPERTIES, in vn_physical_device_init_properties() 466 VN_ADD_TO_PNEXT(local_props.descriptor_indexing, in vn_physical_device_init_properties() [all …]
|