Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1567 unsigned matches_capacity; member in __anon644f1f990111::varying_matches
1591 this->matches_capacity = 8; in varying_matches()
1593 malloc(sizeof(*this->matches) * this->matches_capacity); in varying_matches()
1685 if (this->num_matches == this->matches_capacity) { in record()
1686 this->matches_capacity *= 2; in record()
1689 sizeof(*this->matches) * this->matches_capacity); in record()