OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:return_deref
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp
618
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
, ¶meters);
ir.h
1130
ir_dereference_variable *
return_deref
,
1132
:
return_deref
(
return_deref
), callee(callee)
1182
ir_dereference_variable *
return_deref
;
member in class:ir_call
[
all
...]
/external/mesa3d/src/glsl/
ir_reader.cpp
618
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
, ¶meters);
ir.h
1130
ir_dereference_variable *
return_deref
,
1132
:
return_deref
(
return_deref
), callee(callee)
1182
ir_dereference_variable *
return_deref
;
member in class:ir_call
[
all
...]
Completed in 118 milliseconds