Searched refs:specialTypes (Results 1 – 1 of 1) sorted by relevance
1362 static const char *const specialTypes[] = { "struct._image2d_t", in isImageOrSamplerVal() local1378 for (int i = 0, e = array_lengthof(specialTypes); i != e; ++i) in isImageOrSamplerVal()1379 if (TypeName == specialTypes[i]) in isImageOrSamplerVal()