Searched refs:EOpIndexDirectStruct (Results 1 – 16 of 16) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslOpMap.cpp | 115 case EHTokDot: return EOpIndexDirectStruct; in postUnary()
|
D | hlslGrammar.cpp | 3135 case EOpIndexDirectStruct: in acceptPostfixExpression() 3149 case EOpIndexDirectStruct: in acceptPostfixExpression()
|
D | hlslParseHelper.cpp | 677 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 1053 result = intermediate.addIndex(EOpIndexDirectStruct, base, index, loc); in handleDotDereference() 2827 : type.isStruct() ? EOpIndexDirectStruct in handleAssign() 3235 … TIntermTyped* counterMember = intermediate.addIndex(EOpIndexDirectStruct, counterVar, index, loc); in getStructBufferCounter() 3691 TIntermTyped* structMember = intermediate.addIndex(EOpIndexDirectStruct, in decomposeSampleMethods() 6734 … TIntermTyped* argArray = intermediate.addIndex(EOpIndexDirectStruct, buffer, arrayPosition, loc); in indexStructBufferContent()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 130 case EOpIndexDirectStruct: // fall through in lValueErrorCheck() 221 case EOpIndexDirectStruct: in rValueErrorCheck()
|
D | propagateNoContraction.cpp | 90 case glslang::EOpIndexDirectStruct: in isDereferenceOperation() 394 if (node->getOp() == glslang::EOpIndexDirectStruct) { in visitBinary()
|
D | reflection.cpp | 201 case EOpIndexDirectStruct: in blowUpActiveAggregate() 731 case EOpIndexDirectStruct: in visitBinary()
|
D | Intermediate.cpp | 2525 …if (op != EOpIndexDirect && op != EOpIndexIndirect && op != EOpIndexDirectStruct && op != EOpVecto… in findLValueBase() 2750 case EOpIndexDirectStruct: in isSpecializationOperation() 2778 case EOpIndexDirectStruct: in isSpecializationOperation() 2952 case EOpIndexDirectStruct: in isNonuniformPropagating()
|
D | ParseHelper.cpp | 322 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 839 result = intermediate.addIndex(EOpIndexDirectStruct, base, index, loc); in handleDotDereference() 2365 case EOpIndexDirectStruct: in lValueErrorCheck() 2398 if (binaryNode && binaryNode->getOp() == EOpIndexDirectStruct && in lValueErrorCheck() 3785 binary->getOp() == EOpIndexDirectStruct && in checkRuntimeSizable() 3809 if (binary != nullptr && binary->getOp() == EOpIndexDirectStruct) { in isRuntimeLength()
|
D | intermOut.cpp | 174 case EOpIndexDirectStruct: in visitBinary()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 120 case EOpIndexDirectStruct: out << "direct index for structure"; break; in visitBinary()
|
D | intermediate.h | 100 EOpIndexDirectStruct, enumerator
|
D | OutputASM.cpp | 791 case EOpIndexDirectStruct: in visitBinary() 2741 case EOpIndexDirectStruct: in lvalue() 2744 const TFieldList& fields = (binary->getOp() == EOpIndexDirectStruct) ? in lvalue() 3000 case EOpIndexDirectStruct: in cost() 3398 case EOpIndexDirectStruct: in samplerRegister()
|
D | ParseHelper.cpp | 314 case EOpIndexDirectStruct: in lValueErrorCheck() 2719 …indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation… in addFieldSelectionExpression()
|
D | Intermediate.cpp | 218 case EOpIndexDirectStruct: return "."; in getOperatorString()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 311 EOpIndexDirectStruct, enumerator
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 1690 case glslang::EOpIndexDirectStruct: in visitBinary() 1716 node->getOp() == glslang::EOpIndexDirectStruct) in visitBinary() 1725 node->getOp() == glslang::EOpIndexDirectStruct) in visitBinary() 7668 case glslang::EOpIndexDirectStruct:
|