Searched refs:resident_tex_needs_depth_decompress (Results 1 – 4 of 4) sorted by relevance
354 util_dynarray_fini(&sctx->resident_tex_needs_depth_decompress); in si_destroy_context()736 util_dynarray_init(&sctx->resident_tex_needs_depth_decompress, NULL); in si_create_context()
2503 util_dynarray_append(&sctx->resident_tex_needs_depth_decompress, in si_make_texture_handle_resident()2542 util_dynarray_delete_unordered(&sctx->resident_tex_needs_depth_decompress, in si_make_texture_handle_resident()
755 util_dynarray_foreach (&sctx->resident_tex_needs_depth_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
1227 struct util_dynarray resident_tex_needs_depth_decompress; member