Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.hpp125 BoundedIndex<MAX_SHADER_NESTED_IFS> ifDepth = 0;
126 BoundedIndex<MAX_SHADER_NESTED_LOOPS> loopRepDepth = 0;
127 BoundedIndex<MAX_SHADER_CALL_SITES> currentLabel = -1;
DPixelProgram.hpp156 BoundedIndex<MAX_SHADER_NESTED_IFS> ifDepth = 0;
157 BoundedIndex<MAX_SHADER_NESTED_LOOPS> loopRepDepth = 0;
158 BoundedIndex<MAX_SHADER_CALL_SITES> currentLabel = -1;
/external/swiftshader/src/Common/
DTypes.hpp155 template <int limit> class BoundedIndex class
158 BoundedIndex(int index) : index(index) {} in BoundedIndex() function in sw::BoundedIndex