Searched refs:line_start (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dglsl_scraper.py162 line_start = 0
163 while line_start < len(self.dwords):
165 for i in range(line_start, min(line_start + 6, len(self.dwords))):
167 line_start += 6
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3532 const char* line_start = buf + LineOffsets[line_no]; local in function:ExampleAppLog::Draw
3534 if (Filter.PassFilter(line_start, line_end))
3535 ImGui::TextUnformatted(line_start, line_end);
3555 const char* line_start = buf + LineOffsets[line_no]; local in function:ExampleAppLog::Draw
3557 ImGui::TextUnformatted(line_start, line_end);
H A Dimgui.cpp8813 const char* line_start = text_remaining; local in function:ImGui::LogRenderedText
8814 const char* line_end = ImStreolRange(line_start, text_end);
8815 const bool is_first_line = (line_start == text);
8817 if (!is_last_line || (line_start != line_end))
8819 const int char_count = (int)(line_end - line_start);
8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start);
8823 LogText(" %.*s", char_count, line_start);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8813 const char* line_start = text_remaining; local in function:ImGui::LogRenderedText
8814 const char* line_end = ImStreolRange(line_start, text_end);
8815 const bool is_first_line = (line_start == text);
8817 if (!is_last_line || (line_start != line_end))
8819 const int char_count = (int)(line_end - line_start);
8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start);
8823 LogText(" %.*s", char_count, line_start);

Completed in 42 milliseconds