Lines Matching refs:uint
249 uint CondStackTop;
250 uint LoopStackTop;
251 uint ContStackTop;
254 uint ReturnAddr;
260 uint mask; /**< execution mask */
262 uint defaultMask; /**< non-execute mask for default case */
343 uint NonHelperMask; /**< non-helpers */
345 uint CondMask; /**< For IF/ELSE/ENDIF */
346 uint LoopMask; /**< For BGNLOOP/ENDLOOP */
347 uint ContMask; /**< For loop CONT statements */
348 uint FuncMask; /**< For function calls */
349 uint ExecMask; /**< = CondMask & LoopMask */
350 uint KillMask; /**< Mask of channels killed in the current shader execution */
359 uint CondStack[TGSI_EXEC_MAX_COND_NESTING];
363 uint LoopStack[TGSI_EXEC_MAX_LOOP_NESTING];
367 uint LoopLabelStack[TGSI_EXEC_MAX_LOOP_NESTING];
371 uint ContStack[TGSI_EXEC_MAX_LOOP_NESTING];
382 uint FuncStack[TGSI_EXEC_MAX_CALL_NESTING];
390 uint NumInstructions;
393 uint NumDeclarations;
418 uint