Lines Matching refs:tfeedback_decl
1506 class tfeedback_decl class
1511 static bool is_same(const tfeedback_decl &x, const tfeedback_decl &y);
1634 tfeedback_decl::init(struct gl_context *ctx, struct gl_shader_program *prog, in init()
1701 tfeedback_decl::is_same(const tfeedback_decl &x, const tfeedback_decl &y) in is_same()
1723 tfeedback_decl::assign_location(struct gl_context *ctx, in assign_location()
1800 tfeedback_decl::accumulate_num_outputs(struct gl_shader_program *prog, in accumulate_num_outputs()
1837 tfeedback_decl::store(struct gl_context *ctx, struct gl_shader_program *prog, in store()
1913 char **varying_names, tfeedback_decl *decls) in parse_tfeedback_decls()
1936 if (tfeedback_decl::is_same(decls[i], decls[j])) { in parse_tfeedback_decls()
2053 tfeedback_decl *tfeedback_decls) in assign_varying_locations()
2195 tfeedback_decl *tfeedback_decls) in store_tfeedback_info()
2392 tfeedback_decl *tfeedback_decls = NULL; in link_shaders()
2597 tfeedback_decls = ralloc_array(mem_ctx, tfeedback_decl, in link_shaders()