Lines Matching refs:find
590 if (mode.find("LocalSizeId") == 0 || mode.find("LocalSizeHintId") == 0 ||
591 mode.find("SubgroupsPerWorkgroupId") == 0) {
597 if (!(mode.find("InputPoints") == 0 || mode.find("InputLines") == 0 ||
598 mode.find("InputLinesAdjacency") == 0 ||
599 mode.find("Triangles") == 0 ||
600 mode.find("InputTrianglesAdjacency") == 0)) {
604 if (!(mode.find("OutputPoints") == 0 || mode.find("OutputLineStrip") == 0 ||
605 mode.find("OutputTriangleStrip") == 0)) {
610 if (!(mode.find("OriginUpperLeft") == 0 ||
611 mode.find("OriginLowerLeft") == 0)) {