create            524 apps/HelloAndroidCamera2/src/com/example/helloandroidcamera2/Camera2BasicFragment.java                     .create();
create            488 src/CodeGen_GPU_Host.cpp                                                        bool create) {
create            491 src/CodeGen_GPU_Host.cpp     if (!module_state && create)
create             72 src/CodeGen_GPU_Host.h                                   bool create = true);
create             36 src/CodeGen_Internal.cpp     StructType *struct_t = StructType::create(*context, "closure_t");
create            943 src/Generator.cpp             auto gen = GeneratorRegistry::create(generator_name, JITGeneratorContext(Target()), {});
create            957 src/Generator.cpp                     auto gen = GeneratorRegistry::create(generator_name, JITGeneratorContext(target), sub_generator_args);
create           1041 src/Generator.cpp     std::unique_ptr<GeneratorBase> g = it->second->create(context, params);
create           2609 src/Generator.h     virtual std::unique_ptr<GeneratorBase> create(const GeneratorContext &context,
create           2622 src/Generator.h     std::unique_ptr<Internal::GeneratorBase> create(const GeneratorContext &context,
create           2642 src/Generator.h     EXPORT static std::unique_ptr<GeneratorBase> create(const std::string &name,
create           2669 src/Generator.h     static std::unique_ptr<Internal::GeneratorBase> create(const Halide::GeneratorContext &context) {
create           2782 src/Generator.h         std::unique_ptr<Internal::SimpleGeneratorFactory> f(new Internal::SimpleGeneratorFactory(GeneratorClass::create, generator_name));
create            299 src/JITModule.cpp     ExecutionEngine *ee = engine_builder.create(tm);
create            427 src/JITModule.cpp         halide_buffer_t = llvm::StructType::create(jit_module->context, "struct.halide_buffer_t");
create            639 src/JITModule.cpp                        bool create) {
create            641 src/JITModule.cpp     if (!runtime.compiled() && create) {
create            776 src/JITModule.cpp std::vector<JITModule> JITSharedRuntime::get(llvm::Module *for_module, const Target &target, bool create) {
create            781 src/JITModule.cpp     JITModule m = make_module(for_module, target, MainShared, result, create);
create            789 src/JITModule.cpp         JITModule m = make_module(for_module, target, OpenCL, result, create);
create            795 src/JITModule.cpp         JITModule m = make_module(for_module, target, Metal, result, create);
create            801 src/JITModule.cpp         JITModule m = make_module(for_module, target, CUDA, result, create);
create            807 src/JITModule.cpp         JITModule m = make_module(for_module, target, OpenGL, result, create);
create            813 src/JITModule.cpp         JITModule m = make_module(for_module, target, OpenGLCompute, result, create);
create            819 src/JITModule.cpp         JITModule m = make_module(for_module, target, Hexagon, result, create);
create            146 src/JITModule.h     EXPORT static std::vector<JITModule> get(llvm::Module *m, const Target &target, bool create = true);
create             82 src/runtime/HalideRuntimeMetal.h                                         struct halide_metal_command_queue **queue_ret, bool create);
create             95 src/runtime/cuda.cpp WEAK int halide_cuda_acquire_context(void *user_context, CUcontext *ctx, bool create = true) {
create            105 src/runtime/cuda.cpp     if (context == NULL && create) {
create            215 src/runtime/metal.cpp                                       mtl_command_queue **queue_ret, bool create) {
create            223 src/runtime/metal.cpp     if (device == 0 && create) {
create            265 src/runtime/metal.cpp     void save(void *user_context, bool create);
create            273 src/runtime/metal.cpp     __attribute__((always_inline)) MetalContextHolder(void *user_context, bool create) { save(user_context, create); }
create            277 src/runtime/metal.cpp WEAK void MetalContextHolder::save(void *user_context_arg, bool create) {
create            280 src/runtime/metal.cpp     error = halide_metal_acquire_context(user_context, &device, &queue, create);
create            142 src/runtime/opencl.cpp WEAK int halide_acquire_cl_context(void *user_context, cl_context *ctx, cl_command_queue *q, bool create = true) {
create            154 src/runtime/opencl.cpp     if (!context && create) {