Home
last modified time | relevance | path

Searched refs:getAsSelectionNode (Results 1 - 6 of 6) sorted by relevance

/third_party/glslang/glslang/Include/
H A Dintermediate.h1148 virtual glslang::TIntermSelection* getAsSelectionNode() { return nullptr; } in getAsSelectionNode() function in TIntermNode
1161 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return nullptr; } in getAsSelectionNode() function in TIntermNode
1744 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function in glslang::TIntermSelection
1745 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function in glslang::TIntermSelection
/third_party/glslang/glslang/MachineIndependent/
H A Dattribute.cpp169 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
H A DIntermediate.cpp3896 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function in TIntermNode
626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function in TIntermSelection
H A DOutputASM.cpp3055 else if(expression->getAsSelectionNode()) in cost()
3057 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3968 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()

Completed in 23 milliseconds