Home
last modified time | relevance | path

Searched refs:vmo_size (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dvmo.cc64 size_t vmo_size; in IsSizeValid() local
65 zx_status_t status = buffer.vmo.get_size(&vmo_size); in IsSizeValid()
67 *is_valid = vmo_size >= buffer.size; in IsSizeValid()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc102 uint64_t vmo_size; in VulkanSurface() local
103 zx_status_t status = exported_vmo.get_size(&vmo_size); in VulkanSurface()
112 session, std::move(exported_vmo), vmo_size, in VulkanSurface()
293 size_t vmo_size = 0; in AllocateDeviceMemory() local
294 if (exported_vmo.get_size(&vmo_size) != ZX_OK || in AllocateDeviceMemory()
295 vmo_size < memory_reqs.size) { in AllocateDeviceMemory()