Home
last modified time | relevance | path

Searched defs:vpe_callback_funcs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vpelib/inc/
H A Dvpe_types.h269 struct vpe_callback_funcs { struct
270 void *log_ctx; /**< optional. provided by the caller and pass back to callback */
271 vpe_log_func_t log;
273 void *mem_ctx; /**< optional. provided by the caller and pass back to callback */
274 vpe_zalloc_func_t zalloc;
275 vpe_free_func_t free;