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.c1001 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…
1608 const uint execmask = mach->ExecMask; in get_index_registers()
1668 const uint execmask = mach->ExecMask; in get_index_registers()
1842 const uint execmask = mach->ExecMask; in store_dest_dstret()
1935 const uint execmask = mach->ExecMask; in store_dest_double()
1957 const uint execmask = mach->ExecMask; in store_dest()
2027 kilmask &= mach->ExecMask; in exec_kill_if()
2041 kilmask = mach->ExecMask; in exec_kill()
2060 if (mach->ExecMask) { in emit_vertex()
2088 if (mach->ExecMask) { in emit_primitive()
[all …]
Dtgsi_exec.h393 uint ExecMask; /**< = CondMask & LoopMask */ member