Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/GPU/generic/
H A Dutils.h31 LIBC_INLINE uint64_t get_num_blocks() { return 1; } in get_num_blocks() function
/aosp_15_r20/external/llvm-libc/src/__support/GPU/amdgpu/
H A Dutils.h42 LIBC_INLINE uint64_t get_num_blocks() { in get_num_blocks() function
/aosp_15_r20/external/llvm-libc/src/__support/GPU/nvptx/
H A Dutils.h42 LIBC_INLINE uint64_t get_num_blocks() { in get_num_blocks() function
/aosp_15_r20/external/executorch/devtools/etdump/
H A Detdump_flatcc.cpp630 size_t ETDumpGen::get_num_blocks() { in get_num_blocks() function in executorch::etdump::ETDumpGen
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder.h4047 static inline int get_num_blocks(const int frame_length, const int mb_length) { in get_num_blocks() function