Searched refs:to_remove (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c172 int to_remove = (max_size < max_entries) * max_entries/4; local in function:sanitize_cb
174 to_remove += hash_size - max_size;
175 while (to_remove) {
181 --to_remove;
H A Dcso_context.c229 int to_remove = (max_size < max_entries) * max_entries/4; local in function:sanitize_hash
235 to_remove += hash_size - max_size;
237 if (to_remove == 0)
260 while (to_remove) {
270 --to_remove;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c92 int to_remove = (max_size < max_entries) * max_entries/4; local in function:sanitize_cb
94 to_remove += hash_size - max_size;
95 while (to_remove) {
101 --to_remove;
H A Dcso_context.c170 int to_remove = (max_size < max_entries) * max_entries/4; local in function:sanitize_hash
176 to_remove += hash_size - max_size;
178 if (to_remove == 0)
201 while (to_remove) {
211 --to_remove;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp106 ir_variable *to_remove = entry->rhs_element[i]; local in function:__anon3d49c3040110::copy_propagation_state::erase
108 remove_unused_var_from_dsts(entry, var, to_remove);
145 ir_variable *to_remove = lhs_entry->rhs_element[i]; local in function:__anon3d49c3040110::copy_propagation_state::write_elements
149 remove_unused_var_from_dsts(lhs_entry, lhs, to_remove);
240 remove_from_dsts(ir_variable *var, ir_variable *to_remove) argument
244 _mesa_set_remove_key(entry->dsts, to_remove);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp106 ir_variable *to_remove = entry->rhs_element[i]; local in function:__anon073c3d110110::copy_propagation_state::erase
108 remove_unused_var_from_dsts(entry, var, to_remove);
145 ir_variable *to_remove = lhs_entry->rhs_element[i]; local in function:__anon073c3d110110::copy_propagation_state::write_elements
149 remove_unused_var_from_dsts(lhs_entry, lhs, to_remove);
240 remove_from_dsts(ir_variable *var, ir_variable *to_remove) argument
244 _mesa_set_remove_key(entry->dsts, to_remove);

Completed in 10 milliseconds