Lines Matching refs:maintenance4Properties
1196 const VkPhysicalDeviceMaintenance4Properties& maintenance4Properties = context.getMaintenance4Properties();
1202 { PN(checkAlways), PN(maintenance4Properties.maxBufferSize), LIM_MIN_DEVSIZE(1<<30) },
1205 log << TestLog::Message << maintenance4Properties << TestLog::EndMessage;
4602 VkPhysicalDeviceMaintenance4Properties maintenance4Properties[count];
4623 deMemset(&maintenance4Properties[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceMaintenance4Properties ));
4731 maintenance4Properties[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES;
4732 maintenance4Properties[ndx].pNext = prev;
4733 prev = &maintenance4Properties[ndx];
4789 log << TestLog::Message << maintenance4Properties[0] << TestLog::EndMessage;
4998 (maintenance4Properties[0].maxBufferSize != maintenance4Properties[1].maxBufferSize))
6386 VkPhysicalDeviceMaintenance4Properties maintenance4Properties = initVulkanStructure(&texelBufferAlignmentProperties);
6387 extProperties = initVulkanStructure(&maintenance4Properties);
6450 if (maintenance4Properties.maxBufferSize != vulkan13Properties.maxBufferSize)