Searched refs:getAsSelectionNode (Results 1 – 6 of 6) sorted by relevance
151 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
3594 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
1029 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function1042 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function1582 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function1583 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
3024 else if(expression->getAsSelectionNode()) in cost()3026 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
3655 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()