Searched refs:section_id (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_section.py | 43 section_id: str 55 section_id = self.section_id.format(*match.groups()) 58 id=section_id, 69 section_id="{}", 76 section_id="{}", 83 section_id="post-{}",
|
H A D | gitlab_section.py | 48 section_id = f"{self.id}{collapsed}" 51 before_header = ":".join([preamble, timestamp, section_id])
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 448 binary::resource_id section_id = 0; 579 section_id, 602 binary::section text { section_id, binary::section::text_executable, header.num_bytes, {} }; 626 sym.reqd_work_group_size, section_id, 0, args); 628 section_id++;
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 721 int section_id) in writer_print_section_header() 730 wctx->section[wctx->level] = &wctx->sections[section_id]; in writer_print_section_header() 732 if (section_id == SECTION_ID_PACKETS_AND_FRAMES) { in writer_print_section_header() 736 wctx->nb_section_packet_frame = section_id == SECTION_ID_PACKET ? in writer_print_section_header() 746 int section_id = wctx->section[wctx->level]->id; in writer_print_section_footer() local 753 if (section_id == SECTION_ID_PACKET) wctx->nb_section_packet++; in writer_print_section_footer() 1936 static inline int show_tags(WriterContext *w, AVDictionary *tags, int section_id) in show_tags() argument 1943 writer_print_section_header(w, section_id); in show_tags() 2439 static int show_log(WriterContext *w, int section_ids, int section_id, int log_level) in show_log() argument 2451 writer_print_section_header(w, section_id); in show_log() 720 writer_print_section_header(WriterContext *wctx, int section_id) writer_print_section_header() argument 3415 int section_id; probe_file() local 3615 mark_section_show_entries(SectionID section_id, int show_all_entries, AVDictionary *entries) mark_section_show_entries() argument 4006 check_section_show_entries(int section_id) check_section_show_entries() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | streaming-decoder.cc | 157 SectionBuffer* CreateNewBuffer(uint32_t module_offset, uint8_t section_id, 725 uint32_t module_offset, uint8_t section_id, size_t length, in CreateNewBuffer() 730 module_offset, section_id, length, length_bytes)); in CreateNewBuffer() 724 CreateNewBuffer( uint32_t module_offset, uint8_t section_id, size_t length, base::Vector<const uint8_t> length_bytes) CreateNewBuffer() argument
|
H A D | wasm-engine.cc | 299 SectionCode section_id = SectionCode::kUnknownSectionCode; in PrefixHash() local 301 section_id = static_cast<SectionCode>(decoder.consume_u8()); in PrefixHash() 303 if (section_id == SectionCode::kCodeSectionCode) { in PrefixHash()
|
Completed in 17 milliseconds