/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 72 // Only interested in EOpIndexDirectStruct binary nodes. in RewriteExpressionVisitBinaryHelper() 73 if (node->getOp() != EOpIndexDirectStruct) in RewriteExpressionVisitBinaryHelper() 168 // EOpIndexDirectStruct (sampler) 172 // EOpIndexDirectStruct index 2 176 // EOpIndexDirectStruct index 1 190 // EOpIndexDirectStruct 194 // EOpIndexDirectStruct index 2 198 // EOpIndexDirectStruct index 1 204 // EOpIndexDirectStruct 208 // EOpIndexDirectStruct inde [all...] |
H A D | RecordConstantPrecision.cpp | 66 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
|
H A D | MonomorphizeUnsupportedFunctions.cpp | 76 if (op == EOpIndexDirectStruct) in GetBaseUniform() 113 if (op == EOpIndexDirectStruct) in ExtractSideEffects()
|
H A D | InitializeVariables.cpp | 94 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator.cpp | 100 case EOpIndexDirectStruct: in GetOperatorString()
|
H A D | ShaderStorageBlockOutputHLSL.cpp | 17 // // EOpIndexDirectStruct 68 case EOpIndexDirectStruct: in GetBlockLayoutInfo() 422 case EOpIndexDirectStruct: in collectShaderStorageBlocks() 566 case EOpIndexDirectStruct: in traverseNode()
|
H A D | OutputTree.cpp | 179 case EOpIndexDirectStruct: in visitBinary() 272 if (node->getOp() == EOpIndexDirectStruct || node->getOp() == EOpIndexDirectInterfaceBlock) in visitBinary()
|
H A D | Operator_autogen.h | 106 EOpIndexDirectStruct,
|
H A 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()
|
H A D | util.cpp | 817 case EOpIndexDirectStruct:
|
H A D | OutputHLSL.cpp | 214 case EOpIndexDirectStruct: in needStructMapping() 1405 case EOpIndexDirectStruct: in ancestorEvaluatesToSamplerInStruct() 1710 case EOpIndexDirectStruct: in visitBinary() 2082 case EOpIndexDirectStruct: in samplerNamePrefixFromStruct()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 194 case EOpIndexDirectStruct: // fall through in lValueErrorCheck() 216 if (binaryNode && binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct) in lValueErrorCheck() 242 (binaryNode->getAsOperator()->getOp() == EOpIndexDirectStruct || in rValueErrorCheck() 256 case EOpIndexDirectStruct: in rValueErrorCheck()
|
H A D | propagateNoContraction.cpp | 90 case glslang::EOpIndexDirectStruct: in isDereferenceOperation() 394 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
|
H A D | reflection.cpp | 320 case EOpIndexDirectStruct: in blowUpActiveAggregate() 1037 case EOpIndexDirectStruct: in visitBinary()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | DriverUniform.cpp | 214 return new TIntermBinary(EOpIndexDirectStruct, angleUniformsRef, indexRef); in createDriverUniformRef() 256 return new TIntermBinary(EOpIndexDirectStruct, depthRange, CreateIndexNode(3)); in getDepthRangeReservedFieldRef()
|
H A D | FindPreciseNodes.cpp | 69 case EOpIndexDirectStruct: in IsIndexOp() 104 if (op == EOpIndexDirectStruct || op == EOpIndexDirectInterfaceBlock) in build()
|
H A D | IntermRebuild.cpp | 594 case TOperator::EOpIndexDirectStruct: in traverseBinaryChildren() 607 op = TOperator::EOpIndexDirectStruct; in traverseBinaryChildren()
|
H A D | IntermTraverse.cpp | 360 op == EOpIndexDirectStruct || op == EOpIndexIndirect) in traverseBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A 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/ |
H A D | RewriteUnaddressableReferences.cpp | 146 case TOperator::EOpIndexDirectStruct: in ReturnsReference()
|
H A D | AstHelpers.cpp | 241 TOperator::EOpIndexDirectStruct, &object,
|
H A D | EmitMetal.cpp | 667 case TOperator::EOpIndexDirectStruct: in GetOperatorString() 733 case TOperator::EOpIndexDirectStruct: in Parenthesize() 1499 case TOperator::EOpIndexDirectStruct:
|
H A D | SeparateCompoundExpressions.cpp | 28 case TOperator::EOpIndexDirectStruct: in IsIndex()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermOut.cpp | 120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()
|