Searched refs:isSameInterfaceBlockFieldAtLinkTime (Results 1 – 4 of 4) sorted by relevance
163 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const;
393 bool InterfaceBlockField::isSameInterfaceBlockFieldAtLinkTime( in isSameInterfaceBlockFieldAtLinkTime() function in sh::InterfaceBlockField501 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()
436 bool ShaderVariable::isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const in isSameInterfaceBlockFieldAtLinkTime() function in sh::ShaderVariable536 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()
238 bool isSameInterfaceBlockFieldAtLinkTime(const InterfaceBlockField &other) const;