Searched refs:UINT_TO_PTR (Results 1 – 3 of 3) sorted by relevance
45 #define UINT_TO_PTR(x) ((void *)((intptr_t)(x))) macro134 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()
455 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()
55 #define UINT_TO_PTR(x) ((void*)(uintptr_t)(x)) macro