Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp447 bool ShaderVariable::isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const in isSameInterfaceBlockFieldAtLinkTime() function in sh::ShaderVariable
553 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h164 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const;