Home
last modified time | relevance | path

Searched refs:resident_tex_needs_depth_decompress (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c354 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()
Dsi_descriptors.c2503 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()
Dsi_blit.c755 util_dynarray_foreach (&sctx->resident_tex_needs_depth_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
Dsi_pipe.h1227 struct util_dynarray resident_tex_needs_depth_decompress; member