Searched refs:getAsSelectionNode (Results 1 – 10 of 10) sorted by relevance
1073 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function1086 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function1662 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function1663 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function
282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
3043 else if(expression->getAsSelectionNode()) in cost()3045 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
167 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
3804 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
3829 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
3662 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()