Searched refs:CondStackTop (Results 1 – 2 of 2) sorted by relevance
297 uint CondStackTop; member403 int CondStackTop; member
5495 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5506 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5513 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5538 mach->CondStackTop = 0; in exec_instruction()5551 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()5552 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()5593 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5594 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5615 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5616 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()[all …]