Searched refs:getDependencies (Results 1 – 15 of 15) sorted by relevance
604 const std::vector<SubpassDependency>& RenderPass::getDependencies (void) const in getDependencies() function in vkt::renderpass::RenderPass789 memoryBarriers.reserve(renderPassInfo.getDependencies().size()); in createRenderPass()790 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass()798 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass()
412 const std::vector<SubpassDependency>& getDependencies (void) const;
718 const vector<SubpassDependency>& getDependencies (void) const { return m_dependencies; } in getDependencies() function in vkt::__anonc44970a30111::RenderPass948 if (!renderPass.getDependencies().empty()) in logRenderPassInfo()952 for (size_t depNdx = 0; depNdx < renderPass.getDependencies().size(); depNdx++) in logRenderPassInfo()955 const SubpassDependency& dep = renderPass.getDependencies()[depNdx]; in logRenderPassInfo()1260 for (size_t depNdx = 0; depNdx < renderPassInfo.getDependencies().size(); depNdx++) in createRenderPass()1261 …dependencies.push_back(createSubpassDependency<SubpassDep>(renderPassInfo.getDependencies()[depNdx… in createRenderPass()
180 const TGLexer::DependenciesSetTy &getDependencies() const { in getDependencies() function181 return Lex.getDependencies(); in getDependencies()
75 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile()
104 const DependenciesSetTy &getDependencies() const { in getDependencies() function
136 for (FileDescriptor dependency : file.getDependencies()) { in addFile()
146 public List<FileDescriptor> getDependencies() { in getDependencies() method in Descriptors.FileDescriptor
193 final Set<T> dependencies = getDependencies(dependent);207 final Set<T> dependencies = getDependencies(dependent);
4429 Object getDependencies(Element dependent) {4433 /// Sets the value returned by [getDependencies] value for [dependent].4449 /// * [getDependencies], which returns the current value for a dependent4452 /// [getDependencies] value to decide if the dependent needs to be rebuilt.4464 /// [getDependencies].4475 /// * [getDependencies], which returns the current value for a dependent4492 /// [didChangeDependencies] based on the value of [getDependencies].4498 /// * [getDependencies], which returns the current value for a dependent
102 file.getDependencies()); in testFileDescriptor()
1923 Assert.assertEquals(1, file.getDependencies().size()); in ReflectionTester()1924 this.importFile = file.getDependencies().get(0); in ReflectionTester()1925 this.publicImportFile = importFile.getDependencies().get(0); in ReflectionTester()
104 assertEquals(Arrays.asList(UnittestImport.getDescriptor()), file.getDependencies()); in testFileDescriptor()
2704 Assert.assertEquals(1, file.getDependencies().size()); in ReflectionTester()2705 this.importFile = file.getDependencies().get(0); in ReflectionTester()2706 this.publicImportFile = importFile.getDependencies().get(0); in ReflectionTester()
589 for (FileDescriptor dependency : file.getDependencies()) { in addFile()