Home
last modified time | relevance | path

Searched refs:PTR_TO_UINT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c99 …context->desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()
103 …context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()
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()
Dva_private.h60 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro
/third_party/libdrm/amdgpu/
Damdgpu_device.c44 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro