Home
last modified time | relevance | path

Searched defs:function_ctx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h64 struct function_ctx { struct
65 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 …]