halide_type_of     89 apps/HelloAndroid/jni/hello_wrapper.cpp         srcBuf.type = halide_type_of<uint8_t>();
halide_type_of    106 apps/HelloAndroid/jni/hello_wrapper.cpp         dstBuf.type = halide_type_of<uint8_t>();
halide_type_of     56 apps/simd_op_check/driver.cpp     buf.type = halide_type_of<T>();
halide_type_of    144 python_bindings/python/Image.cpp     h::Type t = halide_type_of<T>();
halide_type_of    169 python_bindings/python/Image.cpp         [&](h::Buffer<T> &that) -> h::Type { return halide_type_of<T>(); };
halide_type_of    204 src/Float16.h  HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<Halide::float16_t>() {
halide_type_of   6441 src/Simplify.cpp         internal_assert(r1.type() == halide_type_of<uint16_t>());
halide_type_of   6443 src/Simplify.cpp         internal_assert(r2.type() == halide_type_of<uint16_t>());
halide_type_of   6446 src/Simplify.cpp         internal_assert(r3.type() == halide_type_of<int>());
halide_type_of   6449 src/Simplify.cpp         internal_assert(r1.type() == halide_type_of<uint16_t>());
halide_type_of   6451 src/Simplify.cpp         internal_assert(r2.type() == halide_type_of<uint16_t>());
halide_type_of   6454 src/Simplify.cpp         internal_assert(r3.type() == halide_type_of<int>());
halide_type_of    454 src/Type.h         return Type(halide_type_of<T>(), halide_handle_traits<T>::type_info());
halide_type_of    141 src/runtime/HalideBuffer.h         return halide_type_of<typename std::remove_cv<not_void_T>::type>();
halide_type_of    312 src/runtime/HalideBuffer.h         return halide_type_of<typename std::remove_cv<T2>::type>();
halide_type_of    855 src/runtime/HalideBuffer.h         buf.type = halide_type_of<typename std::remove_cv<T>::type>();
halide_type_of   1417 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<float>() {
halide_type_of   1422 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<double>() {
halide_type_of   1427 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<bool>() {
halide_type_of   1432 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint8_t>() {
halide_type_of   1437 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint16_t>() {
halide_type_of   1442 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint32_t>() {
halide_type_of   1447 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint64_t>() {
halide_type_of   1452 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int8_t>() {
halide_type_of   1457 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int16_t>() {
halide_type_of   1462 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int32_t>() {
halide_type_of   1467 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int64_t>() {
halide_type_of     21 src/runtime/old_buffer_t.cpp     case 1: new_buf->type = halide_type_of<uint8_t>(); break;
halide_type_of     22 src/runtime/old_buffer_t.cpp     case 2: new_buf->type = halide_type_of<uint16_t>(); break;
halide_type_of     23 src/runtime/old_buffer_t.cpp     case 4: new_buf->type = halide_type_of<uint32_t>(); break;
halide_type_of     24 src/runtime/old_buffer_t.cpp     case 8: new_buf->type = halide_type_of<uint64_t>(); break;
halide_type_of    806 src/runtime/opengl.cpp     if (buf->type == halide_type_of<uint8_t>()) {
halide_type_of    808 src/runtime/opengl.cpp     } else if (buf->type == halide_type_of<uint16_t>()) {
halide_type_of    810 src/runtime/opengl.cpp     } else if (buf->type == halide_type_of<float>()) {
halide_type_of     12 test/correctness/extern_output_expansion.cpp     assert(in->type == halide_type_of<int>());
halide_type_of     13 test/correctness/extern_output_expansion.cpp     assert(out->type == halide_type_of<int>());
halide_type_of     44 test/correctness/extern_producer.cpp     assert(out->type == halide_type_of<float>());
halide_type_of     68 test/correctness/extern_producer.cpp     assert(out1->host && out1->type == halide_type_of<float>() && out1->dim[0].stride == 1);
halide_type_of     69 test/correctness/extern_producer.cpp     assert(out2->host && out2->type == halide_type_of<float>() && out2->dim[0].stride == 1);
halide_type_of     36 test/correctness/extern_stage.cpp         assert(in1->type == halide_type_of<uint8_t>());
halide_type_of     37 test/correctness/extern_stage.cpp         assert(in2->type == halide_type_of<int32_t>());
halide_type_of     38 test/correctness/extern_stage.cpp         assert(out->type == halide_type_of<uint8_t>());
halide_type_of     29 test/generator/error_codes_aottest.cpp     in.type = halide_type_of<int>();
halide_type_of     34 test/generator/error_codes_aottest.cpp     out.type = halide_type_of<int>();