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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 121 ExecModes = std::move(Forward->ExecModes);
SPIRVFunction.cpp 93 for (auto &I:ExecModes)
SPIRVEntry.h 597 ExecModes[ExecMode->getExecutionMode()] = ExecMode;
600 auto Loc = ExecModes.find(EMK);
601 if (Loc == ExecModes.end())
606 SPIRVExecutionModeMap ExecModes;

Completed in 565 milliseconds