Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VariableManager
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/
H
A
D
rsgVariableManager.cpp
224
VariableManager
::
VariableManager
(NameAllocator& nameAllocator)
in VariableManager()
function in rsg::VariableManager
233
VariableManager
::~
VariableManager
(void)
in ~VariableManager()
237
Variable*
VariableManager
::allocate (const VariableType& type)
in allocate()
242
Variable*
VariableManager
::allocate (const VariableType& type, Variable::Storage storage, const char* name)
in allocate()
265
void
VariableManager
::setStorage (Variable* variable, Variable::Storage storage)
in setStorage()
290
bool
VariableManager
::canDeclareInCurrentScope (const Variable* variable) const
in canDeclareInCurrentScope()
296
const vector<Variable*>&
VariableManager
::getLiveVariables (void) const
in getLiveVariables()
301
void
VariableManager
[all...]
H
A
D
rsgGeneratorState.hpp
37
class
VariableManager
;
67
VariableManager
& getVariableManager (void) { return *m_varManager; }
in getVariableManager()
68
const
VariableManager
& getVariableManager (void) const { return *m_varManager; }
in getVariableManager()
69
void setVariableManager (
VariableManager
& varManager) { m_varManager = &varManager; }
in setVariableManager()
96
VariableManager
* m_varManager;
H
A
D
rsgVariableManager.hpp
199
class
VariableManager
class
202
VariableManager
(NameAllocator& nameAllocator);
203
~
VariableManager
(void);
244
VariableManager
(const
VariableManager
& other);
245
VariableManager
& operator= (const
VariableManager
& other);
266
ValueEntryIterator<Filter>
VariableManager
::getBegin (Filter filter) const
in getBegin()
275
ValueEntryIterator<Filter>
VariableManager
::getEnd (Filter filter) const
in getEnd()
281
bool
VariableManager
[all...]
H
A
D
rsgShaderGenerator.hpp
49
VariableManager
m_varManager;
H
A
D
rsgShaderGenerator.cpp
79
const ValueEntry* findByName (
VariableManager
& varManager, const char* name)
in findByName()
H
A
D
rsgStatement.cpp
234
bool hasDeclarableVars (const
VariableManager
& varMgr)
in hasDeclarableVars()
H
A
D
rsgExpression.cpp
1424
static int countSamplers (const
VariableManager
& varManager, VariableType::Type samplerType)
in countSamplers()
Completed in 7 milliseconds