HomeSort by relevance Sort by last modified time
    Searched refs:kSPR2TypeName (Results 1 - 5 of 5) sorted by null

  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 298 if (STName.startswith(kSPR2TypeName::ImagePrefix) ||
299 STName == kSPR2TypeName::Pipe) {
SPIRVUtil.cpp 268 if (FullName.find(kSPR2TypeName::ImagePrefix) == 0) {
270 *Name = FullName.drop_front(strlen(kSPR2TypeName::OCLPrefix));
    [all...]
SPIRVWriter.cpp 472 STName = kSPR2TypeName::Event;
475 assert (!STName.startswith(kSPR2TypeName::Pipe) &&
481 if (STName.find(kSPR2TypeName::Pipe) == 0) {
484 const char Delims[] = {kSPR2TypeName::Delimiter, 0};
493 } else if (STName.find(kSPR2TypeName::ImagePrefix) == 0) {
534 assert(!ST->getName().startswith(kSPR2TypeName::Pipe));
535 assert(!ST->getName().startswith(kSPR2TypeName::ImagePrefix));
    [all...]
SPIRVInternal.h 302 namespace kSPR2TypeName {
    [all...]
SPIRVReader.cpp 642 std::string Name = std::string(kSPR2TypeName::OCLPrefix)
662 return kSPR2TypeName::Pipe;
    [all...]

Completed in 264 milliseconds