Home
last modified time | relevance | path

Searched refs:tfeedback_candidate (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.h65 struct tfeedback_candidate struct
111 const tfeedback_candidate *find_candidate(gl_shader_program *prog, argument
113 void set_lowered_candidate(const tfeedback_candidate *candidate);
278 const tfeedback_candidate *matched_candidate;
Dlink_varyings.cpp1439 const tfeedback_candidate *
1464 (const tfeedback_candidate *) entry->data : NULL; in find_candidate()
1487 tfeedback_decl::set_lowered_candidate(const tfeedback_candidate *candidate) in set_lowered_candidate()
2467 tfeedback_candidate *candidate in visit_field()
2468 = rzalloc(this->mem_ctx, tfeedback_candidate); in visit_field()
2929 const tfeedback_candidate *matched_candidate in assign_varying_locations()
2957 tfeedback_candidate *new_candidate = NULL; in assign_varying_locations()
2966 new_candidate = rzalloc(mem_ctx, tfeedback_candidate); in assign_varying_locations()