Home
last modified time | relevance | path

Searched refs:header_map (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.hpp34 const header_map &headers,
46 const header_map &headers,
Dinvocation.cpp68 using clover::header_map;
295 const header_map &headers, const device &dev, in compile()
401 const header_map &headers, in compile_program()
509 const header_map &headers, in compile_to_spirv()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprogram.hpp33 typedef std::vector<std::pair<std::string, std::string>> header_map; typedef
55 const header_map &headers = {});
Dcompiler.hpp35 compile_program(const program &prog, const header_map &headers, in compile_program()
Dprogram.cpp47 const header_map &headers) { in compile()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp310 header_map headers; in clCompileProgram()