Home | History | Annotate | Download | only in glsl

Lines Matching defs:return_deref

654    ir_dereference_variable *return_deref = NULL;
659 return_deref = read_var_ref(s_return);
660 if (return_deref == NULL) {
695 if (callee->return_type == glsl_type::void_type && return_deref) {
698 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
703 return new(mem_ctx) ir_call(callee, return_deref, &parameters);