Home
last modified time | relevance | path

Searched refs:ContMask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h347 uint ContMask; /**< For loop CONT statements */ member
H A Dtgsi_exec.c45 * ContMask) which are controlled by the flow control instructions (namely:
960 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
5199 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()
5242 mach->ContMask = mach->ContStack[mach->ContStackTop]; in exec_instruction()
5395 mach->ContStack[mach->ContStackTop++] = mach->ContMask; in exec_instruction()
5402 /* Restore ContMask, but don't pop */ in exec_instruction()
5404 mach->ContMask = mach->ContStack[mach->ContStackTop - 1]; in exec_instruction()
5415 /* pop ContMask */ in exec_instruction()
5417 mach->ContMask = mach->ContStack[--mach->ContStackTop]; in exec_instruction()
5432 mach->ContMask in exec_instruction()
[all...]

Completed in 9 milliseconds