Home
last modified time | relevance | path

Searched refs:ifDepth (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1227 ifDepth--; in ELSE()
1229 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1232 if(isConditionalIf[ifDepth]) in ELSE()
1247 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1249 ifDepth++; in ELSE()
1254 ifDepth--; in ENDIF()
1256 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1261 if(isConditionalIf[ifDepth]) in ENDIF()
1340 ASSERT(ifDepth < 24 + 4); in IFb()
1354 isConditionalIf[ifDepth] = false; in IFb()
[all …]
DPixelProgram.cpp1543 ifDepth--; in ELSE()
1545 BasicBlock *falseBlock = ifFalseBlock[ifDepth]; in ELSE()
1548 if(isConditionalIf[ifDepth]) in ELSE()
1563 ifFalseBlock[ifDepth] = endBlock; in ELSE()
1565 ifDepth++; in ELSE()
1570 ifDepth--; in ENDIF()
1572 BasicBlock *endBlock = ifFalseBlock[ifDepth]; in ENDIF()
1577 if(isConditionalIf[ifDepth]) in ENDIF()
1656 ASSERT(ifDepth < 24 + 4); in IFb()
1670 isConditionalIf[ifDepth] = false; in IFb()
[all …]
DVertexProgram.hpp127 int ifDepth = 0; member in sw::VertexProgram
DPixelProgram.hpp137 int ifDepth = 0; member in sw::PixelProgram