Searched refs:ContMask (Results 1 – 2 of 2) sorted by relevance
401 uint ContMask; /**< For loop CONT statements */ member
955 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…5294 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5337 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()5501 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()5510 mach->ContMask = mach->ContStack[mach->ContStackTop - 1]; in exec_instruction()5523 mach->ContMask = mach->ContStack[--mach->ContStackTop]; in exec_instruction()5538 mach->ContMask &= ~mach->ExecMask; in exec_instruction()5562 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()6085 mach->ContMask = default_mask; in tgsi_exec_machine_setup_masks()