Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device_memory.h37 VkDeviceSize map_end; member
Dvn_device_memory.c577 mem->map_end = size == VK_WHOLE_SIZE ? mem->size : offset + size; in vn_MapMemory()
604 ? mem->map_end - range->offset in vn_FlushMappedMemoryRanges()
627 ? mem->map_end - range->offset in vn_InvalidateMappedMemoryRanges()
/third_party/node/deps/v8/src/base/
Dhashmap.h135 Entry* map_end() const { return impl_.map_ + impl_.capacity_; } in map_end() function
296 if (q == map_end()) { in Remove()
347 const Entry* end = map_end(); in Next()
/third_party/rust/crates/log/src/kv/
Dsource.rs492 .map_end() in stream()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10267 void *map_end; member