Searched refs:getAsSelectionNode (Results 1 – 10 of 10) sorted by relevance
1089 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function1102 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function1700 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function1701 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function
1085 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function1098 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function1677 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function1678 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function
167 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
3827 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
3057 else if(expression->getAsSelectionNode()) in cost()3059 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
169 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
3832 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
3675 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()
3677 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()