Home
last modified time | relevance | path

Searched refs:EOpIndexDirectStruct (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp72 // 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 DRecordConstantPrecision.cpp66 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
H A DMonomorphizeUnsupportedFunctions.cpp76 if (op == EOpIndexDirectStruct) in GetBaseUniform()
113 if (op == EOpIndexDirectStruct) in ExtractSideEffects()
H A DInitializeVariables.cpp94 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator.cpp100 case EOpIndexDirectStruct: in GetOperatorString()
H A DShaderStorageBlockOutputHLSL.cpp17 // // EOpIndexDirectStruct
68 case EOpIndexDirectStruct: in GetBlockLayoutInfo()
422 case EOpIndexDirectStruct: in collectShaderStorageBlocks()
566 case EOpIndexDirectStruct: in traverseNode()
H A DOutputTree.cpp179 case EOpIndexDirectStruct: in visitBinary()
272 if (node->getOp() == EOpIndexDirectStruct || node->getOp() == EOpIndexDirectInterfaceBlock) in visitBinary()
H A DOperator_autogen.h106 EOpIndexDirectStruct,
H A DIntermNode.cpp1837 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 Dutil.cpp817 case EOpIndexDirectStruct:
H A DOutputHLSL.cpp214 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 DParseContextBase.cpp194 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 DpropagateNoContraction.cpp90 case glslang::EOpIndexDirectStruct: in isDereferenceOperation()
394 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
H A Dreflection.cpp320 case EOpIndexDirectStruct: in blowUpActiveAggregate()
1037 case EOpIndexDirectStruct: in visitBinary()
/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DDriverUniform.cpp214 return new TIntermBinary(EOpIndexDirectStruct, angleUniformsRef, indexRef); in createDriverUniformRef()
256 return new TIntermBinary(EOpIndexDirectStruct, depthRange, CreateIndexNode(3)); in getDepthRangeReservedFieldRef()
H A DFindPreciseNodes.cpp69 case EOpIndexDirectStruct: in IsIndexOp()
104 if (op == EOpIndexDirectStruct || op == EOpIndexDirectInterfaceBlock) in build()
H A DIntermRebuild.cpp594 case TOperator::EOpIndexDirectStruct: in traverseBinaryChildren()
607 op = TOperator::EOpIndexDirectStruct; in traverseBinaryChildren()
H A DIntermTraverse.cpp360 op == EOpIndexDirectStruct || op == EOpIndexIndirect) in traverseBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A 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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp146 case TOperator::EOpIndexDirectStruct: in ReturnsReference()
H A DAstHelpers.cpp241 TOperator::EOpIndexDirectStruct, &object,
H A DEmitMetal.cpp667 case TOperator::EOpIndexDirectStruct: in GetOperatorString()
733 case TOperator::EOpIndexDirectStruct: in Parenthesize()
1499 case TOperator::EOpIndexDirectStruct:
H A DSeparateCompoundExpressions.cpp28 case TOperator::EOpIndexDirectStruct: in IsIndex()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()

Completed in 36 milliseconds

12