Searched refs:ContMask (Results 1 – 2 of 2) sorted by relevance
391 uint ContMask; /**< For loop CONT statements */ member
1001 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…5515 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5558 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()5722 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5731 mach->ContMask = mach->ContStack[mach->ContStackTop - 1]; in exec_instruction()5744 mach->ContMask = mach->ContStack[--mach->ContStackTop]; in exec_instruction()5759 mach->ContMask &= ~mach->ExecMask; in exec_instruction()5783 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()6321 mach->ContMask = default_mask; in tgsi_exec_machine_setup_masks()