| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RewriteStructSamplers.cpp | 73 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()
|
| D | RecordConstantPrecision.cpp | 66 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
|
| D | MonomorphizeUnsupportedFunctions.cpp | 76 if (op == EOpIndexDirectStruct) in GetBaseUniform() 113 if (op == EOpIndexDirectStruct) in ExtractSideEffects()
|
| D | InitializeVariables.cpp | 94 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Operator.cpp | 100 case EOpIndexDirectStruct: in GetOperatorString()
|
| D | ShaderStorageBlockOutputHLSL.cpp | 68 case EOpIndexDirectStruct: in GetBlockLayoutInfo() 422 case EOpIndexDirectStruct: in collectShaderStorageBlocks() 566 case EOpIndexDirectStruct: in traverseNode()
|
| D | OutputTree.cpp | 179 case EOpIndexDirectStruct: in visitBinary() 272 if (node->getOp() == EOpIndexDirectStruct || node->getOp() == EOpIndexDirectInterfaceBlock) in visitBinary()
|
| D | IntermNode.cpp | 1837 case EOpIndexDirectStruct: in promote() 1948 case EOpIndexDirectStruct: in promote() 1982 case EOpIndexDirectStruct: in derivePrecision() 1987 const TFieldList &fields = mOp == EOpIndexDirectStruct in derivePrecision() 2021 if (mOp != EOpIndexDirect && mOp != EOpIndexIndirect && mOp != EOpIndexDirectStruct && in propagatePrecision() 2138 case EOpIndexDirectStruct: in fold() 2203 case EOpIndexDirectStruct: in hasConstantValue() 2234 ASSERT(mOp == EOpIndexDirectStruct); in getConstantValue() 2249 ASSERT(mOp == EOpIndexDirectStruct); in getIndexStructFieldName()
|
| D | Operator_autogen.h | 106 EOpIndexDirectStruct, enumerator
|
| D | OutputHLSL.cpp | 214 case EOpIndexDirectStruct: in needStructMapping() 1405 case EOpIndexDirectStruct: in ancestorEvaluatesToSamplerInStruct() 1710 case EOpIndexDirectStruct: in visitBinary() 2082 case EOpIndexDirectStruct: in samplerNamePrefixFromStruct()
|
| D | util.cpp | 817 case EOpIndexDirectStruct: in IsInShaderStorageBlock()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | DriverUniform.cpp | 214 return new TIntermBinary(EOpIndexDirectStruct, angleUniformsRef, indexRef); in createDriverUniformRef() 256 return new TIntermBinary(EOpIndexDirectStruct, depthRange, CreateIndexNode(3)); in getDepthRangeReservedFieldRef()
|
| D | FindPreciseNodes.cpp | 69 case EOpIndexDirectStruct: in IsIndexOp() 104 if (op == EOpIndexDirectStruct || op == EOpIndexDirectInterfaceBlock) in build()
|
| D | IntermRebuild.cpp | 594 case TOperator::EOpIndexDirectStruct: in traverseBinaryChildren() 607 op = TOperator::EOpIndexDirectStruct; in traverseBinaryChildren()
|
| D | IntermTraverse.cpp | 360 op == EOpIndexDirectStruct || op == EOpIndexIndirect) in traverseBinary()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseContextBase.cpp | 134 case EOpIndexDirectStruct: // fall through in lValueErrorCheck() 230 case EOpIndexDirectStruct: in rValueErrorCheck()
|
| D | propagateNoContraction.cpp | 92 case glslang::EOpIndexDirectStruct: in isDereferenceOperation() 396 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
|
| D | reflection.cpp | 322 case EOpIndexDirectStruct: in blowUpActiveAggregate() 1036 case EOpIndexDirectStruct: in visitBinary()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| D | RewriteRowMajorMatrices.cpp | 103 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()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | RewriteUnaddressableReferences.cpp | 146 case TOperator::EOpIndexDirectStruct: in ReturnsReference()
|
| D | EmitMetal.cpp | 667 case TOperator::EOpIndexDirectStruct: in GetOperatorString() 733 case TOperator::EOpIndexDirectStruct: in Parenthesize() 1499 case TOperator::EOpIndexDirectStruct: in visitBinary()
|
| D | AstHelpers.cpp | 241 TOperator::EOpIndexDirectStruct, &object, in AccessFieldByIndex()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | intermOut.cpp | 120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()
|
| D | intermediate.h | 100 EOpIndexDirectStruct, enumerator
|