Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp75 vector<bool> reservedSpaces; in hasAttributeAliasing() local
84 if (reservedSpaces.size() < location + size) in hasAttributeAliasing()
85 reservedSpaces.resize(location + size, false); in hasAttributeAliasing()
89 if (reservedSpaces[location + i]) in hasAttributeAliasing()
92 reservedSpaces[location + i] = true; in hasAttributeAliasing()