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.c283 struct var_cmp { struct
291 const struct var_cmp *a = _a; in var_sort_cmp() argument
292 const struct var_cmp *b = _b; in var_sort_cmp()
307 struct var_cmp *vars = ralloc_array(shader, struct var_cmp, num_vars); in nir_sort_variables_with_modes()
311 vars[i++] = (struct var_cmp){ in nir_sort_variables_with_modes()