Home
last modified time | relevance | path

Searched refs:VariableScope (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp60 class VariableScope class
63 VariableScope (void);
64 ~VariableScope (void);
76 VariableScope (const VariableScope& other);
77 VariableScope& operator= (const VariableScope& other);
222 void pushVariableScope (VariableScope& scope);
241 VariableScope& getCurVariableScope (void) { return *m_variableScopeStack.back(); } in getCurVariableScope()
242 const VariableScope& getCurVariableScope (void) const { return *m_variableScopeStack.back(); } in getCurVariableScope()
247 std::vector<VariableScope*> m_variableScopeStack;
DrsgVariableManager.cpp101 VariableScope::VariableScope (void) in VariableScope() function in rsg::VariableScope
105 VariableScope::~VariableScope (void) in ~VariableScope()
114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char*… in allocate()
129 void VariableScope::declare (Variable* variable) in declare()
135 void VariableScope::removeLive (const Variable* variable) in removeLive()
244 VariableScope& varScope = getCurVariableScope(); in allocate()
387 void VariableManager::pushVariableScope (VariableScope& scope) in pushVariableScope()
398 VariableScope& curScope = getCurVariableScope(); in popVariableScope()
404 VariableScope& parentScope = *m_variableScopeStack[m_variableScopeStack.size()-2]; in popVariableScope()
DrsgShader.hpp103 VariableScope& getGlobalScope (void) { return m_globalScope; } in getGlobalScope()
120 VariableScope m_globalScope;
DrsgStatement.hpp106 VariableScope m_scope;
DrsgShaderGenerator.cpp176 VariableScope& globalVariableScope = shader.getGlobalScope(); in generate()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h36 template <class Emitter> class VariableScope; variable
161 friend class VariableScope<Emitter>;
225 VariableScope<Emitter> *VarScope = nullptr;
241 template <class Emitter> class VariableScope {
243 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
264 VariableScope *getParent() { return Parent; } in getParent()
267 VariableScope(ByteCodeExprGen<Emitter> *Ctx) in VariableScope() function
275 VariableScope *Parent;
282 template <class Emitter> class LocalScope : public VariableScope<Emitter> {
284 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope()
DByteCodeExprGen.cpp569 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-variable-scope.pbtxt1 path: "tensorflow.VariableScope"
3 is_instance: "<class \'tensorflow.python.ops.variable_scope.VariableScope\'>"
Dtensorflow.pbtxt312 name: "VariableScope"
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1104 class VariableScope(object): class
1423 self.current_scope = VariableScope(False)
1924 if isinstance(self._name_or_scope, VariableScope):
1931 variable_scope_object = VariableScope(
1972 if isinstance(self._name_or_scope, VariableScope):
1990 variable_scope_object = VariableScope(
2028 if isinstance(self._name_or_scope, VariableScope):
2378 (VariableScope,) + six.string_types):
/external/caliper/lib/
Djava-allocation-instrumenter-2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dbase.py256 if isinstance(name, vs.VariableScope):
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...