/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());
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 208 infoSink.debug << getName().c_str() << ": " << type.getCompleteString(); in dump() 224 …infoSink.debug << getName().c_str() << ": " << returnType.getCompleteString() << " " << getName().… in dump() 230 infoSink.debug << param.type->getCompleteString() << " " in dump()
|
D | intermOut.cpp | 227 out.debug << " (" << node->getCompleteString() << ")"; in visitBinary() 706 out.debug << " (" << node->getCompleteString() << ")"; in visitUnary() 1141 out.debug << " (" << node->getCompleteString() << ")"; in visitAggregate() 1155 out.debug << " (" << node->getCompleteString() << ")"; in visitSelection() 1363 infoSink.debug << "'" << node->getName() << "' (" << node->getCompleteString() << ")\n"; in visitSymbol()
|
D | linkValidate.cpp | 617 infoSink.info << "\"" << memberType->getCompleteString() << "\" versus "; in mergeBlockDefinitions() 618 infoSink.info << "\"" << unitMemberType->getCompleteString() << "\"\n"; in mergeBlockDefinitions() 763 … infoSink.info << (*unitSymbol->getType().getStruct())[i].type->getCompleteString() << "\n"; in mergeLinkerObjects() 976 …infoSink.info << " " << symbol.getName() << ": \"" << symbol.getType().getCompleteString() << "… in mergeErrorCheck() 980 infoSink.info << "\"" << unitSymbol.getType().getCompleteString() << "\"\n"; in mergeErrorCheck()
|
D | ParseHelper.cpp | 871 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 895 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 921 …loc, "does not operate on this type:", field.c_str(), base->getType().getCompleteString().c_str()); in handleDotDereference() 976 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 1282 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 1462 … static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleBuiltInFunctionCall() 2558 …xtensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int8, type.getCompleteString().c_str()); in builtInOpCheck() 2562 …tensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int16, type.getCompleteString().c_str()); in builtInOpCheck() 2566 …tensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int64, type.getCompleteString().c_str()); in builtInOpCheck() 2569 …nsions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_float16, type.getCompleteString().c_str()); in builtInOpCheck() [all …]
|
D | glslang.y | 801 … parseContext.binaryOpError($2.loc, ":", $4->getCompleteString(), $6->getCompleteString()); 818 … parseContext.assignError($2.loc, "assign", $1->getCompleteString(), $3->getCompleteString()); 880 … parseContext.binaryOpError($2.loc, ",", $1->getCompleteString(), $3->getCompleteString());
|
D | glslang.m4 | 801 … parseContext.binaryOpError($2.loc, ":", $4->getCompleteString(), $6->getCompleteString()); 818 … parseContext.assignError($2.loc, "assign", $1->getCompleteString(), $3->getCompleteString()); 880 … parseContext.binaryOpError($2.loc, ",", $1->getCompleteString(), $3->getCompleteString());
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 207 infoSink.debug << getName().c_str() << ": " << type.getCompleteString(); in dump() 223 …infoSink.debug << getName().c_str() << ": " << returnType.getCompleteString() << " " << getName().… in dump() 229 infoSink.debug << param.type->getCompleteString() << " " in dump()
|
D | intermOut.cpp | 227 out.debug << " (" << node->getCompleteString() << ")"; in visitBinary() 702 out.debug << " (" << node->getCompleteString() << ")"; in visitUnary() 1132 out.debug << " (" << node->getCompleteString() << ")"; in visitAggregate() 1146 out.debug << " (" << node->getCompleteString() << ")"; in visitSelection() 1354 infoSink.debug << "'" << node->getName() << "' (" << node->getCompleteString() << ")\n"; in visitSymbol()
|
D | ParseHelper.cpp | 769 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 793 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 819 …loc, "does not operate on this type:", field.c_str(), base->getType().getCompleteString().c_str()); in handleDotDereference() 874 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 1153 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 1319 … static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleBuiltInFunctionCall() 2351 …xtensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int8, type.getCompleteString().c_str()); in builtInOpCheck() 2355 …tensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int16, type.getCompleteString().c_str()); in builtInOpCheck() 2359 …tensions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_int64, type.getCompleteString().c_str()); in builtInOpCheck() 2362 …nsions(loc, 1, &E_GL_EXT_shader_subgroup_extended_types_float16, type.getCompleteString().c_str()); in builtInOpCheck() [all …]
|
D | glslang.y | 780 … parseContext.binaryOpError($2.loc, ":", $4->getCompleteString(), $6->getCompleteString()); 797 … parseContext.assignError($2.loc, "assign", $1->getCompleteString(), $3->getCompleteString()); 859 … parseContext.binaryOpError($2.loc, ",", $1->getCompleteString(), $3->getCompleteString());
|
D | linkValidate.cpp | 647 …infoSink.info << " " << symbol.getName() << ": \"" << symbol.getType().getCompleteString() << "… in mergeErrorCheck() 651 infoSink.info << "\"" << unitSymbol.getType().getCompleteString() << "\"\n"; in mergeErrorCheck()
|
D | glslang.m4 | 780 … parseContext.binaryOpError($2.loc, ":", $4->getCompleteString(), $6->getCompleteString()); 797 … parseContext.assignError($2.loc, "assign", $1->getCompleteString(), $3->getCompleteString()); 859 … parseContext.binaryOpError($2.loc, ",", $1->getCompleteString(), $3->getCompleteString());
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1157 TString getCompleteString() const { return type.getCompleteString(); } in getCompleteString() function 1388 TString getCompleteString() const in getCompleteString() function 1390 TString cs = type.getCompleteString(); in getCompleteString()
|
D | Types.h | 2127 TString getCompleteString() const { return ""; } in getCompleteString() function 2133 TString getCompleteString() const in getCompleteString() function 2360 typeString.append((*structure)[i].type->getCompleteString()); in getCompleteString()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1151 TString getCompleteString() const { return type.getCompleteString(); } in getCompleteString() function 1382 TString getCompleteString() const in getCompleteString() function 1384 TString cs = type.getCompleteString(); in getCompleteString()
|
D | Types.h | 2013 TString getCompleteString() const { return ""; } in getCompleteString() function 2019 TString getCompleteString() const in getCompleteString() function 2239 typeString.append((*structure)[i].type->getCompleteString()); in getCompleteString()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 875 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 889 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 948 base->getType().getCompleteString().c_str(), ""); in handleDotDereference() 951 base->getType().getCompleteString().c_str()); in handleDotDereference() 1056 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 5411 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 5505 static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleFunctionCall() 8081 …form initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer() 8115 … assignError(loc, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer() 8225 …rror(loc, "wrong number of matrix columns:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 875 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 889 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath() 948 base->getType().getCompleteString().c_str(), ""); in handleDotDereference() 951 base->getType().getCompleteString().c_str()); in handleDotDereference() 1056 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference() 5411 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall() 5505 static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleFunctionCall() 8085 …form initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer() 8119 … assignError(loc, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer() 8229 …rror(loc, "wrong number of matrix columns:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList() [all …]
|