Searched refs:CondStackTop (Results 1 – 2 of 2) sorted by relevance
319 uint CondStackTop; member413 int CondStackTop; member
5274 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5285 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5292 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5317 mach->CondStackTop = 0; in exec_instruction()5330 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()5331 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()5372 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5373 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5394 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5395 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()[all …]