Searched refs:insert_sorted (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
H A D | lima_compiler_cmdline.c | 49 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted() function 68 insert_sorted(&new_list, var); in sort_varyings()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | cmdline.c | 48 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted() function 66 insert_sorted(&new_list, var); in sort_varyings()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 81 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted() function 99 insert_sorted(&new_list, var); in sort_varyings()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 69 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted() function 87 insert_sorted(&new_list, var); in sort_varyings()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 1434 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted() function 1464 insert_sorted(sorted_list, var); in sort_varyings()
|
Completed in 5 milliseconds