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.cpp1635 class varying_matches class
1638 varying_matches(bool disable_varying_packing,
1644 ~varying_matches();
1758 varying_matches::varying_matches(bool disable_varying_packing, in varying_matches() function in varying_matches
1783 varying_matches::~varying_matches() in ~varying_matches()
1794 varying_matches::is_varying_packing_safe(const glsl_type *type, in is_varying_packing_safe()
1824 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) in record()
1939 varying_matches::assign_locations(struct gl_shader_program *prog, in assign_locations()
1960 &varying_matches::xfb_comparator); in assign_locations()
1964 &varying_matches::not_xfb_comparator); in assign_locations()
[all …]