Searched defs:function_ctx (Results 1 – 1 of 1) sorted by relevance
64 struct function_ctx { struct65 int pc;66 LLVMValueRef ret_mask;68 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING];69 int cond_stack_size;72 enum lp_exec_mask_break_type break_type_stack[LP_MAX_TGSI_NESTING];73 enum lp_exec_mask_break_type break_type;75 struct {81 } switch_stack[LP_MAX_TGSI_NESTING];82 int switch_stack_size;[all …]