store_at 30 apps/HelloAndroid/jni/hello_generator.cpp curved.store_at(result, y).compute_at(result, yi); store_at 74 apps/HelloHexagon/pipeline.cpp .store_at(blur, yo) store_at 160 apps/HelloiOS/HelloiOS/reaction_diffusion_2_generator.cpp .store_at(new_state, y) store_at 81 apps/blur/halide_blur_generator.cpp blur_x.store_at(blur_y, y).compute_at(blur_y, yi).vectorize(x, 8); store_at 188 apps/camera_pipe/camera_pipe_generator.cpp .store_at(processed, yo) store_at 192 apps/camera_pipe/camera_pipe_generator.cpp .store_at(processed, yo) store_at 336 apps/camera_pipe/camera_pipe_generator.cpp denoised.compute_at(processed, yi).store_at(processed, yo) store_at 342 apps/camera_pipe/camera_pipe_generator.cpp deinterleaved.compute_at(processed, yi).store_at(processed, yo) store_at 122 apps/local_laplacian/local_laplacian_generator.cpp .store_at(output, yo).compute_at(output, y) store_at 40 apps/openglcompute/test_oglc_avg.cpp blur_x.store_at(result, y) store_at 171 apps/resize/resize.cpp resized_x.store_at(final, yo).compute_at(final, y); store_at 173 apps/resize/resize.cpp resized_x.store_at(final, c).compute_at(final, y); store_at 150 python_bindings/python/Func.cpp return that.store_at(f, var); store_at 154 python_bindings/python/Func.cpp return that.store_at(f, var); store_at 404 src/BoundsInference.cpp LoopLevel store_at = func.schedule().store_level(); store_at 423 src/BoundsInference.cpp store_at.match(loop_level))) { store_at 2328 src/Func.cpp return store_at(LoopLevel(f, var)); store_at 2332 src/Func.cpp return store_at(LoopLevel(f, var)); store_at 2336 src/Func.cpp return store_at(LoopLevel::root()); store_at 1876 src/Func.h EXPORT Func &store_at(Func f, Var var); store_at 1881 src/Func.h EXPORT Func &store_at(Func f, RVar var); store_at 1886 src/Func.h EXPORT Func &store_at(LoopLevel loop_level); store_at 1645 src/Generator.h HALIDE_OUTPUT_FORWARD(store_at) store_at 861 src/ScheduleFunctions.cpp LoopLevel store_at, store_at 868 src/ScheduleFunctions.cpp if (!store_at.match(compute_at)) { store_at 869 src/ScheduleFunctions.cpp if (store_at.is_root()) { store_at 872 src/ScheduleFunctions.cpp string store_var_name = store_at.var().name(); store_at 876 src/ScheduleFunctions.cpp ss << ".store_at(" << store_at.func() << ", " << store_var_name << ")"; store_at 1040 src/ScheduleFunctions.cpp LoopLevel store_at = f.schedule().store_level(); store_at 1046 src/ScheduleFunctions.cpp if (store_at.is_root() && compute_at.is_root()) { store_at 1068 src/ScheduleFunctions.cpp if (store_at.is_inline() && compute_at.is_inline()) { store_at 1079 src/ScheduleFunctions.cpp if (sites[i].loop_level.match(store_at)) { store_at 1106 src/ScheduleFunctions.cpp << " " << schedule_to_source(f, store_at, compute_at) << "\n" store_at 23 test/correctness/reduction_chain.cpp f0.store_at(out, x).compute_at(g, x); store_at 24 test/correctness/reduction_chain.cpp f1.store_at(out, x).compute_at(g, y); store_at 25 test/correctness/reduction_chain.cpp f2.store_at(out, x).compute_at(g, x); store_at 168 test/correctness/skip_stages.cpp f3.store_at(f4, xo).compute_at(f4, xi); store_at 263 test/correctness/skip_stages_external_array_functions.cpp f3.store_at(f4, xo).compute_at(f4, xi); store_at 154 test/correctness/sliding_window.cpp f.store_at(g, y).compute_at(g, x); store_at 17 test/error/bad_store_at.cpp f.store_at(h, y).compute_root(); store_at 254 test/performance/memory_profiler.cpp g5.store_at(f8, y).compute_at(f8, y); store_at 278 test/performance/memory_profiler.cpp g6.store_at(f10, y).compute_at(f10, y); store_at 321 test/performance/memory_profiler.cpp g8.store_at(f12, y).compute_at(f12, y); store_at 576 tutorial/lesson_08_scheduling_2.cpp producer.store_at(consumer, yo); store_at 788 tutorial/lesson_09_update_definitions.cpp clamped.store_at(spread, yo).compute_at(spread, yi); store_at 94 tutorial/lesson_12_using_the_gpu.cpp padded.store_at(curved, yo)