OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:explicit_location
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/glsl/
ast_type.cpp
110
if (q.flags.q.
explicit_location
)
ir_clone.cpp
61
var->
explicit_location
= this->
explicit_location
;
linker.cpp
214
if ((var->location >= generic_base) && !var->
explicit_location
)
446
if (var->
explicit_location
) {
447
if (existing->
explicit_location
456
existing->
explicit_location
= true;
[
all
...]
ast.h
384
unsigned
explicit_location
:1;
member in struct:ast_type_qualifier::__anon20944::__anon20945
419
* This field is only valid if \c
explicit_location
is set.
ir.h
428
unsigned
explicit_location
:1;
[
all
...]
builtin_variables.cpp
410
var->
explicit_location
= (slot >= 0);
[
all
...]
ir.cpp
[
all
...]
ast_to_hir.cpp
[
all
...]
Completed in 207 milliseconds