Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1461 class varying_matches class
1464 varying_matches(bool disable_varying_packing, bool xfb_enabled,
1468 ~varying_matches();
1575 varying_matches::varying_matches(bool disable_varying_packing, in varying_matches() function in varying_matches
1598 varying_matches::~varying_matches() in ~varying_matches()
1609 varying_matches::is_varying_packing_safe(const glsl_type *type, in is_varying_packing_safe()
1639 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) in record()
1752 varying_matches::assign_locations(struct gl_shader_program *prog, in assign_locations()
1768 &varying_matches::match_comparator); in assign_locations()
1772 &varying_matches::xfb_comparator); in assign_locations()
[all …]