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

  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 61 enum OCLScopeKind {
89 typedef SPIRVMap<OCLScopeKind, Scope>
105 typedef std::tuple<unsigned, OCLMemOrderKind, OCLScopeKind>
110 typedef std::tuple<unsigned, OCLScopeKind, OCLScopeKind>
218 const OCLScopeKind OCLLegacyAtomicMemScope = OCLMS_device;
398 SPIRVMap<OCLScopeKind, Scope>::init() {
OCLUtil.cpp 102 static_cast<OCLScopeKind>(getArgAsInt(CI, 2)));
120 OCLScopeKind scope = OCLMS_work_group;
126 N == 1 ? OCLMS_work_group : static_cast<OCLScopeKind>(getArgAsInt(CI, 1)),
SPIRVToOCL20.cpp 210 Args[2] = getInt32(M, rmap<OCLScopeKind>(MScope));
359 [](unsigned I) { return rmap<OCLScopeKind>(static_cast<Scope>(I));});
OCL20ToSPIRV.cpp 793 return map<Scope>(static_cast<OCLScopeKind>(I));
    [all...]

Completed in 543 milliseconds