Searched refs:CondStackTop (Results 1 – 2 of 2) sorted by relevance
249 uint CondStackTop; member360 int CondStackTop; member
5179 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()5190 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5197 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5222 mach->CondStackTop = 0; in exec_instruction()5235 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()5236 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()5277 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5278 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()5292 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()5293 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()[all …]