Searched refs:push_descriptor_props (Results 1 – 6 of 6) sorted by relevance
2344 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local2345 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()2346 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
2533 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local2534 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()2535 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
2681 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local2682 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()2683 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
1138 VkPhysicalDevicePushDescriptorPropertiesKHR push_descriptor_props; member
1134 …alDeviceExtProperties(gpu, dev_ext.vk_khr_push_descriptor, &phys_dev_props->push_descriptor_props); in PostCallRecordCreateDevice()
5954 …phys_dev_ext_props.push_descriptor_props.maxPushDescriptors, IsExtEnabled(device_extensions.vk_ext… in PreCallValidateCreateDescriptorSetLayout()