Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp182 bool isVectorType(Type Ty) { in isVectorType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h190 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function