Home
last modified time | relevance | path

Searched refs:PTR_TO_UINT (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c103 context->desc.h265enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
108 context->desc.h265enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
H A Dpicture_h264_enc.c99 context->desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
103 context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
H A Dva_private.h60 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro
/third_party/eudev/src/shared/
H A Dmacro.h130 #define PTR_TO_UINT(p) ((unsigned int) ((uintptr_t) (p))) macro
/third_party/libdrm/amdgpu/
H A Damdgpu_device.c44 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro

Completed in 4 milliseconds