Searched refs:ResidentTextureHandles (Results 1 – 2 of 2) sorted by relevance
101 return _mesa_hash_table_u64_search(ctx->ResidentTextureHandles, in is_texture_handle_resident()130 _mesa_hash_table_u64_insert(ctx->ResidentTextureHandles, handle, in make_texture_handle_resident()145 _mesa_hash_table_u64_remove(ctx->ResidentTextureHandles, handle); in make_texture_handle_resident()373 ctx->ResidentTextureHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_resident_handles()380 _mesa_hash_table_u64_destroy(ctx->ResidentTextureHandles, NULL); in _mesa_free_resident_handles()
5055 struct hash_table_u64 *ResidentTextureHandles; member