Home
last modified time | relevance | path

Searched defs:var_list (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_remove_dead_variables.c162 remove_dead_vars(struct exec_list *var_list, nir_variable_mode modes, in remove_dead_vars()
Dnir_lower_variable_initializers.c57 lower_const_initializer(struct nir_builder *b, struct exec_list *var_list, in lower_const_initializer()
Dnir_linking_helpers.c1434 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
Dnir.h782 #define nir_foreach_variable_in_list(var, var_list) \ argument
785 #define nir_foreach_variable_in_list_safe(var, var_list) \ argument
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c49 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c48 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c536 struct rc_list * var_list, in rc_variable_list_get_writers()
567 struct rc_list * var_list, in rc_variable_list_get_writers_one_reader()
Dr500_fragprog.c52 struct rc_list * var_list = rc_get_variables(c); in r500_transform_IF() local
Dradeon_optimize.c724 struct rc_list * var_list) in peephole_mul_omod()
996 struct rc_list * var_list = NULL; in rc_optimize() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp135 insert_uniform_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_uniform_sorted()
161 insert_fsoutput_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_fsoutput_sorted()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c81 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c69 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/libsnd/
Dmake_lite.py144 def remove_all_assignments_from_file (filename, var_list): argument
/third_party/skia/third_party/externals/tint/src/transform/
Dmultiplanar_external_texture.cc378 ast::VariableList var_list = { in createTexLdExt() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py117 def GetEnvironFallback(var_list, default): argument
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py117 def GetEnvironFallback(var_list, default): argument
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c5173 insert_sorted_by_binding(struct exec_list *var_list, nir_variable *new_var) in insert_sorted_by_binding()