Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c413 bool needs_sorting = false; in rc_get_variables() local
418 needs_sorting = true; in rc_get_variables()
426 if (variable_list && needs_sorting) { in rc_get_variables()
/third_party/node/deps/v8/src/objects/
Delements.cc1228 bool needs_sorting = IsDictionaryElementsKind(kind()) || in PrependElementIndicesImpl() local
1232 needs_sorting ? GetKeysConversion::kKeepNumbers : convert, filter, in PrependElementIndicesImpl()
1235 if (needs_sorting) { in PrependElementIndicesImpl()