Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h65 struct tfeedback_candidate struct
105 const tfeedback_candidate *find_candidate(gl_shader_program *prog, argument
107 void set_lowered_candidate(const tfeedback_candidate *candidate);
272 const tfeedback_candidate *matched_candidate;
Dlink_varyings.cpp1364 const tfeedback_candidate *
1389 (const tfeedback_candidate *) entry->data : NULL; in find_candidate()
1412 tfeedback_decl::set_lowered_candidate(const tfeedback_candidate *candidate) in set_lowered_candidate()
2388 tfeedback_candidate *candidate in visit_field()
2389 = rzalloc(this->mem_ctx, tfeedback_candidate); in visit_field()
2819 const tfeedback_candidate *matched_candidate in assign_varying_locations()
2849 tfeedback_candidate *new_candidate = NULL; in assign_varying_locations()
2858 new_candidate = rzalloc(mem_ctx, tfeedback_candidate); in assign_varying_locations()