Searched refs:resident_img_handles (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1621 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_resident_handles_update_needs_color_decompress() 1858 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_rebind_buffer() 1929 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_upload_bindless_descriptors() 1994 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_update_all_resident_texture_descriptors() 2650 util_dynarray_append(&sctx->resident_img_handles, struct si_image_handle *, img_handle); in si_make_image_handle_resident() 2661 util_dynarray_delete_unordered(&sctx->resident_img_handles, struct si_image_handle *, in si_make_image_handle_resident() 2676 num_resident_img_handles = sctx->resident_img_handles.size / sizeof(struct si_image_handle *); in si_resident_buffers_add_all_to_bo_list() 2687 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_resident_buffers_add_all_to_bo_list()
|
D | si_pipe.c | 351 util_dynarray_fini(&sctx->resident_img_handles); in si_destroy_context() 733 util_dynarray_init(&sctx->resident_img_handles, NULL); in si_create_context()
|
D | si_blit.c | 701 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_check_render_feedback_resident_images()
|
D | si_pipe.h | 1222 struct util_dynarray resident_img_handles; member
|