Searched refs:ForeachBlockDependency (Results 1 – 2 of 2) sorted by relevance
160 void SpirvShader::Function::ForeachBlockDependency(Block::ID blockId, std::function<void(Block::ID)… in ForeachBlockDependency() function in sw::SpirvShader::Function248 function.ForeachBlockDependency(id, [&](Block::ID dep) { in EmitBlocks()
403 void ForeachBlockDependency(Block::ID blockId, std::function<void(Block::ID)> f) const;