Searched refs:CondStackTop (Results 1 – 2 of 2) sorted by relevance
249 uint CondStackTop; member360 int CondStackTop; member
5258 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5269 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5276 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5301 mach->CondStackTop = 0; in exec_instruction()5314 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()5315 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()5356 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5357 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5371 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5372 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()[all …]