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

  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 35 namespace kExt {
37 } // namespace kExt
83 OutputFile = removeExt(InputFile) + kExt::SPIRVBinary;
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 73 namespace kExt {
148 (SPIRV::SPIRVUseTextFormat ? kExt::SpirvText : kExt::SpirvBinary);
186 OutputFile = removeExt(InputFile) + kExt::LLVMBinary;
216 + (ToBinary?kExt::SpirvBinary:kExt::SpirvText);

Completed in 120 milliseconds