Lines Matching refs:hasStencil
117 const bool hasStencil (tcu::hasStencilComponent(format.order));
119 if (hasDepth || hasStencil)
122 | (hasStencil ? VK_IMAGE_ASPECT_STENCIL_BIT : (VkImageAspectFlagBits)0u);
969 const bool hasStencil (tcu::hasStencilComponent(format.order));
993 hasDepth && hasStencil ? 2u : 1u,
1247 const bool hasStencil (tcu::hasStencilComponent(format.order));
1249 if (hasDepth || hasStencil)
1259 const bool hasStencil (tcu::hasStencilComponent(format.order));
1261 if (hasDepth && hasStencil && !separateStencilUsage)
1263 else if (hasDepth || hasStencil)