Lines Matching refs:maxPushDescriptors
16136 … (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0); in TEST_F()
28349 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
28378 if (!(push_descriptor_prop.maxPushDescriptors == std::numeric_limits<uint32_t>::max())) { in TEST_F()
28380 binding.descriptorCount = push_descriptor_prop.maxPushDescriptors + 1; in TEST_F()
28789 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
28847 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29162 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29211 (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0)) { in TEST_F()
29307 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29373 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
32732 … push_descriptor_found = GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0; in TEST_F()