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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3601 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; local in function:exec_case
3622 mach->Switch.mask |= mask & prevMask;
3631 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; local in function:exec_default
3633 mach->Switch.mask |= ~mach->Switch.defaultMask & prevMask;
5677 uint prevMask; local in function:exec_instruction
5679 prevMask = mach->CondStack[mach->CondStackTop - 1];
5680 mach->CondMask = ~mach->CondMask & prevMask;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3391 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; local in function:exec_case
3412 mach->Switch.mask |= mask & prevMask;
3421 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; local in function:exec_default
3423 mach->Switch.mask |= ~mach->Switch.defaultMask & prevMask;
5387 uint prevMask; local in function:exec_instruction
5389 prevMask = mach->CondStack[mach->CondStackTop - 1];
5390 mach->CondMask = ~mach->CondMask & prevMask;

Completed in 18 milliseconds