Home
last modified time | relevance | path

Searched refs:si_image_handle (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1448 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_resident_handles_update_needs_color_decompress()
1460 util_dynarray_append(&sctx->resident_img_needs_color_decompress, struct si_image_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()
1785 struct si_image_handle *img_handle) in si_update_bindless_image_descriptor()
1813 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_update_all_resident_texture_descriptors()
2392 struct si_image_handle *img_handle; in si_create_image_handle()
2399 img_handle = CALLOC_STRUCT(si_image_handle); in si_create_image_handle()
2431 struct si_image_handle *img_handle; in si_delete_image_handle()
2438 img_handle = (struct si_image_handle *)entry->data; in si_delete_image_handle()
[all …]
Dsi_blit.c650 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_check_render_feedback_resident_images()
712 util_dynarray_foreach (&sctx->resident_img_needs_color_decompress, struct si_image_handle *, in si_decompress_resident_images()
Dsi_pipe.h864 struct si_image_handle { struct