Searched refs:dsResolveProperties (Results 1 – 2 of 2) sorted by relevance
265 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in isFeaturesSupported() local266 deMemset(&dsResolveProperties, 0, sizeof(VkPhysicalDeviceDepthStencilResolveProperties)); in isFeaturesSupported()267 dsResolveProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES; in isFeaturesSupported()268 dsResolveProperties.pNext = DE_NULL; in isFeaturesSupported()272 deviceProperties.pNext = &dsResolveProperties; in isFeaturesSupported()284 !(depthResolveMode & dsResolveProperties.supportedDepthResolveModes)) in isFeaturesSupported()288 !(stencilResolveMode & dsResolveProperties.supportedStencilResolveModes)) in isFeaturesSupported()293 if (dsResolveProperties.independentResolveNone) in isFeaturesSupported()295 if ((!dsResolveProperties.independentResolve) && in isFeaturesSupported()301 else if (!dsResolveProperties.independentResolve && (depthResolveMode != stencilResolveMode)) in isFeaturesSupported()
1758 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in DepthResolveImagelessTestInstance() local1761 deMemset(&dsResolveProperties, 0, sizeof(dsResolveProperties)); in DepthResolveImagelessTestInstance()1764 deviceProperties.pNext = &dsResolveProperties; in DepthResolveImagelessTestInstance()1766 dsResolveProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES; in DepthResolveImagelessTestInstance()1767 dsResolveProperties.pNext = DE_NULL; in DepthResolveImagelessTestInstance()