Lines Matching refs:hasDepth
1392 bool hasDepth;
1503 const bool hasDepth = formatData.hasDepth;
1505 VkImageAspectFlags aspectFlags = (hasDepth * VK_IMAGE_ASPECT_DEPTH_BIT) |
1507 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1;
1538 if (!hasDepth && (dResolve.flag != VK_RESOLVE_MODE_NONE) &&
1554 if (hasDepth)
1639 if (sampleCountNdx == 0 && imageDataNdx == 0 && hasDepth && sResolve.flag != VK_RESOLVE_MODE_NONE)
1687 const bool hasDepth = formatData.hasDepth;
1689 VkImageAspectFlags aspectFlags = (hasDepth * VK_IMAGE_ASPECT_DEPTH_BIT) |
1691 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1;
1713 if (!hasDepth && mode.flag == VK_RESOLVE_MODE_NONE)
1716 if (hasDepth)