OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isScalarInt
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
intermediate.h
325
bool
isScalarInt
() const { return type.
isScalarInt
(); }
Types.h
450
bool
isScalarInt
() const { return isScalar() && IsInteger(type); }
ValidateLimitations.cpp
488
if (!index->
isScalarInt
()) {
ParseHelper.cpp
440
if (node->
isScalarInt
())
810
if (expr->getQualifier() != EvqConstExpr || constant == 0 || !constant->
isScalarInt
())
[
all
...]
Completed in 141 milliseconds