OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImagePrefix
(Results
1 - 4
of
4
) sorted by null
/external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp
298
if (STName.startswith(kSPR2TypeName::
ImagePrefix
) ||
SPIRVUtil.cpp
268
if (FullName.find(kSPR2TypeName::
ImagePrefix
) == 0) {
[
all
...]
SPIRVInternal.h
305
const static char
ImagePrefix
[] = "opencl.image";
[
all
...]
SPIRVWriter.cpp
493
} else if (STName.find(kSPR2TypeName::
ImagePrefix
) == 0) {
535
assert(!ST->getName().startswith(kSPR2TypeName::
ImagePrefix
));
[
all
...]
Completed in 141 milliseconds