/external/libdrm/intel/ |
D | intel_bufmgr.c | 184 drm_intel_bufmgr_check_aperture_space(drm_intel_bo ** bo_array, int count) in drm_intel_bufmgr_check_aperture_space() argument 186 return bo_array[0]->bufmgr->check_aperture_space(bo_array, count); in drm_intel_bufmgr_check_aperture_space()
|
D | intel_bufmgr_gem.c | 286 drm_intel_gem_estimate_batch_space(drm_intel_bo ** bo_array, int count); 289 drm_intel_gem_compute_batch_space(drm_intel_bo ** bo_array, int count); 2813 drm_intel_gem_total_fences(drm_intel_bo ** bo_array, int count) in drm_intel_gem_total_fences() argument 2819 drm_intel_bo_gem *bo_gem = (drm_intel_bo_gem *) bo_array[i]; in drm_intel_gem_total_fences() 2854 drm_intel_gem_estimate_batch_space(drm_intel_bo **bo_array, int count) in drm_intel_gem_estimate_batch_space() argument 2860 drm_intel_bo_gem *bo_gem = (drm_intel_bo_gem *) bo_array[i]; in drm_intel_gem_estimate_batch_space() 2873 drm_intel_gem_compute_batch_space(drm_intel_bo **bo_array, int count) in drm_intel_gem_compute_batch_space() argument 2879 total += drm_intel_gem_bo_get_aperture_space(bo_array[i]); in drm_intel_gem_compute_batch_space() 2891 (drm_intel_bo_gem *) bo_array[i]; in drm_intel_gem_compute_batch_space() 2897 drm_intel_gem_bo_clear_aperture_space_flag(bo_array[i]); in drm_intel_gem_compute_batch_space() [all …]
|
D | intel_bufmgr_priv.h | 278 int (*check_aperture_space) (drm_intel_bo ** bo_array, int count);
|
D | intel_bufmgr_fake.c | 1499 drm_intel_fake_check_aperture_space(drm_intel_bo ** bo_array, int count) in drm_intel_fake_check_aperture_space() argument 1502 (drm_intel_bufmgr_fake *) bo_array[0]->bufmgr; in drm_intel_fake_check_aperture_space() 1507 drm_intel_bo_fake *bo_fake = (drm_intel_bo_fake *) bo_array[i]; in drm_intel_fake_check_aperture_space() 1513 sz += ALIGN(bo_array[i]->size, bo_fake->alignment); in drm_intel_fake_check_aperture_space()
|
D | intel_bufmgr.h | 149 int drm_intel_bufmgr_check_aperture_space(drm_intel_bo ** bo_array, int count);
|
/external/intel-media-driver/media_softlet/linux/common/os/i915/ |
D | mos_bufmgr_api.c | 930 mos_bufmgr_check_aperture_space(struct mos_linux_bo ** bo_array, int count) in mos_bufmgr_check_aperture_space() argument 932 if(!bo_array) in mos_bufmgr_check_aperture_space() 938 if (bo_array[0]->bufmgr && bo_array[0]->bufmgr->check_aperture_space) in mos_bufmgr_check_aperture_space() 940 return bo_array[0]->bufmgr->check_aperture_space(bo_array, count); in mos_bufmgr_check_aperture_space()
|
D | mos_bufmgr.c | 382 mos_gem_estimate_batch_space(struct mos_linux_bo ** bo_array, int count); 385 mos_gem_compute_batch_space(struct mos_linux_bo ** bo_array, int count); 3662 mos_gem_total_fences(struct mos_linux_bo ** bo_array, int count) in mos_gem_total_fences() argument 3668 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_total_fences() 3703 mos_gem_estimate_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_estimate_batch_space() argument 3709 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_estimate_batch_space() 3722 mos_gem_compute_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_compute_batch_space() argument 3728 total += mos_gem_bo_get_aperture_space(bo_array[i]); in mos_gem_compute_batch_space() 3740 (struct mos_bo_gem *) bo_array[i]; in mos_gem_compute_batch_space() 3746 mos_gem_bo_clear_aperture_space_flag(bo_array[i]); in mos_gem_compute_batch_space() [all …]
|
/external/intel-media-driver/media_driver/linux/ult/libdrm_mock/ |
D | mos_bufmgr_api_mock.c | 155 mos_bufmgr_check_aperture_space(struct mos_linux_bo ** bo_array, int count) in mos_bufmgr_check_aperture_space() argument 157 return bo_array[0]->bufmgr->check_aperture_space(bo_array, count); in mos_bufmgr_check_aperture_space()
|
D | mos_bufmgr_mock.c | 320 mos_gem_estimate_batch_space(struct mos_linux_bo ** bo_array, int count); 323 mos_gem_compute_batch_space(struct mos_linux_bo ** bo_array, int count); 2928 mos_gem_total_fences(struct mos_linux_bo ** bo_array, int count) in mos_gem_total_fences() argument 2934 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_total_fences() 2969 mos_gem_estimate_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_estimate_batch_space() argument 2975 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_estimate_batch_space() 2988 mos_gem_compute_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_compute_batch_space() argument 2994 total += mos_gem_bo_get_aperture_space(bo_array[i]); in mos_gem_compute_batch_space() 3006 (struct mos_bo_gem *) bo_array[i]; in mos_gem_compute_batch_space() 3012 mos_gem_bo_clear_aperture_space_flag(bo_array[i]); in mos_gem_compute_batch_space() [all …]
|
/external/mesa3d/src/virtio/vulkan/ |
D | vn_renderer_virtgpu.c | 112 struct util_sparse_array bo_array; member 1164 bo = util_sparse_array_get(&gpu->bo_array, gem_handle); in virtgpu_bo_create_from_dma_buf() 1249 struct virtgpu_bo *bo = util_sparse_array_get(&gpu->bo_array, gem_handle); in virtgpu_bo_create_from_device_memory() 1429 util_sparse_array_finish(&gpu->bo_array); in virtgpu_destroy() 1661 util_sparse_array_init(&gpu->bo_array, sizeof(struct virtgpu_bo), 1024); in virtgpu_init()
|
D | vn_renderer_vtest.c | 69 struct util_sparse_array bo_array; member 763 struct vtest_bo *bo = util_sparse_array_get(&vtest->bo_array, res_id); in vtest_bo_create_from_device_memory() 971 util_sparse_array_finish(&vtest->bo_array); in vtest_destroy() 1030 util_sparse_array_init(&vtest->bo_array, sizeof(struct vtest_bo), 1024); in vtest_init()
|
/external/intel-media-driver/media_softlet/linux/common/os/i915_production/ |
D | mos_bufmgr.c | 374 mos_gem_estimate_batch_space(struct mos_linux_bo ** bo_array, int count); 377 mos_gem_compute_batch_space(struct mos_linux_bo ** bo_array, int count); 3656 mos_gem_total_fences(struct mos_linux_bo ** bo_array, int count) in mos_gem_total_fences() argument 3662 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_total_fences() 3697 mos_gem_estimate_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_estimate_batch_space() argument 3703 struct mos_bo_gem *bo_gem = (struct mos_bo_gem *) bo_array[i]; in mos_gem_estimate_batch_space() 3716 mos_gem_compute_batch_space(struct mos_linux_bo **bo_array, int count) in mos_gem_compute_batch_space() argument 3722 total += mos_gem_bo_get_aperture_space(bo_array[i]); in mos_gem_compute_batch_space() 3734 (struct mos_bo_gem *) bo_array[i]; in mos_gem_compute_batch_space() 3740 mos_gem_bo_clear_aperture_space_flag(bo_array[i]); in mos_gem_compute_batch_space() [all …]
|
D | mos_bufmgr_priv.h | 246 int (*check_aperture_space) (struct mos_linux_bo ** bo_array, int count) = nullptr;
|
/external/intel-media-driver/media_softlet/linux/common/os/i915/include/ |
D | mos_bufmgr_priv.h | 246 int (*check_aperture_space) (struct mos_linux_bo ** bo_array, int count) = nullptr;
|
D | mos_bufmgr_api.h | 282 int mos_bufmgr_check_aperture_space(struct mos_linux_bo ** bo_array, int count);
|
/external/igt-gpu-tools/lib/stubs/drm/ |
D | intel_bufmgr.h | 149 int drm_intel_bufmgr_check_aperture_space(drm_intel_bo ** bo_array, int count);
|