Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp524 const sh::InterfaceBlock &interfaceBlock2, in AreMatchingInterfaceBlocks() argument
529 if (interfaceBlock1.fields.size() != interfaceBlock2.fields.size()) in AreMatchingInterfaceBlocks()
533 if (interfaceBlock1.arraySize != interfaceBlock2.arraySize) in AreMatchingInterfaceBlocks()
537 if (interfaceBlock1.layout != interfaceBlock2.layout || in AreMatchingInterfaceBlocks()
538 interfaceBlock1.binding != interfaceBlock2.binding) in AreMatchingInterfaceBlocks()
542 if (interfaceBlock1.instanceName.empty() != interfaceBlock2.instanceName.empty()) in AreMatchingInterfaceBlocks()
550 const sh::ShaderVariable &member2 = interfaceBlock2.fields[blockMemberIndex]; in AreMatchingInterfaceBlocks()