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.c489 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…
1218 const uint execmask = mach->ExecMask; in fetch_source()
1280 const uint execmask = mach->ExecMask; in fetch_source()
1361 uint execmask = mach->ExecMask; in store_dest()
1435 const uint execmask = mach->ExecMask; in store_dest()
1666 kilmask = mach->ExecMask; in exec_kilp()
1678 if (mach->ExecMask) { in emit_vertex()
1693 if (mach->ExecMask) { in emit_primitive()
3040 mach->LoopMask &= ~mach->ExecMask; in exec_break()
3723 if (mach->ExecMask) { in exec_instruction()
[all …]
Dtgsi_exec.h289 uint ExecMask; /**< = CondMask & LoopMask */ member