Home
last modified time | relevance | path

Searched refs:add_dependency (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_scoreboard.cpp811 add_dependency(const unsigned *ids, dependency_list &deps, dependency dep)
1136 add_dependency(ids, deps[ip], dependency_for_read( in gather_inst_dependencies()
1149 add_dependency(ids, deps[ip], dep); in gather_inst_dependencies()
1154 add_dependency(ids, deps[ip], dependency_for_read( in gather_inst_dependencies()
1159 add_dependency(ids, deps[ip], in gather_inst_dependencies()
1166 add_dependency(ids, deps[ip], dependency_for_write(devinfo, inst, in gather_inst_dependencies()
1181 add_dependency(ids, deps[ip], dep); in gather_inst_dependencies()
1186 add_dependency(ids, deps[ip], dependency_for_write(devinfo, inst, in gather_inst_dependencies()
1234 add_dependency(ids, deps1[ip], dep); in allocate_inst_dependencies()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc699 file_descriptor_proto->add_dependency("custom_options.proto"); in TEST_F()
722 file_descriptor_proto->add_dependency("custom_options.proto"); in TEST_F()
781 file_descriptor_proto->add_dependency("baz.proto"); in TEST_F()
798 file_descriptor_proto->add_dependency("baz.proto"); in TEST_F()
853 file_descriptor_proto->add_dependency("baz.proto"); in TEST_F()
854 file_descriptor_proto->add_dependency("foo.proto"); in TEST_F()
872 file_descriptor_proto->add_dependency("foo.proto"); in TEST_F()
903 file_descriptor_proto->add_dependency("baz.proto"); in TEST_F()
937 file_descriptor_proto->add_dependency("unused.proto"); in TEST_F()
957 file_descriptor_proto->add_dependency("unuse in TEST_F()
[all...]
H A Dparser_unittest.cc2104 other_file.add_dependency(); in TEST_F()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c66 add_dependency(struct util_dynarray *table, unsigned index, uint16_t mask, midgard_instruction **instructions, unsigned child) in add_dependency() function
134 add_dependency(last_write, src, readmask, instructions, i); in mir_create_dependency_graph()
170 add_dependency(last_read, dest, mask, instructions, i); in mir_create_dependency_graph()
171 add_dependency(last_write, dest, mask, instructions, i); in mir_create_dependency_graph()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c186 add_dependency(struct util_dynarray *table, unsigned index, unsigned child, in add_dependency() function
242 add_dependency(last_write, ins->src[s].value + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
273 add_dependency(last_read, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
274 add_dependency(last_write, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
284 add_dependency(last_read, c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
285 add_dependency(last_write, c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc333 bar_file.add_dependency("foo.proto"); in SetUp()
1508 bar_file.add_dependency("foo.proto"); in SetUp()
2046 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()
2058 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()
3523 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST()
6539 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()
6666 output->add_dependency("error2.proto"); in FindFileByName()
6671 output->add_dependency("error.proto"); in FindFileByName()
7069 output->add_dependency(strings::Substitute("file$0.proto", i)); in PopulateFile()
H A Ddescriptor.pb.h631 std::string* add_dependency();
632 void add_dependency(const std::string& value);
633 void add_dependency(std::string&& value);
634 void add_dependency(const char* value);
635 void add_dependency(const char* value, size_t size);
6802 inline std::string* FileDescriptorProto::add_dependency() { in add_dependency() function in FileDescriptorProto
6838 inline void FileDescriptorProto::add_dependency(const std::string& value) { in add_dependency() function in FileDescriptorProto
6842 inline void FileDescriptorProto::add_dependency(std::string&& value) { in add_dependency() function in FileDescriptorProto
6846 inline void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function in FileDescriptorProto
6851 inline void FileDescriptorProto::add_dependency(cons in add_dependency() function in FileDescriptorProto
[all...]
H A Dextension_set_unittest.cc1170 dynamic_proto.add_dependency( in TEST()
H A Ddescriptor.cc2037 proto->add_dependency(dependency(i)->name()); in CopyTo()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp957 void add_dependency(uint32_t dst, uint32_t src);
H A Dspirv_cross.cpp4313 void Compiler::CombinedImageSamplerUsageHandler::add_dependency(uint32_t dst, uint32_t src) in add_dependency() function in Compiler::CombinedImageSamplerUsageHandler
4333 add_dependency(argument.id, arg[i]); in begin_function_scope()
4360 add_dependency(args[1], args[2]); in handle()

Completed in 69 milliseconds