Searched defs:compileProgram (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 99 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() function 104 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() function 109 vk::ProgramBinary* compileProgram (const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInf… in compileProgram() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 270 Error BugDriver::compileProgram(Module &M) const { in compileProgram() function in BugDriver
|
D | ToolRunner.cpp | 283 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 486 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() function in LLC
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 289 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram() function in CustomCompiler 486 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in LLC 659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() function in CBE
|
D | ExecutionDriver.cpp | 310 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 273 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram() function in BugDriver
|
D | ToolRunner.cpp | 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
|