Home
last modified time | relevance | path

Searched refs:mmap_count (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c52 unsigned mmap_count = 0; variable
60 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_find_mapped_gpu_mem_containing_rw()
90 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_find_handle()
123 for (unsigned i = 0; i < mmap_count; ++i) in agxdecode_decode_segment_list()
567 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_dump_mappings()
585 assert((mmap_count + 1) < MAX_MAPPINGS); in agxdecode_track_alloc()
587 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_track_alloc()
593 mmap_array[mmap_count++] = *alloc; in agxdecode_track_alloc()
601 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_track_free()

Completed in 1 milliseconds