Searched refs:ContMask (Results 1 – 2 of 2) sorted by relevance
347 uint ContMask; /**< For loop CONT statements */ member
960 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…5199 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5242 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()5395 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5404 mach->ContMask = mach->ContStack[mach->ContStackTop - 1]; in exec_instruction()5417 mach->ContMask = mach->ContStack[--mach->ContStackTop]; in exec_instruction()5432 mach->ContMask &= ~mach->ExecMask; in exec_instruction()5456 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()5994 mach->ContMask = default_mask; in tgsi_exec_machine_setup_masks()