OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isScalarInt
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
Types.h
450
bool
isScalarInt
() const { return isScalar() && IsInteger(type); }
intermediate.h
325
bool
isScalarInt
() const { return type.
isScalarInt
(); }
Completed in 119 milliseconds