OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNominalSize
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
BuiltInFunctionEmulator.cpp
330
if (param.
getNominalSize
() > 4)
349
function += param.
getNominalSize
() - 1;
360
param1.
getNominalSize
() != param2.
getNominalSize
() ||
361
param1.
getNominalSize
() > 4)
381
function += param1.
getNominalSize
() - 1;
VariableInfo.cpp
24
switch (type.
getNominalSize
()) {
31
switch (type.
getNominalSize
()) {
44
switch (type.
getNominalSize
()) {
57
switch (type.
getNominalSize
()) {
OutputHLSL.cpp
137
int elementSize = type.isMatrix() ? type.
getNominalSize
() : 1;
[
all
...]
OutputGLSLBase.cpp
230
maxSize = leftType.
getNominalSize
() - 1;
276
ASSERT(element->
getNominalSize
() == 1);
340
switch (node->getOperand()->getType().
getNominalSize
())
351
switch (node->getOperand()->getType().
getNominalSize
())
362
switch (node->getOperand()->getType().
getNominalSize
())
743
out << type.
getNominalSize
();
754
out << type.
getNominalSize
();
Intermediate.cpp
320
child->
getNominalSize
(),
512
TType type(promoteTo, node->getPrecision(), EvqTemporary, node->
getNominalSize
(), node->isMatrix(), node->isArray());
931
int size = std::max(left->
getNominalSize
(), right->
getNominalSize
());
971
if (left->
getNominalSize
() != right->
getNominalSize
()) {
974
if (left->
getNominalSize
() != 1 && right->
getNominalSize
() != 1)
[
all
...]
Types.h
118
int
getNominalSize
() const { return size; }
139
return
getNominalSize
();
ParseContext.cpp
399
if (node->getBasicType() == EbtInt && node->
getNominalSize
() == 1)
[
all
...]
intermediate.h
264
int
getNominalSize
() const { return type.
getNominalSize
(); }
SymbolTable.cpp
50
mangledName += static_cast<char>('0' +
getNominalSize
());
parseConst.cpp
122
matrixSize = node->getType().
getNominalSize
();
glslang.y
268
if (! context->parseVectorFields(*$3.string, $1->
getNominalSize
(), fields, @3)) {
290
if (! context->parseMatrixFields(*$3.string, $1->
getNominalSize
(), fields, @3)) {
305
$$->setType(TType($1->getBasicType(), $1->getPrecision(),EvqTemporary, $1->
getNominalSize
()));
308
unionArray->setIConst(fields.col * $1->
getNominalSize
() + fields.row);
[
all
...]
glslang_tab.cpp
[
all
...]
Completed in 57 milliseconds