Home
last modified time | relevance | path

Searched refs:UnmaterializedVariables (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp70 thread_local Variable::UnmaterializedVariables *Variable::unmaterializedVariables = nullptr;
72 void Variable::UnmaterializedVariables::add(const Variable *v) in add()
77 void Variable::UnmaterializedVariables::remove(const Variable *v) in remove()
86 void Variable::UnmaterializedVariables::clear() in clear()
91 void Variable::UnmaterializedVariables::materializeAll() in materializeAll()
DReactor.hpp162 class UnmaterializedVariables class in rr::Variable
177 static thread_local UnmaterializedVariables *unmaterializedVariables;
DSubzeroReactor.cpp934 Variable::unmaterializedVariables = new Variable::UnmaterializedVariables{}; in Nucleus()
DLLVMReactor.cpp541 Variable::unmaterializedVariables = new Variable::UnmaterializedVariables(); in Nucleus()