Searched refs:push_descriptor_prop (Results 1 – 6 of 6) sorted by relevance
119 auto push_descriptor_prop = lvl_init_struct<VkPhysicalDevicePushDescriptorPropertiesKHR>(); in GetPushDescriptorProperties() local120 auto prop2 = lvl_init_struct<VkPhysicalDeviceProperties2KHR>(&push_descriptor_prop); in GetPushDescriptorProperties()122 return push_descriptor_prop; in GetPushDescriptorProperties()
6449 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local6450 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()6479 if (!(push_descriptor_prop.maxPushDescriptors == std::numeric_limits<uint32_t>::max())) { in TEST_F()6481 binding.descriptorCount = push_descriptor_prop.maxPushDescriptors + 1; in TEST_F()6872 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local6873 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
2295 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local2296 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()2373 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local2374 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()2469 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local2470 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
4481 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local4482 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
4138 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() local4139 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
2632 VkPhysicalDevicePushDescriptorPropertiesKHR push_descriptor_prop; in PostCallRecordCreateDevice() local2633 GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_khr_push_descriptor, &push_descriptor_prop); in PostCallRecordCreateDevice()2634 phys_dev_props->max_push_descriptors = push_descriptor_prop.maxPushDescriptors; in PostCallRecordCreateDevice()