Home
last modified time | relevance | path

Searched refs:typedNode (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2185 TIntermTyped* typedNode; in addConstVectorNode() local
2220 typedNode = intermediate.addConstantUnion(constArray, type, line); in addConstVectorNode()
2221 return typedNode; in addConstVectorNode()
2232 TIntermTyped* typedNode; in addConstMatrixNode() local
2247typedNode = intermediate.addConstantUnion(&unionArray[size*index], tempConstantNode->getType(), li… in addConstMatrixNode()
2255 return typedNode; in addConstMatrixNode()
2267 TIntermTyped* typedNode; in addConstArrayNode() local
2285typedNode = intermediate.addConstantUnion(&unionArray[arrayElementSize * index], tempConstantNode-… in addConstArrayNode()
2293 return typedNode; in addConstArrayNode()
2305 TIntermTyped *typedNode; in addConstStruct() local
[all …]
/external/angle/src/compiler/translator/
DCollectVariables.cpp1097 const TIntermTyped &typedNode = *(sequence.front()->getAsTyped()); in visitDeclaration() local
1098 TQualifier qualifier = typedNode.getQualifier(); in visitDeclaration()
1104 if (typedNode.getBasicType() != EbtInterfaceBlock && !isShaderVariable) in visitDeclaration()
1126 if (typedNode.getBasicType() == EbtInterfaceBlock && !IsShaderIoBlock(qualifier) && in visitDeclaration()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp3823 TIntermTyped* typedNode = operands[i]->getAsTyped(); in propagatePrecision() local
3824 if (! typedNode) in propagatePrecision()
3826 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3834 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision() local
3835 if (typedNode) { in propagatePrecision()
3836 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3837 typedNode = selectionNode->getFalseBlock()->getAsTyped(); in propagatePrecision()
3838 if (typedNode) in propagatePrecision()
3839 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp3818 TIntermTyped* typedNode = operands[i]->getAsTyped(); in propagatePrecision() local
3819 if (! typedNode) in propagatePrecision()
3821 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3829 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision() local
3830 if (typedNode) { in propagatePrecision()
3831 typedNode->propagatePrecision(newPrecision); in propagatePrecision()
3832 typedNode = selectionNode->getFalseBlock()->getAsTyped(); in propagatePrecision()
3833 if (typedNode) in propagatePrecision()
3834 typedNode->propagatePrecision(newPrecision); in propagatePrecision()