Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehicleObjectPool.h266 bool check(std::vector<VecType>* vec, bool isVectorType) { in check()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehicleObjectPool.h266 bool check(std::vector<VecType>* vec, bool isVectorType) { in check()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp178 bool isVectorType(Type Ty) { in isVectorType() function
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h297 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h304 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function