HomeSort by relevance Sort by last modified time
    Searched refs:CondMask (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 395 uint CondMask; /**< For IF/ELSE/ENDIF */
399 uint ExecMask; /**< = CondMask & LoopMask */
tgsi_exec.c 44 * The ExecMask is computed from three other masks (CondMask, LoopMask and
967 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
    [all...]

Completed in 277 milliseconds