OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIConst
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h
25
int
getIConst
() { return iConst; }
28
int
getIConst
() const { return iConst; }
OutputGLSLBase.cpp
148
case EbtInt: out << pConstUnion->
getIConst
(); break;
256
const TField* field = structure->fields()[index->
getIConst
(0)];
279
switch (data.
getIConst
())
Intermediate.cpp
[
all
...]
intermediate.h
387
int
getIConst
(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].
getIConst
() : 0; }
ForLoopUnroll.cpp
213
return node->
getIConst
(0);
OutputHLSL.cpp
[
all
...]
intermOut.cpp
338
out << node->getUnionArrayPointer()[i].
getIConst
();
ParseContext.cpp
291
int value = (*p)->getAsTyped()->getAsConstantUnion()->
getIConst
(0);
684
size = constant->
getIConst
(0);
[
all
...]
Completed in 36 milliseconds