halide_dimension_t 75 apps/HelloAndroid/jni/hello_wrapper.cpp static halide_dimension_t srcDim[2]; halide_dimension_t 77 apps/HelloAndroid/jni/hello_wrapper.cpp static halide_dimension_t dstDim[2]; halide_dimension_t 21 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t lumaShape[] = { halide_dimension_t 27 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t chromaUShape[] = { halide_dimension_t 33 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t chromaVShape[] = { halide_dimension_t 74 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t chromaShape[] = { halide_dimension_t 80 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t chromaShape[] = { halide_dimension_t 161 apps/HelloAndroidCamera2/jni/YuvBufferT.cpp halide_dimension_t shape[] = { halide_dimension_t 22 apps/linear_algebra/src/halide_blas.cpp halide_dimension_t shape = {0, N, incx}; halide_dimension_t 28 apps/linear_algebra/src/halide_blas.cpp halide_dimension_t shape[] = {{0, M, 1}, {0, N, lda}}; halide_dimension_t 52 apps/simd_op_check/driver.cpp buf.dim = (halide_dimension_t *)malloc(sizeof(halide_dimension_t)*2); halide_dimension_t 512 python_bindings/python/Image.cpp halide_dimension_t *shape = halide_dimension_t 513 python_bindings/python/Image.cpp (halide_dimension_t *)__builtin_alloca(sizeof(halide_dimension_t) * dims); halide_dimension_t 353 src/AddImageChecks.cpp builder.shape_memory = Call::make(type_of<struct halide_dimension_t *>(), halide_dimension_t 521 src/BoundsInference.cpp Expr query_shape = Call::make(type_of<struct halide_dimension_t *>(), Call::alloca, halide_dimension_t 522 src/BoundsInference.cpp {(int)(sizeof(halide_dimension_t) * dims)}, Call::Intrinsic); halide_dimension_t 205 src/Buffer.h const halide_dimension_t *shape, halide_dimension_t 211 src/Buffer.h const halide_dimension_t *shape, halide_dimension_t 802 src/CodeGen_LLVM.cpp size_t shape_size = buf.dimensions() * sizeof(halide_dimension_t); halide_dimension_t 2451 src/CodeGen_LLVM.cpp if (op->type == type_of<struct halide_dimension_t *>()) { halide_dimension_t 2452 src/CodeGen_LLVM.cpp value = create_alloca_at_entry(dimension_t_type, *sz / sizeof(halide_dimension_t)); halide_dimension_t 628 src/IROperator.cpp Expr shape_var = Variable::make(type_of<halide_dimension_t *>(), shape_var_name); halide_dimension_t 632 src/IROperator.cpp args[1] = make_zero(type_of<halide_dimension_t *>()); halide_dimension_t 683 src/IROperator.cpp Expr shape_arg = Call::make(type_of<halide_dimension_t *>(), Call::make_struct, shape, Call::Intrinsic); halide_dimension_t 687 src/IROperator.cpp args[8] = make_zero(type_of<halide_dimension_t *>()); halide_dimension_t 423 src/ScheduleFunctions.cpp args[1] = Call::make(type_of<struct halide_dimension_t *>(), Call::alloca, halide_dimension_t 424 src/ScheduleFunctions.cpp {(int)sizeof(halide_dimension_t) * f.dimensions()}, Call::Intrinsic); halide_dimension_t 462 src/ScheduleFunctions.cpp Expr shape = Call::make(type_of<halide_dimension_t *>(), Call::buffer_get_shape, {buffer}, Call::Extern); halide_dimension_t 463 src/ScheduleFunctions.cpp Expr shape_size = Expr((uint64_t)(sizeof(halide_dimension_t) * dimensions)); halide_dimension_t 150 src/Type.h HALIDE_DECLARE_EXTERN_STRUCT_TYPE(halide_dimension_t); halide_dimension_t 104 src/runtime/HalideBuffer.h halide_dimension_t shape[D]; halide_dimension_t 217 src/runtime/HalideBuffer.h buf.dim = new halide_dimension_t[buf.dimensions]; halide_dimension_t 339 src/runtime/HalideBuffer.h const halide_dimension_t &d; halide_dimension_t 381 src/runtime/HalideBuffer.h Dimension(const halide_dimension_t &dim) : d(dim) {}; halide_dimension_t 838 src/runtime/HalideBuffer.h explicit Buffer(halide_type_t t, add_const_if_T_is_const<void> *data, int d, const halide_dimension_t *shape) { halide_dimension_t 854 src/runtime/HalideBuffer.h explicit Buffer(T *data, int d, const halide_dimension_t *shape) { halide_dimension_t 1194 src/runtime/HalideBuffer.h halide_dimension_t *new_shape = new halide_dimension_t[buf.dimensions]; halide_dimension_t 1363 src/runtime/HalideBuffer.h halide_dimension_t *shape = src.buf.dim; halide_dimension_t 968 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_dimension_t() : min(0), extent(0), stride(0), flags(0) {} halide_dimension_t 969 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_dimension_t(int32_t m, int32_t e, int32_t s, uint32_t f = 0) : halide_dimension_t 972 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE bool operator==(const halide_dimension_t &other) const { halide_dimension_t 979 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE bool operator!=(const halide_dimension_t &other) const { halide_dimension_t 1020 src/runtime/HalideRuntime.h halide_dimension_t *dim; halide_dimension_t 75 src/runtime/buffer_t.cpp halide_dimension_t *_halide_buffer_get_shape(halide_buffer_t *buf) { halide_dimension_t 101 src/runtime/buffer_t.cpp halide_dimension_t *dst_shape, halide_dimension_t 106 src/runtime/buffer_t.cpp halide_dimension_t *shape, halide_dimension_t 127 src/runtime/buffer_t.cpp halide_dimension_t *dst_shape, halide_dimension_t 144 src/runtime/buffer_t.cpp halide_dimension_t *dst_shape, halide_dimension_t 68 src/runtime/cache.cpp WEAK bool buffer_has_shape(const halide_buffer_t *buf, const halide_dimension_t *shape) { halide_dimension_t 95 src/runtime/cache.cpp halide_dimension_t *computed_bounds; halide_dimension_t 138 src/runtime/cache.cpp storage_bytes += sizeof(halide_dimension_t) * dimensions * (tuple_count + 1); halide_dimension_t 152 src/runtime/cache.cpp computed_bounds = (halide_dimension_t *)(metadata_storage + shape_offset); halide_dimension_t 420 src/runtime/matlab.cpp buf->dim = (halide_dimension_t *)__builtin_alloca(sizeof(halide_dimension_t) * arg_metadata->dimensions); halide_dimension_t 421 src/runtime/matlab.cpp memset(buf->dim, 0, sizeof(halide_dimension_t) * arg_metadata->dimensions); halide_dimension_t 107 src/runtime/old_buffer_t.cpp halide_dimension_t shape[4]; halide_dimension_t 119 src/runtime/old_buffer_t.cpp halide_dimension_t shape[4]; halide_dimension_t 130 src/runtime/old_buffer_t.cpp halide_dimension_t shape[4]; halide_dimension_t 142 src/runtime/old_buffer_t.cpp halide_dimension_t shape[4]; halide_dimension_t 153 src/runtime/old_buffer_t.cpp halide_dimension_t shape[4]; halide_dimension_t 116 src/runtime/write_debug_image.cpp halide_dimension_t shape[4]; halide_dimension_t 31 test/correctness/buffer_t.cpp static_assert(sizeof(halide_dimension_t) == 16, "size of halide_dimension_t is wrong"); halide_dimension_t 17 test/correctness/input_larger_than_two_gigs.cpp halide_dimension_t shape[] = {{0, 4096, 1}, halide_dimension_t 21 test/correctness/output_larger_than_two_gigs.cpp halide_dimension_t shape[] = {{0, 4096, 1}, halide_dimension_t 8 test/correctness/shifted_image.cpp halide_dimension_t shape[] = {{100, 10, 1}, halide_dimension_t 25 test/generator/error_codes_aottest.cpp halide_dimension_t shape[] = {{0, 64, 1}, halide_dimension_t 50 test/generator/error_codes_aottest.cpp halide_dimension_t smaller[] = {{0, 50, 1}, halide_dimension_t 60 test/generator/error_codes_aottest.cpp halide_dimension_t bad_shape[] = {{0, 64, 1}, halide_dimension_t 72 test/generator/error_codes_aottest.cpp halide_dimension_t huge[] = {{0, 10000000, 1}, halide_dimension_t 81 test/generator/error_codes_aottest.cpp halide_dimension_t huge_stride[] = {{0, 64, 1}, halide_dimension_t 96 test/generator/error_codes_aottest.cpp halide_dimension_t wrong_stride[] = {{0, 64, 2}, halide_dimension_t 106 test/generator/msan_aottest.cpp if (output_previous != nullptr || len != sizeof(halide_dimension_t) * 3) { halide_dimension_t 118 test/generator/msan_aottest.cpp if (output_previous != nullptr || len != sizeof(halide_dimension_t) * 3) { halide_dimension_t 184 test/generator/msan_aottest.cpp halide_dimension_t shape[3] = { halide_dimension_t 219 test/generator/msan_aottest.cpp halide_dimension_t shape[3] = {