Home
last modified time | relevance | path

Searched refs:section_start (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.cc158 size_t section_start = 0; in SplitSections() local
176 section_start = line_count; in SplitSections()
186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
188 section_start = line_count; in SplitSections()
205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc186 const byte* section_start() const { return section_start_; } in section_start() function in v8::internal::wasm::__anond2c9f3f70211::WasmSectionIterator
1516 offset += section_iter.payload_start() - section_iter.section_start(); in DecodeModule()
2436 uint32_t section_start = decoder.pc_offset(); in DecodeCustomSections() local
2446 if (section_length < (payload_offset - section_start)) { in DecodeCustomSections()
2450 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()
2453 result.push_back({{section_start, section_length}, in DecodeCustomSections()