Searched refs:linkedBlocks (Results 1 – 1 of 1) sorted by relevance
529 InterfaceBlockMap *linkedBlocks, in ValidateGraphicsInterfaceBlocksPerShader() argument532 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()