Searched refs:vars_read (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_access.c | 45 struct set *vars_read; member 65 _mesa_set_add(state->vars_read, var); in gather_buffer_access() 71 _mesa_set_add(state->vars_read, possible_var); in gather_buffer_access() 120 _mesa_set_add(state->vars_read, var); in gather_intrinsic() 214 else if ((access & ACCESS_RESTRICT) && !_mesa_set_search(state->vars_read, var)) in process_variable() 330 .vars_read = _mesa_pointer_set_create(NULL), in nir_opt_access() 378 _mesa_set_destroy(state.vars_read, NULL); in nir_opt_access()
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 460 int ver, we_require_it, we_mounted_it, ltp_dir_we_created_it, vars_read; in cgroup_parse_config_line() local 464 vars_read = sscanf(config_entry, CONFIG_FORMAT, in cgroup_parse_config_line() 468 if (vars_read != 7) in cgroup_parse_config_line()
|