Home
last modified time | relevance | path

Searched refs:dsResolveProperties (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp265 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in isFeaturesSupported() local
266 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()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1758 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in DepthResolveImagelessTestInstance() local
1761 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()