Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c967 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…
1637 const uint execmask = mach->ExecMask; in fetch_source_d()
1698 const uint execmask = mach->ExecMask; in fetch_source_d()
1789 uint execmask = mach->ExecMask; in store_dest_dstret()
1863 const uint execmask = mach->ExecMask; in store_dest_dstret()
2005 const uint execmask = mach->ExecMask; in store_dest_double()
2028 const uint execmask = mach->ExecMask; in store_dest()
2099 kilmask &= mach->ExecMask; in exec_kill_if()
2114 kilmask = mach->ExecMask; in exec_kill()
2126 if (mach->ExecMask) { in emit_vertex()
[all …]
Dtgsi_exec.h399 uint ExecMask; /**< = CondMask & LoopMask */ member