Home
last modified time | relevance | path

Searched refs:ExecMask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c41 * control writing to destination registers. This is the ExecMask.
44 * The ExecMask is computed from three other masks (CondMask, LoopMask and
960 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
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()
1844 if ((mach->ExecMask in emit_vertex()
[all...]
H A Dtgsi_exec.h349 uint ExecMask; /**< = CondMask & LoopMask */ member

Completed in 9 milliseconds