OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIConst
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ConstantUnion.h
16
void
setIConst
(int i) {iConst = i; type = EbtInt; }
146
case EbtInt: returnValue.
setIConst
(iConst + constant.iConst); break;
159
case EbtInt: returnValue.
setIConst
(iConst - constant.iConst); break;
172
case EbtInt: returnValue.
setIConst
(iConst * constant.iConst); break;
185
case EbtInt: returnValue.
setIConst
(iConst % constant.iConst); break;
197
case EbtInt: returnValue.
setIConst
(iConst >> constant.iConst); break;
209
case EbtInt: returnValue.
setIConst
(iConst << constant.iConst); break;
221
case EbtInt: returnValue.
setIConst
(iConst & constant.iConst); break;
233
case EbtInt: returnValue.
setIConst
(iConst | constant.iConst); break;
245
case EbtInt: returnValue.
setIConst
(iConst ^ constant.iConst); break
[
all
...]
Intermediate.cpp
690
unionArray->
setIConst
(fields.offsets[i]);
[
all
...]
glslang.y
201
unionArray->
setIConst
($1.i);
324
unionArray->
setIConst
(fields.offsets[0]);
349
unionArray->
setIConst
(0);
355
unionArray->
setIConst
(fields.col * $1->getNominalSize() + fields.row);
390
unionArray->
setIConst
(i);
[
all
...]
Completed in 46 milliseconds