Lines Matching defs:pointClippingProperties
4591 VkPhysicalDevicePointClippingProperties pointClippingProperties[count];
4612 deMemset(&pointClippingProperties[ndx], 0xFF*ndx, sizeof(VkPhysicalDevicePointClippingProperties ));
4660 pointClippingProperties[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES;
4661 pointClippingProperties[ndx].pNext = prev;
4662 prev = &pointClippingProperties[ndx];
4768 log << TestLog::Message << pointClippingProperties[0] << TestLog::EndMessage;
4835 (pointClippingProperties[0].pointClippingBehavior != pointClippingProperties[1].pointClippingBehavior))
6219 VkPhysicalDevicePointClippingProperties pointClippingProperties = initVulkanStructure(&subgroupProperties);
6220 VkPhysicalDeviceMultiviewProperties multiviewProperties = initVulkanStructure(&pointClippingProperties);
6258 if ((pointClippingProperties.pointClippingBehavior != vulkan11Properties.pointClippingBehavior))