Searched defs:our_scope (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_constant_variable.cpp47 bool our_scope; member in struct:__anon14264::assignment_entry
82 entry->our_scope = true;
181 if (entry->assignment_count == 1 && entry->constval && entry->our_scope) {
/external/mesa3d/src/glsl/
H A Dopt_constant_variable.cpp47 bool our_scope; member in struct:__anon27675::assignment_entry
82 entry->our_scope = true;
181 if (entry->assignment_count == 1 && entry->constval && entry->our_scope) {
/external/chromium_org/tools/gn/
H A Dparse_tree.cc252 Scope our_scope(containing_scope);
253 Value ret = ExecuteBlockInScope(&our_scope, err);
258 our_scope.CheckForUnusedVars(err);
287 Value BlockNode::ExecuteBlockInScope(Scope* our_scope, Err* err) const { argument
298 cur->Execute(our_scope, err);

Completed in 147 milliseconds