Home
last modified time | relevance | path

Searched defs:needs_sorting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c403 bool needs_sorting = false; in rc_get_variables() local
/aosp_15_r20/external/perfetto/src/trace_processor/sorter/
H A Dtrace_sorter.h477 bool needs_sorting() const { return sort_start_idx_ != 0; } in needs_sorting() function