Home
last modified time | relevance | path

Searched defs:mappable (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DMemoryAllocator.cpp45 bool mappable, in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp233 bool mappable = kind == MemoryKind::LinearMappable; in FindBestTypeIndex() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.cpp28 bool mappable = in Create() local
/third_party/libdrm/intel/
Dintel_bufmgr.c364 drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total) in drm_intel_get_aperture_sizes()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c714 bool mappable) in virtgpu_ioctl_prime_handle_to_fd()
1107 const bool mappable = bo->blob_flags & VIRTGPU_BLOB_FLAG_USE_MAPPABLE; in virtgpu_bo_map() local
1124 const bool mappable = bo->blob_flags & VIRTGPU_BLOB_FLAG_USE_MAPPABLE; in virtgpu_bo_export_dma_buf() local
Dvn_renderer_vtest.c676 const bool mappable = bo->blob_flags & VCMD_BLOB_FLAG_MAPPABLE; in vtest_bo_map() local
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h416 } mappable, unmappable; member