Home
last modified time | relevance | path

Searched refs:compileProgram (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.hpp133 …virtual vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::GlslSourc…
136 …virtual vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::HlslSourc…
139 …virtual vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::SpirVAsmS…
287 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::GlslSource &sourc…
289 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::HlslSource &sourc…
291 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::SpirVAsmSource &s…
314 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::GlslSource &sourc…
316 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::HlslSource &sourc…
318 …vk::ProgramBinary *compileProgram(const vk::ProgramIdentifier &progId, const vk::SpirVAsmSource &s…
355 …binProg = de::MovePtr<vk::ProgramBinary>(compileProgram(progId, iter.getProgram(), &buildInfo, com… in buildProgram()
H A DvkResourceInterface.cpp1008 vk::ProgramBinary *ResourceInterfaceStandard::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceStandard
1017 vk::ProgramBinary *ResourceInterfaceStandard::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceStandard
1026 vk::ProgramBinary *ResourceInterfaceStandard::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceStandard
1056 vk::ProgramBinary *ResourceInterfaceVKSC::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceVKSC
1062 return ResourceInterfaceStandard::compileProgram(progId, source, buildInfo, commandLine); in compileProgram()
1077 vk::ProgramBinary *ResourceInterfaceVKSC::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceVKSC
1083 return ResourceInterfaceStandard::compileProgram(progId, source, buildInfo, commandLine); in compileProgram()
1098 vk::ProgramBinary *ResourceInterfaceVKSC::compileProgram(const vk::ProgramIdentifier &progId, in compileProgram() function in vk::ResourceInterfaceVKSC
1104 return ResourceInterfaceStandard::compileProgram(progId, source, buildInfo, commandLine); in compileProgram()
/aosp_15_r20/external/skia/tools/skslc/
H A DMain.cpp604 auto compileProgram = [&](const auto& writeFn) -> ResultCode { in process_command() local
633 return compileProgram(writeFn); in process_command()
637 return compileProgram([](SkSL::Compiler& compiler, in process_command()
646 return compileProgram( in process_command()
676 return compileProgram([](SkSL::Compiler& compiler, in process_command()
683 return compileProgram([](SkSL::Compiler& compiler, in process_command()
690 return compileProgram([](SkSL::Compiler& compiler, in process_command()
697 return compileProgram([](SkSL::Compiler& compiler, in process_command()
731 return compileProgram([](SkSL::Compiler&, in process_command()
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp273 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver
294 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); in compileProgram()
424 compileProgram(Program, &Error); in createReferenceFile()
H A DToolRunner.h118 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
173 void compileProgram(const std::string &Bitcode, std::string *Error,
H A DFindBugs.cpp80 compileProgram(Program, &Error); in runManyPasses()
H A DToolRunner.cpp280 void compileProgram(const std::string &Bitcode,
302 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler
502 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in LLC
H A DBugDriver.cpp176 compileProgram(Program, &Error); in run()
H A DBugDriver.h162 void compileProgram(Module *M, std::string *Error) const;
H A DCrashDebugger.cpp906 BD.compileProgram(M, &Error); in TestForCodeGenCrash()