Searched refs:load_libclc_nir (Results 1 – 3 of 3) sorted by relevance
37 nir_shader *load_libclc_nir(const device &dev, std::string &r_log);
419 nir_shader *clover::nir::load_libclc_nir(const device &dev, std::string &r_log) in load_libclc_nir() function in clover::nir
166 …>>([&] () { std::string log; return std::shared_ptr<nir_shader>(nir::load_libclc_nir(*this, log), … in device()