Searched refs:maxPushDescriptors (Results 1 – 16 of 16) sorted by relevance
962 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in anv_GetPhysicalDeviceProperties2KHR()
2812 s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n'; in toString()3289 if (pushDescriptorProperties[0].maxPushDescriptors < 32) in deviceProperties2()
2106 deUint32 maxPushDescriptors; member
5544 deUint32 maxPushDescriptors; member
5115 s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n';
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()[all …]
787 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in radv_GetPhysicalDeviceProperties2KHR()
4568 uint32_t maxPushDescriptors; member
5331 uint32_t maxPushDescriptors; member
5499 uint32_t maxPushDescriptors; member
38515 && ( maxPushDescriptors == rhs.maxPushDescriptors ); in operator ==()38528 uint32_t maxPushDescriptors; member
5451 uint32_t maxPushDescriptors; member
13193 : maxPushDescriptors( maxPushDescriptors_ ) in PhysicalDevicePushDescriptorPropertiesKHR()13215 maxPushDescriptors = maxPushDescriptors_; in setMaxPushDescriptors()13233 && ( maxPushDescriptors == rhs.maxPushDescriptors ); in operator ==()13246 uint32_t maxPushDescriptors; member
5541 uint32_t maxPushDescriptors; member
2478 … core_checks->phys_dev_ext_props.max_push_descriptors = push_descriptor_prop.maxPushDescriptors; in PostCallRecordCreateDevice()