Home
last modified time | relevance | path

Searched refs:EOpIndexDirectStruct (Results 1 – 25 of 52) sorted by relevance

123

/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp73 if (node->getOp() != EOpIndexDirectStruct) in RewriteExpressionVisitBinaryHelper()
223 ASSERT(node->getOp() == EOpIndexDirectStruct); in RewriteModifiedStructFieldSelectionExpression()
241 if (iter->getOp() == EOpIndexDirectStruct) in RewriteModifiedStructFieldSelectionExpression()
281 case EOpIndexDirectStruct: in RewriteModifiedStructFieldSelectionExpression()
298 rewritten = new TIntermBinary(EOpIndexDirectStruct, rewritten, in RewriteModifiedStructFieldSelectionExpression()
DRewriteRowMajorMatrices.cpp103 op == EOpIndexDirectStruct || op == EOpIndexIndirect; in IsIndexNode()
151 op == EOpIndexDirectStruct || op == EOpIndexIndirect); in GetIndex()
1474 new TIntermBinary(EOpIndexDirectStruct, fromSymbol->deepCopy(), fieldIndexNode); in declareStructCopy()
1475 TIntermTyped *toField = new TIntermBinary(EOpIndexDirectStruct, toSymbol->deepCopy(), in declareStructCopy()
DInitializeVariables.cpp76 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp195 case EOpIndexDirectStruct: // fall through in lValueErrorCheck()
217 if (binaryNode && binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct) in lValueErrorCheck()
243 (binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct || in rValueErrorCheck()
257 case EOpIndexDirectStruct: in rValueErrorCheck()
DpropagateNoContraction.cpp92 case glslang::EOpIndexDirectStruct: in isDereferenceOperation()
396 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
Dreflection.cpp322 case EOpIndexDirectStruct: in blowUpActiveAggregate()
1039 case EOpIndexDirectStruct: in visitBinary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseContextBase.cpp195 case EOpIndexDirectStruct: // fall through in lValueErrorCheck()
217 if (binaryNode && binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct) in lValueErrorCheck()
243 (binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct || in rValueErrorCheck()
257 case EOpIndexDirectStruct: in rValueErrorCheck()
DpropagateNoContraction.cpp92 case glslang::EOpIndexDirectStruct: in isDereferenceOperation()
396 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
Dreflection.cpp322 case EOpIndexDirectStruct: in blowUpActiveAggregate()
1039 case EOpIndexDirectStruct: in visitBinary()
/external/angle/src/compiler/translator/
DOperator.cpp100 case EOpIndexDirectStruct: in GetOperatorString()
DShaderStorageBlockOutputHLSL.cpp68 case EOpIndexDirectStruct: in GetBlockLayoutInfo()
422 case EOpIndexDirectStruct: in collectShaderStorageBlocks()
566 case EOpIndexDirectStruct: in traverseNode()
DOutputTree.cpp179 case EOpIndexDirectStruct: in visitBinary()
272 if (node->getOp() == EOpIndexDirectStruct || node->getOp() == EOpIndexDirectInterfaceBlock) in visitBinary()
DOperator_autogen.h104 EOpIndexDirectStruct, enumerator
DIntermNode.cpp1664 case EOpIndexDirectStruct: in promote()
1813 case EOpIndexDirectStruct: in promote()
1925 case EOpIndexDirectStruct: in fold()
1990 case EOpIndexDirectStruct: in hasConstantValue()
2021 ASSERT(mOp == EOpIndexDirectStruct); in getConstantValue()
2036 ASSERT(mOp == EOpIndexDirectStruct); in getIndexStructFieldName()
DOutputHLSL.cpp214 case EOpIndexDirectStruct: in needStructMapping()
1398 case EOpIndexDirectStruct: in ancestorEvaluatesToSamplerInStruct()
1703 case EOpIndexDirectStruct: in visitBinary()
2075 case EOpIndexDirectStruct: in samplerNamePrefixFromStruct()
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.cpp210 return new TIntermBinary(EOpIndexDirectStruct, angleUniformsRef, indexRef); in createDriverUniformRef()
252 return new TIntermBinary(EOpIndexDirectStruct, depthRange, CreateIndexNode(3)); in getDepthRangeReservedFieldRef()
DIntermTraverse.cpp359 op == EOpIndexDirectStruct || op == EOpIndexIndirect) in traverseBinary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslOpMap.cpp115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
/external/angle/src/compiler/translator/tree_ops/gl/
DRecordConstantPrecision.cpp67 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslOpMap.cpp115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp77 if (op == EOpIndexDirectStruct) in GetBaseUniform()
114 if (op == EOpIndexDirectStruct) in ExtractSideEffects()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteUnaddressableReferences.cpp146 case TOperator::EOpIndexDirectStruct: in ReturnsReference()
DIntermRebuild.cpp581 case TOperator::EOpIndexDirectStruct: in traverseBinaryChildren()
594 op = TOperator::EOpIndexDirectStruct; in traverseBinaryChildren()
DAstHelpers.cpp238 TOperator::EOpIndexDirectStruct, &object, in AccessFieldByIndex()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()

123