Lines Matching refs:testParameters
7616 TestParameters testParameters);
7643 DepthStencilMSAA::DepthStencilMSAA (Context& context, TestParameters testParameters)
7645 , m_params(testParameters)
7649 m_srcImage.format = testParameters.imageFormat;
7652 m_srcImage.operationLayout = testParameters.srcImageLayout;
7657 m_dstImage.format = testParameters.imageFormat;
7660 m_dstImage.operationLayout = testParameters.dstImageLayout;
7697 if (testParameters.copyOptions == DepthStencilMSAA::COPY_ARRAY_TO_ARRAY)
7714 if (testParameters.copyOptions == DepthStencilMSAA::COPY_PARTIAL)
7716 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT)
7728 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT)
7744 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT)
7748 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT)
7754 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT)
7759 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT)