Lines Matching refs:clover
40 using namespace clover;
310 /* Even though we only place one scalar argument, clover will bind up to
397 struct disk_cache *clover::nir::create_clc_disk_cache(void)
404 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx))
410 return disk_cache_create("clover-clc", cache_id, 0);
413 void clover::nir::check_for_libclc(const device &dev)
419 nir_shader *clover::nir::load_libclc_nir(const device &dev, std::string &r_log)
436 binary clover::nir::spirv_to_nir(const binary &mod, const device &dev,
472 nir_validate_shader(nir, "clover");
487 nir_validate_shader(nir, "clover after function inlining");
633 binary clover::nir::spirv_to_nir(const binary &mod, const device &dev, std::string &r_log)
635 r_log += "SPIR-V support in clover is not enabled.\n";