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

  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 48 static std::string removeExt(const std::string &FileName) {
83 OutputFile = removeExt(InputFile) + kExt::SPIRVBinary;
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 110 removeExt(const std::string& FileName) {
147 OutputFile = removeExt(InputFile) +
186 OutputFile = removeExt(InputFile) + kExt::LLVMBinary;
215 OutputFile = removeExt(InputFile)
267 OutputFile = removeExt(InputFile) + ".regularized.bc";

Completed in 657 milliseconds