Searched refs:BoundedIndex (Results 1 – 3 of 3) sorted by relevance
125 BoundedIndex<MAX_SHADER_NESTED_IFS> ifDepth = 0;126 BoundedIndex<MAX_SHADER_NESTED_LOOPS> loopRepDepth = 0;127 BoundedIndex<MAX_SHADER_CALL_SITES> currentLabel = -1;
156 BoundedIndex<MAX_SHADER_NESTED_IFS> ifDepth = 0;157 BoundedIndex<MAX_SHADER_NESTED_LOOPS> loopRepDepth = 0;158 BoundedIndex<MAX_SHADER_CALL_SITES> currentLabel = -1;
155 template <int limit> class BoundedIndex class158 BoundedIndex(int index) : index(index) {} in BoundedIndex() function in sw::BoundedIndex