Home
last modified time | relevance | path

Searched refs:compareQualifiers (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6765 compareQualifiers = [&](TType& lhs, TType& rhs) -> bool { in shareStructBufferType() local
6777 if (!compareQualifiers(*(*lhs.getStruct())[i].type, *(*rhs.getStruct())[i].type)) in shareStructBufferType()
6785 const auto typeEqual = [compareQualifiers](TType& lhs, TType& rhs) -> bool { in shareStructBufferType()
6791 return compareQualifiers(lhs, rhs) && lhs == rhs; in shareStructBufferType()