Lines Matching refs:ifDepth
29 ifDepth = 0; in VertexProgram()
1129 ifDepth--; in ELSE()
1131 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1134 if(isConditionalIf[ifDepth]) in ELSE()
1149 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1151 ifDepth++; in ELSE()
1156 ifDepth--; in ENDIF()
1158 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1163 if(isConditionalIf[ifDepth]) in ENDIF()
1242 ASSERT(ifDepth < 24 + 4); in IFb()
1256 isConditionalIf[ifDepth] = false; in IFb()
1257 ifFalseBlock[ifDepth] = falseBlock; in IFb()
1259 ifDepth++; in IFb()
1307 isConditionalIf[ifDepth] = true; in IF()
1308 ifFalseBlock[ifDepth] = falseBlock; in IF()
1310 ifDepth++; in IF()