Home
last modified time | relevance | path

Searched defs:row_buf (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DScanUtils.cuh70 scalar_t* row_buf = vbuf + 2 * num_threads_x * threadIdx.y; in tensor_kernel_scan_innermost_dim_with_indices() local
304 __device__ void tensor_kernel_scan_innermost_dim_impl(T* row_buf, T *tgt_, const T *src_, in tensor_kernel_scan_innermost_dim_impl()
383 T* row_buf = reinterpret_cast<T*>(sbuf2 + num_threads_x * 2 * threadIdx.y); in tensor_kernel_scan_innermost_dim() local
/external/pdfium/core/fxcodec/
Dprogressive_decoder.cpp251 pdfium::span<uint8_t> row_buf) { in GifReadScanline()
290 pdfium::span<const uint8_t> row_buf) { in BmpReadScanline()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp37 pdfium::span<uint8_t> row_buf) { in ReadScanline()
/external/libpng/
Dpngtest.c879 png_bytep row_buf; in test_one_file() local
Dpngstruct.h226 png_bytep row_buf; /* buffer to save current (unfiltered) row. member