Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c670 struct hash_table *tfeedback_candidates) in xfb_decl_find_candidate()
691 _mesa_hash_table_search(tfeedback_candidates, name); in xfb_decl_find_candidate()
1720 struct hash_table *tfeedback_candidates; member
1747 * tfeedback_candidates. This hash table maps varying names to instances of the
1826 _mesa_hash_table_insert(state->tfeedback_candidates, in tfeedback_candidate_generator()
2372 struct hash_table *tfeedback_candidates = in assign_initial_varying_locations() local
2445 state.tfeedback_candidates = tfeedback_candidates; in assign_initial_varying_locations()
2492 = xfb_decl_find_candidate(&xfb_decls[i], prog, tfeedback_candidates); in assign_initial_varying_locations()
2531 _mesa_hash_table_insert(tfeedback_candidates, in assign_initial_varying_locations()
668 xfb_decl_find_candidate(struct xfb_decl *xfb_decl, struct gl_shader_program *prog, struct hash_table *tfeedback_candidates) xfb_decl_find_candidate() argument
[all...]

Completed in 5 milliseconds