Lines Matching refs:hasDepth
116 const bool hasDepth (tcu::hasDepthComponent(format.order));
119 if (hasDepth || hasStencil)
121 return (hasDepth ? VK_IMAGE_ASPECT_DEPTH_BIT : (VkImageAspectFlagBits)0u)
968 const bool hasDepth (tcu::hasDepthComponent(format.order));
993 hasDepth && hasStencil ? 2u : 1u,
1246 const bool hasDepth (tcu::hasDepthComponent(format.order));
1249 if (hasDepth || hasStencil)
1258 const bool hasDepth (tcu::hasDepthComponent(format.order));
1261 if (hasDepth && hasStencil && !separateStencilUsage)
1263 else if (hasDepth || hasStencil)