MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / sameTensorBaseTypeARM

Method sameTensorBaseTypeARM

glslang/Include/Types.h:3023–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3021 }
3022
3023 bool sameTensorBaseTypeARM(const TType &right) const {
3024 return (typeParameters == nullptr || right.typeParameters == nullptr ||
3025 (tensorRankARM == right.tensorRankARM && getBasicType() == right.getBasicType()));
3026 }
3027
3028 bool sameCoopVecBaseType(const TType &right) const {
3029 bool rv = false;

Callers 2

findFunction400Method · 0.80

Calls 1

getBasicTypeMethod · 0.45

Tested by

no test coverage detected