Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp210 struct function_record struct
212 ir_function_signature* signature;
213 …variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
214 ir_variable* return_value;
215 bool lower_return;
216 unsigned nesting_depth;
218 function_record(ir_function_signature* p_signature = 0, in function_record() function
228 ir_variable* get_return_flag() in get_return_flag()
238 ir_variable* get_return_value() in get_return_value()