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.cpp197 struct function_record struct
199 ir_function_signature* signature;
200 …variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
201 ir_variable* return_value;
202 unsigned nesting_depth;
204 function_record(ir_function_signature* p_signature = 0) in function_record() argument