Lines Matching refs:isDepthFormat
1453 const bool isDepthFormat = tcu::hasDepthComponent(format.order);
1456 if (isDepthFormat && isStencilFormat)
2326 const bool isDepthFormat = tcu::hasDepthComponent(format.order);
2328 const deUint32 bindingCount = (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL)
2435 const bool isDepthFormat = tcu::hasDepthComponent(format.order);
2440 if (isDepthFormat && isStencilFormat)
4464 const bool isDepthFormat = tcu::hasDepthComponent(format.order);
4467 if (isDepthFormat || isStencilFormat)
4469 if (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)
4612 const bool isDepthFormat = tcu::hasDepthComponent(format.order);
4615 if (isDepthFormat || isStencilFormat)
4617 if (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)