Searched defs:return_deref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_reader.cpp618 ir_dereference_variable *return_deref = NULL; local
623 return_deref = read_var_ref(s_return);
624 if (return_deref == NULL) {
659 if (callee->return_type == glsl_type::void_type && return_deref) {
662 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
667 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
H A Dir.h1130 ir_dereference_variable *return_deref,
1132 : return_deref(return_deref), callee(callee)
1174 * storing the return value in return_deref.
1182 ir_dereference_variable *return_deref; member in class:ir_call
1129 ir_call(ir_function_signature *callee, ir_dereference_variable *return_deref, exec_list *actual_parameters) argument
/external/mesa3d/src/glsl/
H A Dir_reader.cpp618 ir_dereference_variable *return_deref = NULL; local
623 return_deref = read_var_ref(s_return);
624 if (return_deref == NULL) {
659 if (callee->return_type == glsl_type::void_type && return_deref) {
662 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
667 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
H A Dir.h1130 ir_dereference_variable *return_deref,
1132 : return_deref(return_deref), callee(callee)
1174 * storing the return value in return_deref.
1182 ir_dereference_variable *return_deref; member in class:ir_call
1129 ir_call(ir_function_signature *callee, ir_dereference_variable *return_deref, exec_list *actual_parameters) argument

Completed in 715 milliseconds