Searched defs:function_ctx (Results 1 – 1 of 1) sorted by relevance
270 struct function_ctx { struct271 int pc;272 LLVMValueRef ret_mask;274 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING];275 int cond_stack_size;278 enum lp_exec_mask_break_type break_type_stack[LP_MAX_TGSI_NESTING];279 enum lp_exec_mask_break_type break_type;281 struct {287 } switch_stack[LP_MAX_TGSI_NESTING];288 int switch_stack_size;[all …]