Home
last modified time | relevance | path

Searched refs:new_candidate (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c2517 struct tfeedback_candidate *new_candidate = NULL; in assign_initial_varying_locations() local
2526 new_candidate = rzalloc(mem_ctx, struct tfeedback_candidate); in assign_initial_varying_locations()
2527 new_candidate->toplevel_var = new_var; in assign_initial_varying_locations()
2528 new_candidate->type = new_var->type; in assign_initial_varying_locations()
2529 new_candidate->struct_offset_floats = 0; in assign_initial_varying_locations()
2530 new_candidate->xfb_offset_floats = 0; in assign_initial_varying_locations()
2533 new_candidate); in assign_initial_varying_locations()
2535 xfb_decl_set_lowered_candidate(&xfb_decls[i], new_candidate); in assign_initial_varying_locations()
2536 matched_candidate = new_candidate; in assign_initial_varying_locations()
/third_party/toybox/toys/pending/
H A Ddiff.c123 static struct candidate * new_candidate (int i, int j, struct candidate* prev) in new_candidate() function
169 c = new_candidate(i , j, pr); in do_merge()
329 kcand[0] = new_candidate(0 , 0, NULL); in create_j_vector()
330 kcand[1] = new_candidate(file[0].len+1, file[1].len+1, NULL); //the fence in create_j_vector()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs261 let mut new_candidate = candidate.clone(); in unambiguous_prefixes() variables
262 new_candidate.truncate(i); in unambiguous_prefixes()
263 new_candidate.cut(); in unambiguous_prefixes()
264 old.push(new_candidate); in unambiguous_prefixes()

Completed in 8 milliseconds