Searched refs:resident_tex_handles (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1606 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress() 1836 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_rebind_buffer() 1919 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors() 1990 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_update_all_resident_texture_descriptors() 2529 util_dynarray_append(&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle); in si_make_texture_handle_resident() 2538 util_dynarray_delete_unordered(&sctx->resident_tex_handles, struct si_texture_handle *, in si_make_texture_handle_resident() 2675 num_resident_tex_handles = sctx->resident_tex_handles.size / sizeof(struct si_texture_handle *); in si_resident_buffers_add_all_to_bo_list() 2679 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_buffers_add_all_to_bo_list()
|
D | si_pipe.c | 350 util_dynarray_fini(&sctx->resident_tex_handles); in si_destroy_context() 732 util_dynarray_init(&sctx->resident_tex_handles, NULL); in si_create_context()
|
D | si_pipe.h | 1221 struct util_dynarray resident_tex_handles; member
|
D | si_blit.c | 684 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures()
|