Home
last modified time | relevance | path

Searched refs:FuncStackTop (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h383 int FuncStackTop; member
Dtgsi_exec.c5274 assert(mach->FuncStackTop < TGSI_EXEC_MAX_CALL_NESTING); in exec_instruction()
5281 mach->FuncStack[mach->FuncStackTop++] = mach->FuncMask; in exec_instruction()
5329 assert(mach->FuncStackTop > 0); in exec_instruction()
5330 mach->FuncMask = mach->FuncStack[--mach->FuncStackTop]; in exec_instruction()
5543 assert(mach->FuncStackTop > 0); in exec_instruction()
5544 mach->FuncMask = mach->FuncStack[--mach->FuncStackTop]; in exec_instruction()