Lines Matching refs:copyAspect
7331 VkImageAspectFlags copyAspect; member
7436 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()
7448 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()
7464 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()
7468 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()
7474 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()
7479 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()
8280 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) && !(context.getDeviceProperties().limits.fr… in checkSupport()
8283 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) && !(context.getDeviceProperties().limits.… in checkSupport()
8417 if (m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in initPrograms()
8426 if (m_params.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in initPrograms()
14831 testCreateParams.copyAspect = VK_IMAGE_ASPECT_DEPTH_BIT; in addDepthStencilCopyMSAATest()
14847 testCreateParams.copyAspect = VK_IMAGE_ASPECT_STENCIL_BIT; in addDepthStencilCopyMSAATest()