Searched refs:handle_hash (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_bo.c43 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
55 screen->bo_handles = util_hash_table_create(handle_hash, handle_compare);
59 screen->bo_flink_names = util_hash_table_create(handle_hash, handle_compare);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.c442 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
528 screen->bo_handles = util_hash_table_create(handle_hash, handle_compare);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dcontext.c306 context->desc.h264enc.frame_idx = util_hash_table_create(handle_hash, handle_compare);
310 context->desc.h265enc.frame_idx = util_hash_table_create(handle_hash, handle_compare);
H A Dva_private.h66 static inline unsigned handle_hash(void *key) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c569 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
690 screen->bo_handles = util_hash_table_create(handle_hash, handle_compare);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c798 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
898 ws->bo_names = util_hash_table_create(handle_hash, handle_compare);
899 ws->bo_handles = util_hash_table_create(handle_hash, handle_compare);
900 ws->bo_vas = util_hash_table_create(handle_hash, handle_compare);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dprc.c51 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
437 priv->video_buffer_map = util_hash_table_create(handle_hash, handle_compare);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c842 static unsigned handle_hash(void *key) function in typeref:typename:unsigned
999 qdws->bo_handles = util_hash_table_create(handle_hash, handle_compare);
1000 qdws->bo_names = util_hash_table_create(handle_hash, handle_compare);

Completed in 10 milliseconds