Searched refs:ExecMask (Results 1 – 2 of 2) sorted by relevance
960 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…1519 const uint execmask = mach->ExecMask; in get_index_registers()1561 const uint execmask = mach->ExecMask; in get_index_registers()1732 const uint execmask = mach->ExecMask; in store_dest_double()1753 const uint execmask = mach->ExecMask; in store_dest()1817 kilmask &= mach->ExecMask; in exec_kill_if()1831 mach->KillMask |= mach->ExecMask; in exec_kill()1849 if (mach->ExecMask) { in emit_vertex()1877 if (mach->ExecMask) { in emit_primitive()2001 const uint execmask = mach->ExecMask; in fetch_sampler_unit()[all …]
349 uint ExecMask; /**< = CondMask & LoopMask */ member