Home
last modified time | relevance | path

Searched defs:FunctionLimits (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp1945 struct FunctionLimits in analyzeLimits() struct
1947 uint32_t loops = 0; // maximum nested loop and reps. in analyzeLimits()
1948 uint32_t ifs = 0; // maximum nested if statements. in analyzeLimits()
1949 uint32_t stack = 0; // maximum call depth. in analyzeLimits()