Home
last modified time | relevance | path

Searched defs:isVectorType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp178 bool isVectorType(Type Ty) { in isVectorType() function
/third_party/glslang/SPIRV/
DSpvBuilder.h225 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function