Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir.c370 struct var_cmp { struct
378 const struct var_cmp *a = _a; in var_sort_cmp() argument
379 const struct var_cmp *b = _b; in var_sort_cmp()
394 struct var_cmp *vars = ralloc_array(shader, struct var_cmp, num_vars); in nir_sort_variables_with_modes()
398 vars[i++] = (struct var_cmp){ in nir_sort_variables_with_modes()