Searched refs:resident_img_handles (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1448 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_resident_handles_update_needs_color_decompress() 1677 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_rebind_buffer() 1748 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_upload_bindless_descriptors() 1813 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_update_all_resident_texture_descriptors() 2488 util_dynarray_append(&sctx->resident_img_handles, struct si_image_handle *, img_handle); in si_make_image_handle_resident() 2499 util_dynarray_delete_unordered(&sctx->resident_img_handles, struct si_image_handle *, in si_make_image_handle_resident() 2514 num_resident_img_handles = sctx->resident_img_handles.size / sizeof(struct si_image_handle *); in si_resident_buffers_add_all_to_bo_list() 2525 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 | 322 util_dynarray_fini(&sctx->resident_img_handles); in si_destroy_context() 705 util_dynarray_init(&sctx->resident_img_handles, NULL); in si_create_context()
|
D | si_pipe.h | 1188 struct util_dynarray resident_img_handles; member
|
D | si_blit.c | 650 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_check_render_feedback_resident_images()
|