/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 47 TString TType::getCompleteString() const in getCompleteString() function in TType 92 sink << "(" << node->getCompleteString() << ")\n"; in visitSymbol() 152 out << " (" << node->getCompleteString() << ")"; in visitBinary() 238 out << " (" << node->getCompleteString() << ")"; in visitUnary() 330 out << " (" << node->getCompleteString() << ")"; in visitAggregate() 344 out << " (" << node->getCompleteString() << ")\n"; in visitSelection()
|
D | parseConst.cpp | 81 buf.append(type.getCompleteString()); in visitBinary() 96 buf.append(type.getCompleteString()); in visitUnary() 107 buf.append(type.getCompleteString()); in visitAggregate()
|
D | ParseHelper.cpp | 858 error(line, "cannot declare arrays of this qualifier", TType(type).getCompleteString().c_str()); in arrayQualifierErrorCheck() 876 error(line, "cannot declare arrays of arrays", TType(type).getCompleteString().c_str()); in arrayTypeErrorCheck() 885 TType(type).getCompleteString().c_str()); in arrayTypeErrorCheck() 1283 extraInfoStream << "'" << variable->getType().getCompleteString() << "'"; in executeInitializer() 1319 assignError(line, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer() 3114 unaryOpError(loc, getOperatorString(op), child->getCompleteString()); in addUnaryMath() 3383 assignError(loc, "assign", left->getCompleteString(), right->getCompleteString()); in addAssign() 3454 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString()); in addBinaryMath() 3466 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString()); in addBinaryMathBooleanResult() 3615 << static_cast<TIntermTyped*>(paramNode)->getCompleteString(); in addFunctionCallOrMethod() [all …]
|
D | intermediate.h | 330 TString getCompleteString() const { return type.getCompleteString(); } in getCompleteString() function
|
D | ValidateLimitations.cpp | 491 index->getCompleteString().c_str()); in validateIndexing()
|
D | Types.h | 496 TString getCompleteString() const;
|
D | glslang.y | 583 context->binaryOpError(@2, ",", $1->getCompleteString(), $3->getCompleteString());
|
D | glslang_tab.cpp | 3045 …,", (yyvsp[-2].interm.intermTypedNode)->getCompleteString(), (yyvsp[0].interm.intermTypedNode)->ge… in yyparse()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1093 TString getCompleteString() const { return type.getCompleteString(); } in getCompleteString() function 1283 TString getCompleteString() const in getCompleteString() function 1285 TString cs = type.getCompleteString(); in getCompleteString()
|
D | Types.h | 1730 TString getCompleteString() const in getCompleteString() function 1940 typeString.append((*structure)[i].type->getCompleteString()); in getCompleteString()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 216 out.debug << " (" << node->getCompleteString() << ")"; in visitBinary() 688 out.debug << " (" << node->getCompleteString() << ")"; in visitUnary() 1073 out.debug << " (" << node->getCompleteString() << ")"; in visitAggregate() 1087 out.debug << " (" << node->getCompleteString() << ")"; in visitSelection() 1289 infoSink.debug << "'" << node->getName() << "' (" << node->getCompleteString() << ")\n"; in visitSymbol()
|
D | ParseHelper.cpp | 702 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 727 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 753 …loc, "does not operate on this type:", field.c_str(), base->getType().getCompleteString().c_str()); in handleDotDereference() 847 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 1056 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 1201 … static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleBuiltInFunctionCall() 6339 …form initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer() 6345 …onst initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer() 6406 … assignError(loc, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer() 6477 …rror(loc, "wrong number of matrix columns:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList() [all …]
|
D | linkValidate.cpp | 590 …infoSink.info << " " << symbol.getName() << ": \"" << symbol.getType().getCompleteString() << "… in mergeErrorCheck() 591 … unitSymbol.getType().getCompleteString() << "\"\n"; in mergeErrorCheck()
|
D | glslang.y | 693 … parseContext.binaryOpError($2.loc, ":", $4->getCompleteString(), $6->getCompleteString()); 710 … parseContext.assignError($2.loc, "assign", $1->getCompleteString(), $3->getCompleteString()); 772 … parseContext.binaryOpError($2.loc, ",", $1->getCompleteString(), $3->getCompleteString());
|
D | glslang_tab.cpp | 4829 …:", (yyvsp[-2].interm.intermTypedNode)->getCompleteString(), (yyvsp[0].interm.intermTypedNode)->ge… in yyparse() 4853 …n", (yyvsp[-2].interm.intermTypedNode)->getCompleteString(), (yyvsp[0].interm.intermTypedNode)->ge… in yyparse() 4974 …,", (yyvsp[-2].interm.intermTypedNode)->getCompleteString(), (yyvsp[0].interm.intermTypedNode)->ge… in yyparse()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 879 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 893 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 952 base->getType().getCompleteString().c_str(), ""); in handleDotDereference() 955 base->getType().getCompleteString().c_str()); in handleDotDereference() 1060 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 5267 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 5362 static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleFunctionCall() 7903 …form initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer() 7937 … assignError(loc, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer() 8047 …rror(loc, "wrong number of matrix columns:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList() [all …]
|