Searched refs:ResidentTextureHandles (Results 1 – 2 of 2) sorted by relevance
102 return _mesa_hash_table_u64_search(ctx->ResidentTextureHandles, in is_texture_handle_resident()131 _mesa_hash_table_u64_insert(ctx->ResidentTextureHandles, handle, in make_texture_handle_resident()146 _mesa_hash_table_u64_remove(ctx->ResidentTextureHandles, handle); in make_texture_handle_resident()374 ctx->ResidentTextureHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_resident_handles()381 _mesa_hash_table_u64_destroy(ctx->ResidentTextureHandles, NULL); in _mesa_free_resident_handles()
5296 struct hash_table_u64 *ResidentTextureHandles; member