Home
last modified time | relevance | path

Searched refs:getAsSelectionNode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function
626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
DOutputASM.cpp2706 else if(expression->getAsSelectionNode()) in cost()
2708 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()