Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.cpp470 LinkMismatchError AreMatchingInterfaceBlocks(const sh::InterfaceBlock &interfaceBlock1, in AreMatchingInterfaceBlocks() argument
476 if (interfaceBlock1.fields.size() != interfaceBlock2.fields.size()) in AreMatchingInterfaceBlocks()
480 if (interfaceBlock1.arraySize != interfaceBlock2.arraySize) in AreMatchingInterfaceBlocks()
484 if (interfaceBlock1.layout != interfaceBlock2.layout || in AreMatchingInterfaceBlocks()
485 interfaceBlock1.binding != interfaceBlock2.binding) in AreMatchingInterfaceBlocks()
489 if (interfaceBlock1.instanceName.empty() != interfaceBlock2.instanceName.empty()) in AreMatchingInterfaceBlocks()
493 const unsigned int numBlockMembers = static_cast<unsigned int>(interfaceBlock1.fields.size()); in AreMatchingInterfaceBlocks()
496 const sh::ShaderVariable &member1 = interfaceBlock1.fields[blockMemberIndex]; in AreMatchingInterfaceBlocks()