Home
last modified time | relevance | path

Searched refs:ResidentImageHandles (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c118 return _mesa_hash_table_u64_search(ctx->ResidentImageHandles, in is_image_handle_resident()
186 _mesa_hash_table_u64_insert(ctx->ResidentImageHandles, handle, in make_image_handle_resident()
199 _mesa_hash_table_u64_remove(ctx->ResidentImageHandles, handle); in make_image_handle_resident()
409 ctx->ResidentImageHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_resident_handles()
416 _mesa_hash_table_u64_destroy(ctx->ResidentImageHandles); in _mesa_free_resident_handles()
Dmtypes.h3666 struct hash_table_u64 *ResidentImageHandles; member