Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1089 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function
1102 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function
1700 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
1701 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1085 virtual glslang::TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function
1098 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return 0; } in getAsSelectionNode() function
1677 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
1678 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp167 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
DIntermediate.cpp3827 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function
626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
DOutputASM.cpp3057 else if(expression->getAsSelectionNode()) in cost()
3059 TIntermSelection *selection = expression->getAsSelectionNode(); in cost()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp169 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes()
DIntermediate.cpp3832 TIntermSelection* selectionNode = getAsSelectionNode(); in propagatePrecision()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp3675 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp3677 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()