/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 | Operator_autogen.h | 106 EOpIndexDirectStruct, enumerator
|
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()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteAtomicCounters.cpp | 104 new TIntermBinary(EOpIndexDirectStruct, bindingOffset->deepCopy(), bindingFieldRef); in CreateAtomicCounterRef() 106 new TIntermBinary(EOpIndexDirectStruct, bindingOffset->deepCopy(), offsetFieldRef); in CreateAtomicCounterRef() 561 new TIntermBinary(EOpIndexDirectStruct, modifiedSymbol, offsetFieldRef); in convertFunctionArgument()
|
D | RecordConstantPrecision.cpp | 67 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
|
D | RewriteStructSamplers.cpp | 65 ASSERT(binary->getOp() == EOpIndexDirectStruct || binary->getOp() == EOpIndexDirect); in ReplaceTypeOfTypedStructNode() 145 if (node->getOp() == EOpIndexDirectStruct && node->getType().isSampler()) in visitBinary() 250 case EOpIndexDirectStruct: in GetStructSamplerNameFromTypedNode()
|
D | InitializeVariables.cpp | 75 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
/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()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.h | 93 EOpIndexDirectStruct, enumerator
|
D | ShaderStorageBlockOutputHLSL.cpp | 67 case EOpIndexDirectStruct: in GetBlockLayoutInfo() 460 case EOpIndexDirectStruct: in isEndOfSSBOAccessChain() 617 case EOpIndexDirectStruct: in visitBinary()
|
D | Operator.cpp | 108 case EOpIndexDirectStruct: in GetOperatorString()
|
D | OutputTree.cpp | 178 case EOpIndexDirectStruct: in visitBinary() 271 if (node->getOp() == EOpIndexDirectStruct || node->getOp() == EOpIndexDirectInterfaceBlock) in visitBinary()
|
/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()
|
/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()
|