Home | History | Annotate | Download | only in compiler

Lines Matching refs:getBasicString

645 			error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
652 error(line, reason, getBasicString(pType.type));
779 error(line, "samplers cannot be output parameters", type.getBasicString());
1947 error(location, "", function->getReturnType().getBasicString(), "main function cannot return a value");
2026 function->getReturnType().getBasicString());
2084 error(publicType.line, "cannot construct this type", getBasicString(publicType.type));
2372 error(field->line(), "unsupported type", fieldType->getBasicString(), "sampler types are not allowed in interface blocks");