Searched refs:num_resident_img_handles (Results 1 – 1 of 1) sorted by relevance
2673 unsigned num_resident_tex_handles, num_resident_img_handles; in si_resident_buffers_add_all_to_bo_list() local2676 num_resident_img_handles = sctx->resident_img_handles.size / sizeof(struct si_image_handle *); in si_resident_buffers_add_all_to_bo_list()2693 sctx->num_resident_handles += num_resident_tex_handles + num_resident_img_handles; in si_resident_buffers_add_all_to_bo_list()