Lines Matching refs:hasDepth
1392 bool hasDepth; in initTests() member
1501 const bool hasDepth = formatData.hasDepth; in initTests() local
1503 VkImageAspectFlags aspectFlags = (hasDepth * VK_IMAGE_ASPECT_DEPTH_BIT) | in initTests()
1505 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1; in initTests()
1536 if (!hasDepth && (dResolve.flag != VK_RESOLVE_MODE_NONE) && in initTests()
1552 if (hasDepth) in initTests()
1637 … if (sampleCountNdx == 0 && imageDataNdx == 0 && hasDepth && sResolve.flag != VK_RESOLVE_MODE_NONE) in initTests()
1685 const bool hasDepth = formatData.hasDepth; in initTests() local
1687 VkImageAspectFlags aspectFlags = (hasDepth * VK_IMAGE_ASPECT_DEPTH_BIT) | in initTests()
1689 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1; in initTests()
1711 if (!hasDepth && mode.flag == VK_RESOLVE_MODE_NONE) in initTests()
1714 if (hasDepth) in initTests()