Lines Matching refs:hasStencil
1393 bool hasStencil;
1504 const bool hasStencil = formatData.hasStencil;
1506 (hasStencil * VK_IMAGE_ASPECT_STENCIL_BIT);
1507 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1;
1544 if (!hasStencil && (sResolve.flag != VK_RESOLVE_MODE_NONE) &&
1598 if (hasStencil)
1688 const bool hasStencil = formatData.hasStencil;
1690 (hasStencil * VK_IMAGE_ASPECT_STENCIL_BIT);
1691 const int separateLayoutsLoopCount = (hasDepth && hasStencil) ? 2 : 1;
1710 if (!hasStencil && mode.flag == VK_RESOLVE_MODE_NONE)
1750 if (hasStencil)