Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dlinker.cpp1506 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()
[all …]