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

/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc_helpers.cpp273 size_t typeEnd = str.find(',', pos); local in function:SPIRVKernelParser::parseOpString
274 if (typeEnd == std::string::npos)
277 arg.typeName = str.substr(pos, typeEnd - pos);
278 pos = typeEnd + 1;

Completed in 3 milliseconds