Searched refs:handle_hash (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.c | 43 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 D | vc4_screen.c | 442 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 D | context.c | 306 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 D | va_private.h | 66 static inline unsigned handle_hash(void *key) function in typeref:typename:unsigned
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.c | 569 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 D | radeon_drm_winsys.c | 798 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 D | h264dprc.c | 51 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 D | virgl_drm_winsys.c | 842 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