Searched refs:getBasicString (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DBaseTypes.h53 inline const char* getBasicString(TBasicType t) function
H A DSymbolTable.cpp132 infoSink.debug << getName().c_str() << ": " << type.getQualifierString() << " " << type.getPrecisionString() << " " << type.getBasicString();
141 infoSink.debug << getName().c_str() << ": " << returnType.getBasicString() << " " << getMangledName().c_str() << "\n";
H A DTypes.h209 const char* getBasicString() const { return ::getBasicString(type); } function in class:TType
H A Dintermediate.h263 const char* getBasicString() const { return type.getBasicString(); } function in class:TIntermTyped
H A DParseHelper.cpp614 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
621 error(line, reason, getBasicString(pType.type));
648 error(line, "samplers cannot be output parameters", type.getBasicString());
1232 << " from '" << node->getAsTyped()->getType().getBasicString()
1233 << "' to '" << type->getBasicString() << "'";
H A DintermOut.cpp51 stream << getBasicString();
H A DValidateLimitations.cpp274 "Invalid type for loop index", getBasicString(type));
H A Dglslang.y591 context->error(@1, "cannot construct this type", getBasicString($1.type));
929 context->error(@1, "illegal type argument for default precision qualifier", getBasicString($3.type));
949 context->error(@2, "overloaded functions must have the same return type", $1->getReturnType().getBasicString());
1932 context->error(@1, "", function->getReturnType().getBasicString(), "main function cannot return a value");
H A DOutputGLSLBase.cpp761 out << type.getBasicString();
H A Dglslang_tab.cpp2716 context->error((yylsp[(1) - (1)]), "cannot construct this type", getBasicString((yyvsp[(1) - (1)].interm.type).type));
3183 context->error((yylsp[(1) - (4)]), "illegal type argument for default precision qualifier", getBasicString((yyvsp[(3) - (4)].interm.type).type));
3204 context->error((yylsp[(2) - (2)]), "overloaded functions must have the same return type", (yyvsp[(1) - (2)].interm.function)->getReturnType().getBasicString());
4556 context->error((yylsp[(1) - (1)]), "", function->getReturnType().getBasicString(), "main function cannot return a value");

Completed in 145 milliseconds