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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.h57 * Then there would be tfeedback_candidate objects corresponding to the
65 struct tfeedback_candidate struct
111 const tfeedback_candidate *find_candidate(gl_shader_program *prog,
113 void set_lowered_candidate(const tfeedback_candidate *candidate);
275 * If find_candidate() has been called, pointer to the tfeedback_candidate
278 const tfeedback_candidate *matched_candidate;
H A Dlink_varyings.cpp1439 const tfeedback_candidate *
1464 (const tfeedback_candidate *) entry->data : NULL;
1487 tfeedback_decl::set_lowered_candidate(const tfeedback_candidate *candidate)
2417 * Visitor class that generates tfeedback_candidate structs describing all
2420 * tfeedback_candidate structs are stored in the hash table
2422 * maps varying names to instances of the tfeedback_candidate struct.
2467 tfeedback_candidate *candidate
2468 = rzalloc(this->mem_ctx, tfeedback_candidate);
2510 * Hash table in which tfeedback_candidate objects should be stored.
2929 const tfeedback_candidate *matched_candidat
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h57 * Then there would be tfeedback_candidate objects corresponding to the
65 struct tfeedback_candidate struct
105 const tfeedback_candidate *find_candidate(gl_shader_program *prog,
263 * If find_candidate() has been called, pointer to the tfeedback_candidate
266 const tfeedback_candidate *matched_candidate;
H A Dlink_varyings.cpp1331 const tfeedback_candidate *
1356 (const tfeedback_candidate *) entry->data : NULL;
2237 * Visitor class that generates tfeedback_candidate structs describing all
2240 * tfeedback_candidate structs are stored in the hash table
2242 * maps varying names to instances of the tfeedback_candidate struct.
2285 tfeedback_candidate *candidate
2286 = rzalloc(this->mem_ctx, tfeedback_candidate);
2302 * Hash table in which tfeedback_candidate objects should be stored.
2706 const tfeedback_candidate *matched_candidate

Completed in 11 milliseconds