Searched refs:ifDepth (Results 1 – 4 of 4) sorted by relevance
29 ifDepth = 0; in VertexProgram()1175 ifDepth--; in ELSE()1177 llvm::BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()1180 if(isConditionalIf[ifDepth]) in ELSE()1195 ifFalseBlock[ifDepth] = endBlock; in ELSE()1197 ifDepth++; in ELSE()1202 ifDepth--; in ENDIF()1204 llvm::BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()1209 if(isConditionalIf[ifDepth]) in ENDIF()1293 ASSERT(ifDepth < 24 + 4); in IFb()[all …]
1394 ifDepth--; in ELSE()1396 llvm::BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()1399 if(isConditionalIf[ifDepth]) in ELSE()1414 ifFalseBlock[ifDepth] = endBlock; in ELSE()1416 ifDepth++; in ELSE()1421 ifDepth--; in ENDIF()1423 llvm::BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()1428 if(isConditionalIf[ifDepth]) in ENDIF()1512 ASSERT(ifDepth < 24 + 4); in IFb()1526 isConditionalIf[ifDepth] = false; in IFb()[all …]
28 loopDepth(-1), ifDepth(0), loopRepDepth(0), breakDepth(0), currentLabel(-1), whileTest(false) in PixelProgram()153 int ifDepth; member in sw::PixelProgram
123 int ifDepth; member in sw::VertexProgram