Home
last modified time | relevance | path

Searched refs:drm_amdgpu_bo_list_entry (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu_bo.c578 struct drm_amdgpu_bo_list_entry *list; in amdgpu_bo_list_create()
587 if (number_of_resources > UINT32_MAX / sizeof(struct drm_amdgpu_bo_list_entry)) in amdgpu_bo_list_create()
590 list = malloc(number_of_resources * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_bo_list_create()
603 args.in.bo_info_size = sizeof(struct drm_amdgpu_bo_list_entry); in amdgpu_bo_list_create()
650 struct drm_amdgpu_bo_list_entry *list; in amdgpu_bo_list_update()
659 if (number_of_resources > UINT32_MAX / sizeof(struct drm_amdgpu_bo_list_entry)) in amdgpu_bo_list_update()
662 list = malloc(number_of_resources * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_bo_list_update()
669 args.in.bo_info_size = sizeof(struct drm_amdgpu_bo_list_entry); in amdgpu_bo_list_update()
/external/libdrm/include/drm/
Damdgpu_drm.h119 struct drm_amdgpu_bo_list_entry { struct
/external/kernel-headers/original/uapi/drm/
Damdgpu_drm.h119 struct drm_amdgpu_bo_list_entry { struct