Lines Matching refs:pStencilAttachment

8977    if (pRenderingInfo->pDepthAttachment || pRenderingInfo->pStencilAttachment) {
8980 : pRenderingInfo->pStencilAttachment;
8989 (pRenderingInfo->pStencilAttachment ? VK_IMAGE_ASPECT_STENCIL_BIT : 0)};
8996 if (pRenderingInfo->pStencilAttachment)
8998 pRenderingInfo->pStencilAttachment->clearValue.depthStencil.stencil;
9014 if (pRenderingInfo->pStencilAttachment) {
9015 att->stencilLoadOp = pRenderingInfo->pStencilAttachment->loadOp;
9016 att->stencilStoreOp = pRenderingInfo->pStencilAttachment->storeOp;
9035 if (pRenderingInfo->pDepthAttachment && pRenderingInfo->pStencilAttachment) {
9039 .stencilLayout = pRenderingInfo->pStencilAttachment->imageLayout};
9044 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->imageLayout,
9045 .stencilFinalLayout = pRenderingInfo->pStencilAttachment->imageLayout,
9051 (pRenderingInfo->pStencilAttachment &&
9052 pRenderingInfo->pStencilAttachment->resolveMode != VK_RESOLVE_MODE_NONE)) &&
9082 (pRenderingInfo->pStencilAttachment &&
9083 pRenderingInfo->pStencilAttachment->resolveMode != VK_RESOLVE_MODE_NONE)
9084 ? pRenderingInfo->pStencilAttachment->resolveMode
9089 if (pRenderingInfo->pDepthAttachment && pRenderingInfo->pStencilAttachment &&
9091 pRenderingInfo->pStencilAttachment->resolveMode != VK_RESOLVE_MODE_NONE) {
9095 .stencilLayout = pRenderingInfo->pStencilAttachment->resolveImageLayout};
9100 .stencilInitialLayout = pRenderingInfo->pStencilAttachment->resolveImageLayout,
9101 .stencilFinalLayout = pRenderingInfo->pStencilAttachment->resolveImageLayout,