Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Damdgpu_device.c45 #define UINT_TO_PTR(x) ((void *)((intptr_t)(x))) macro
134 util_hash_table_remove(fd_tab, UINT_TO_PTR(dev->fd)); in amdgpu_device_free_internal()
189 dev = util_hash_table_get(fd_tab, UINT_TO_PTR(fd)); in amdgpu_device_initialize()
290 util_hash_table_set(fd_tab, UINT_TO_PTR(dev->fd), dev); in amdgpu_device_initialize()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c455 UINT_TO_PTR(h264->CurrPic.picture_id), in handleVAEncPictureParameterBufferType()
456 UINT_TO_PTR(h264->frame_num)); in handleVAEncPictureParameterBufferType()
486 UINT_TO_PTR(h264->RefPicList0[i].picture_id))); in handleVAEncSliceParameterBufferType()
491 UINT_TO_PTR(h264->RefPicList1[i].picture_id))); in handleVAEncSliceParameterBufferType()
Dva_private.h55 #define UINT_TO_PTR(x) ((void*)(uintptr_t)(x)) macro