Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1926 unsigned comp_slots = type->component_slots() + offset; in store_locations() local
1927 unsigned slots = comp_slots / 4; in store_locations()
1928 if (comp_slots % 4) in store_locations()