Home
last modified time | relevance | path

Searched defs:dmabuf (Results 1 – 16 of 16) sorted by relevance

/external/igt-gpu-tools/tests/
Dprime_vgem.c38 int dmabuf, i; in test_read() local
69 int dmabuf, i; in test_fence_read() local
126 int dmabuf, i; in test_fence_mmap() local
183 int dmabuf, i; in test_write() local
211 int dmabuf, i; in test_gtt() local
250 int dmabuf; in test_shrink() local
286 int dmabuf, i; in test_gtt_interleaved() local
332 static void work(int i915, int dmabuf, unsigned ring, uint32_t flags) in work()
432 int dmabuf; in test_busy() local
488 int dmabuf; in test_sync() local
[all …]
Dvgem_basic.c136 int dmabuf; in test_dmabuf_export() local
192 int dmabuf; in test_dmabuf_fence() local
227 int dmabuf; in test_dmabuf_fence_before() local
328 int vgem, dmabuf; in test_unload() local
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c130 int dmabuf; in plug() local
148 int dmabuf; in amd_plug() local
225 int i, r, dmabuf; in i915_to_amd() local
303 int i, r, dmabuf; in amd_to_i915() local
405 int dmabuf; in shrink() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dminigbm.rs146 let dmabuf = gbm_buffer.export()?.into(); in allocate_memory() localVariable
168 let dmabuf = gbm_buffer.export()?.into(); in allocate_memory() localVariable
227 let dmabuf = unsafe { File::from_raw_descriptor(fd) }; in export() localVariable
/external/igt-gpu-tools/tests/i915/
Dgem_concurrent_all.c346 struct dmabuf { struct
356 struct dmabuf *dmabuf; in dmabuf_create_bo() argument
389 struct dmabuf *dmabuf = bo->virtual; in dmabuf_set_bo() local
402 struct dmabuf *dmabuf = bo->virtual; in dmabuf_cmp_bo() local
415 struct dmabuf *dmabuf = bo->virtual; in dmabuf_release_bo() local
449 struct dmabuf *dmabuf; in vgem_create_bo() local
/external/crosvm/gpu_display/src/
Ddisplay_wl.c464 struct dwl_dmabuf *dmabuf = (struct dwl_dmabuf *)data; in linux_buffer_created() local
480 struct dwl_dmabuf *dmabuf = (struct dwl_dmabuf *)data; in dmabuf_buffer_release() local
494 struct dwl_dmabuf *dmabuf = calloc(1, sizeof(struct dwl_dmabuf)); in dwl_context_dmabuf_new() local
780 void dwl_surface_flip_to(struct dwl_surface *self, struct dwl_dmabuf *dmabuf) in dwl_surface_flip_to()
Dgpu_display_wl.rs160 let dmabuf = DwlDmabuf(unsafe { in import_dmabuf() localVariable
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c77 struct wsi_wl_display_dmabuf dmabuf; member
270 dmabuf_handle_format(void *data, struct zwp_linux_dmabuf_v1 *dmabuf, in dmabuf_handle_format()
278 dmabuf_handle_modifier(void *data, struct zwp_linux_dmabuf_v1 *dmabuf, in dmabuf_handle_modifier()
/external/igt-gpu-tools/lib/
Digt_dummyload.c479 int dmabuf; in plug_vgem_handle() local
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c176 int dmabuf; in loop() local
/external/crosvm/rutabaga_gfx/src/
Dvirgl_renderer.rs271 let dmabuf = unsafe { SafeDescriptor::from_raw_descriptor(fd) }; in export_blob() localVariable
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1309 dmabuf_ignore_format(void *data, struct zwp_linux_dmabuf_v1 *dmabuf, in dmabuf_ignore_format()
1316 dmabuf_handle_modifier(void *data, struct zwp_linux_dmabuf_v1 *dmabuf, in dmabuf_handle_modifier()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c902 uint64_t handle, dmabuf, offset, stride, planes; in test_nv12() member
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs281 let dmabuf = self.rutabaga.export_blob(resource.resource_id).ok()?; in import_to_display() localVariable
/external/kernel-headers/original/uapi/linux/
Dfd.h235 char *dmabuf; member
/external/crosvm/devices/src/virtio/
Dwl.rs621 fn dmabuf( in dmabuf() method