/external/angle/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 | 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()
|
D | InitializeVariables.cpp | 76 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 195 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()
|
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() 1039 case EOpIndexDirectStruct: in visitBinary()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 195 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()
|
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() 1039 case EOpIndexDirectStruct: in visitBinary()
|
/external/angle/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 | 104 EOpIndexDirectStruct, enumerator
|
D | IntermNode.cpp | 1664 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()
|
D | OutputHLSL.cpp | 214 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/ |
D | DriverUniform.cpp | 210 return new TIntermBinary(EOpIndexDirectStruct, angleUniformsRef, indexRef); in createDriverUniformRef() 252 return new TIntermBinary(EOpIndexDirectStruct, depthRange, CreateIndexNode(3)); in getDepthRangeReservedFieldRef()
|
D | IntermTraverse.cpp | 359 op == EOpIndexDirectStruct || op == EOpIndexIndirect) in traverseBinary()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
/external/angle/src/compiler/translator/tree_ops/gl/ |
D | RecordConstantPrecision.cpp | 67 case EOpIndexDirectStruct: in operandAffectsParentOperationPrecision()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | MonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp | 77 if (op == EOpIndexDirectStruct) in GetBaseUniform() 114 if (op == EOpIndexDirectStruct) in ExtractSideEffects()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | RewriteUnaddressableReferences.cpp | 146 case TOperator::EOpIndexDirectStruct: in ReturnsReference()
|
D | IntermRebuild.cpp | 581 case TOperator::EOpIndexDirectStruct: in traverseBinaryChildren() 594 op = TOperator::EOpIndexDirectStruct; in traverseBinaryChildren()
|
D | AstHelpers.cpp | 238 TOperator::EOpIndexDirectStruct, &object, in AccessFieldByIndex()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()
|