Searched refs:pushDescriptorProperties (Results 1 – 1 of 1) sorted by relevance
3266 VkPhysicalDevicePushDescriptorPropertiesKHR pushDescriptorProperties[count]; in deviceProperties2() local3270 deMemset(&pushDescriptorProperties[ndx], 0, sizeof(VkPhysicalDevicePushDescriptorPropertiesKHR)); in deviceProperties2()3272 …pushDescriptorProperties[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES… in deviceProperties2()3273 pushDescriptorProperties[ndx].pNext = DE_NULL; in deviceProperties2()3275 extProperties.pNext = &pushDescriptorProperties[ndx]; in deviceProperties2()3279 pushDescriptorProperties[ndx].pNext = DE_NULL; in deviceProperties2()3282 …if (deMemCmp(&pushDescriptorProperties[0], &pushDescriptorProperties[1], sizeof(VkPhysicalDevicePu… in deviceProperties2()3287 log << TestLog::Message << toString(pushDescriptorProperties[0]) << TestLog::EndMessage; in deviceProperties2()3289 if (pushDescriptorProperties[0].maxPushDescriptors < 32) in deviceProperties2()