Lines Matching refs:resuming
3465 /* Assuming "secondary" is just a sequence of suspended and resuming passes,
3627 unreachable("resuming render pass is not preceded by suspending one");
3654 unreachable("suspending render pass is followed by a not resuming one");
3972 bool resuming = pRenderingInfo->flags & VK_RENDERING_RESUMING_BIT;
3975 cmd->state.resuming = resuming;
3978 * disable LRZ when resuming/suspending unless we can track on the GPU.
3980 if ((resuming || suspending) &&
3984 if (resuming)
4000 if (!resuming) {
4004 if (!resuming || cmd->state.suspend_resume == SR_NONE) {
4008 if (!resuming) {
4013 if (suspending && !resuming) {
4025 unreachable("suspending render pass not followed by resuming pass");
4030 if (resuming && cmd->state.suspend_resume == SR_NONE)
5203 if (cmd_buffer->state.resuming && !cmd_buffer->state.suspending) {
5214 unreachable("suspending render pass not followed by resuming pass");