Searched refs:ContMask (Results 1 – 2 of 2) sorted by relevance
287 uint ContMask; /**< For loop CONT statements */ member
489 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…3753 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()3788 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()3954 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()3963 mach->ContMask = mach->ContStack[mach->ContStackTop - 1]; in exec_instruction()3976 mach->ContMask = mach->ContStack[--mach->ContStackTop]; in exec_instruction()3991 mach->ContMask &= ~mach->ExecMask; in exec_instruction()4015 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()4242 mach->ContMask = 0xf; in tgsi_exec_machine_run()