Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1272 const unsigned end_word = BITSET_BITWORD(last_component); in store() local
1282 for (unsigned word = start_word; word <= end_word; word++) { in store()
1289 if (word == end_word) in store()