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

  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 721 Info.PostProc = [=](std::vector<Value *> &Ops){
770 Info.PostProc = [=](std::vector<Value *> &Ops){
784 Info.PostProc(Args);
    [all...]
OCLUtil.h 123 std::function<void(std::vector<Value *>&)> PostProc;
128 PostProc = [](std::vector<Value *>&){};
SPIRVWriter.cpp 119 std::function<void(std::vector<SPIRVWord>&)> PostProc;
121 PostProc = [](std::vector<SPIRVWord>&){};
    [all...]

Completed in 70 milliseconds