Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexturebindless.c112 return _mesa_hash_table_u64_search(ctx->ResidentImageHandles, in is_image_handle_resident()
180 _mesa_hash_table_u64_insert(ctx->ResidentImageHandles, handle, in make_image_handle_resident()
193 _mesa_hash_table_u64_remove(ctx->ResidentImageHandles, handle); in make_image_handle_resident()
375 ctx->ResidentImageHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_resident_handles()
382 _mesa_hash_table_u64_destroy(ctx->ResidentImageHandles, NULL); in _mesa_free_resident_handles()
Dmtypes.h5297 struct hash_table_u64 *ResidentImageHandles; member