Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h221 #define TGSI_EXEC_MAX_CALL_NESTING TGSI_EXEC_MAX_NESTING macro
382 uint FuncStack[TGSI_EXEC_MAX_CALL_NESTING];
386 struct tgsi_call_record CallStack[TGSI_EXEC_MAX_CALL_NESTING];
Dtgsi_exec.c5195 assert(mach->FuncStackTop < TGSI_EXEC_MAX_CALL_NESTING); in exec_instruction()