Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp529 InterfaceBlockMap *linkedBlocks, in ValidateGraphicsInterfaceBlocksPerShader() argument
532 ASSERT(linkedBlocks); in ValidateGraphicsInterfaceBlocksPerShader()
536 const auto &entry = linkedBlocks->find(block.name); in ValidateGraphicsInterfaceBlocksPerShader()
537 if (entry != linkedBlocks->end()) in ValidateGraphicsInterfaceBlocksPerShader()
553 (*linkedBlocks)[block.name] = std::make_pair(shaderType, &block); in ValidateGraphicsInterfaceBlocksPerShader()