Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_print.c579 char components_local[18] = {'.' /* the rest is 0-filled */}; in print_var_decl() local
586 components_local[i + 1] = xyzw[i + var->data.location_frac]; in print_var_decl()
588 components = components_local; in print_var_decl()