Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1519 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress()
1740 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_rebind_buffer()
1823 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors()
1894 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_update_all_resident_texture_descriptors()
2417 util_dynarray_append(&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle); in si_make_texture_handle_resident()
2426 util_dynarray_delete_unordered(&sctx->resident_tex_handles, struct si_texture_handle *, in si_make_texture_handle_resident()
2563 num_resident_tex_handles = sctx->resident_tex_handles.size / sizeof(struct si_texture_handle *); in si_resident_buffers_add_all_to_bo_list()
2567 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_buffers_add_all_to_bo_list()
Dsi_pipe.c342 util_dynarray_fini(&sctx->resident_tex_handles); in si_destroy_context()
722 util_dynarray_init(&sctx->resident_tex_handles, NULL); in si_create_context()
Dsi_pipe.h1174 struct util_dynarray resident_tex_handles; member
Dsi_blit.c670 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures()