Home
last modified time | relevance | path

Searched refs:calc_device_crop_byte_offset (Results 1 – 6 of 6) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Ddevice_buffer_utils.h171 ALWAYS_INLINE int64_t calc_device_crop_byte_offset(const struct halide_buffer_t *src, struct halide… in calc_device_crop_byte_offset() function
H A Dhexagon_host.cpp797 const int64_t offset = calc_device_crop_byte_offset(src, dst); in halide_hexagon_device_crop()
H A Dcuda.cpp1031 const int64_t offset = calc_device_crop_byte_offset(src, dst); in halide_cuda_device_crop()
H A Dmetal.cpp1057 const int64_t offset = calc_device_crop_byte_offset(src, dst); in halide_metal_device_crop()
H A Dopencl.cpp1257 const int64_t offset = calc_device_crop_byte_offset(src, dst); in halide_opencl_device_crop()
H A Dd3d12compute.cpp3072 int64_t offset = Internal::calc_device_crop_byte_offset(src, dst); in halide_d3d12compute_device_crop()