halide_type_t     374 src/Buffer.h       static halide_type_t static_halide_type() {
halide_type_t     204 src/Float16.h  HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<Halide::float16_t>() {
halide_type_t     205 src/Float16.h      return halide_type_t(halide_type_float, 16);
halide_type_t     287 src/Type.h         halide_type_t type;
halide_type_t     320 src/Type.h         Type(const halide_type_t &that, const halide_handle_cplusplus_type *handle_type = nullptr)
halide_type_t     325 src/Type.h         operator halide_type_t() const { return type; }
halide_type_t     140 src/runtime/HalideBuffer.h     static halide_type_t static_halide_type() {
halide_type_t     306 src/runtime/HalideBuffer.h     static halide_type_t scalar_type_of_array(Array (&vals)[N]) {
halide_type_t     311 src/runtime/HalideBuffer.h     static halide_type_t scalar_type_of_array(const T2 &) {
halide_type_t     412 src/runtime/HalideBuffer.h     halide_type_t type() const {
halide_type_t     690 src/runtime/HalideBuffer.h     Buffer(halide_type_t t, int first, Args... rest) {
halide_type_t     741 src/runtime/HalideBuffer.h     Buffer(halide_type_t t, const std::vector<int> &sizes) {
halide_type_t     784 src/runtime/HalideBuffer.h     explicit Buffer(halide_type_t t, add_const_if_T_is_const<void> *data, int first, Args&&... rest) {
halide_type_t     824 src/runtime/HalideBuffer.h     explicit Buffer(halide_type_t t, add_const_if_T_is_const<void> *data, const std::vector<int> &sizes) {
halide_type_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_type_t    1293 src/runtime/HalideBuffer.h     static Buffer<void, D> make_interleaved(halide_type_t t, int width, int height, int channels) {
halide_type_t    1315 src/runtime/HalideBuffer.h     make_interleaved(halide_type_t t, T *data, int width, int height, int channels) {
halide_type_t    1331 src/runtime/HalideBuffer.h     static Buffer<add_const_if_T_is_const<void>, D> make_scalar(halide_type_t t) {
halide_type_t     274 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_type_t(halide_type_code_t code, uint8_t bits, uint16_t lanes = 1)
halide_type_t     280 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_type_t() : code((halide_type_code_t)0), bits(0), lanes(0) {}
halide_type_t     283 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator==(const halide_type_t &other) const {
halide_type_t     289 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator!=(const halide_type_t &other) const {
halide_type_t     333 src/runtime/HalideRuntime.h     struct halide_type_t type;
halide_type_t     403 src/runtime/HalideRuntime.h     struct halide_type_t type;
halide_type_t    1013 src/runtime/HalideRuntime.h     struct halide_type_t type;
halide_type_t    1210 src/runtime/HalideRuntime.h     struct halide_type_t type;
halide_type_t    1408 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of() {
halide_type_t    1413 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_handle, 64);
halide_type_t    1417 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<float>() {
halide_type_t    1418 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_float, 32);
halide_type_t    1422 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<double>() {
halide_type_t    1423 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_float, 64);
halide_type_t    1427 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<bool>() {
halide_type_t    1428 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_uint, 1);
halide_type_t    1432 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint8_t>() {
halide_type_t    1433 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_uint, 8);
halide_type_t    1437 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint16_t>() {
halide_type_t    1438 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_uint, 16);
halide_type_t    1442 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint32_t>() {
halide_type_t    1443 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_uint, 32);
halide_type_t    1447 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint64_t>() {
halide_type_t    1448 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_uint, 64);
halide_type_t    1452 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int8_t>() {
halide_type_t    1453 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_int, 8);
halide_type_t    1457 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int16_t>() {
halide_type_t    1458 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_int, 16);
halide_type_t    1462 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int32_t>() {
halide_type_t    1463 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_int, 32);
halide_type_t    1467 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int64_t>() {
halide_type_t    1468 src/runtime/HalideRuntime.h     return halide_type_t(halide_type_int, 64);
halide_type_t      34 src/runtime/errors.cpp     halide_type_t correct_type(halide_type_code_t(correct_code), correct_bits, correct_lanes);
halide_type_t      35 src/runtime/errors.cpp     halide_type_t type_given(halide_type_code_t(code_given), bits_given, lanes_given);
halide_type_t      92 src/runtime/printer.h     Printer &operator<<(const halide_type_t &t) {
halide_type_t      97 src/runtime/runtime_internal.h struct halide_type_t;
halide_type_t     104 src/runtime/runtime_internal.h WEAK char *halide_type_to_string(char *dst, char *end, const halide_type_t *arg);
halide_type_t     246 src/runtime/to_string.cpp WEAK char *halide_type_to_string(char *dst, char *end, const halide_type_t *t) {
halide_type_t     274 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_handle, 64),
halide_type_t     283 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     292 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     301 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     310 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     319 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     328 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 1),
halide_type_t     337 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 8),
halide_type_t     346 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 16),
halide_type_t     355 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 32),
halide_type_t     364 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 64),
halide_type_t     373 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     382 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 16),
halide_type_t     391 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 32),
halide_type_t     400 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 64),
halide_type_t     409 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     418 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 64),
halide_type_t     427 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_handle, 64),
halide_type_t     436 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     445 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     454 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     463 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     472 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     481 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     490 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_uint, 8),
halide_type_t     499 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 8),
halide_type_t     508 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 8),
halide_type_t     517 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 8),
halide_type_t     526 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 8),
halide_type_t     535 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 16),
halide_type_t     544 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 16),
halide_type_t     553 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 16),
halide_type_t     562 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 16),
halide_type_t     571 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 32),
halide_type_t     580 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 32),
halide_type_t     589 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 32),
halide_type_t     598 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_int, 32),
halide_type_t     607 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_handle, 64),
halide_type_t     616 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_handle, 64),
halide_type_t     625 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     634 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     643 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     652 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     661 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     670 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     679 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     688 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     697 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     706 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     715 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     724 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t     733 test/generator/metadata_tester_aottest.cpp           halide_type_t(halide_type_float, 32),
halide_type_t      54 test/generator/stubuser_aottest.cpp   Buffer<> int32_buffer_output(halide_type_t(halide_type_int, 32), kSize, kSize, 3);