Searched refs:ImageHandles (Results 1 – 2 of 2) sorted by relevance
64 _mesa_hash_table_u64_search(ctx->Shared->ImageHandles, id); in lookup_image_handle()90 _mesa_hash_table_u64_remove(ctx->Shared->ImageHandles, id); in delete_image_handle()285 util_dynarray_foreach(&texObj->ImageHandles, in find_imghandleobj()352 util_dynarray_append(&texObj->ImageHandles, in get_image_handle()362 _mesa_hash_table_u64_insert(ctx->Shared->ImageHandles, handle, imgHandleObj); in get_image_handle()392 shared->ImageHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_shared_handles()402 if (shared->ImageHandles) in _mesa_free_shared_handles()403 _mesa_hash_table_u64_destroy(shared->ImageHandles, NULL); in _mesa_free_shared_handles()415 util_dynarray_init(&texObj->ImageHandles, NULL); in _mesa_init_texture_handles()432 util_dynarray_foreach(&texObj->ImageHandles, in _mesa_make_texture_handles_non_resident()[all …]
1023 struct util_dynarray ImageHandles; member3375 struct hash_table_u64 *ImageHandles; member