Searched refs:si_image_handle (Results 1 – 3 of 3) 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() 1633 util_dynarray_append(&sctx->resident_img_needs_color_decompress, struct si_image_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() 1966 struct si_image_handle *img_handle) in si_update_bindless_image_descriptor() 1994 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_update_all_resident_texture_descriptors() 2554 struct si_image_handle *img_handle; in si_create_image_handle() 2561 img_handle = CALLOC_STRUCT(si_image_handle); in si_create_image_handle() 2593 struct si_image_handle *img_handle; in si_delete_image_handle() 2600 img_handle = (struct si_image_handle *)entry->data; in si_delete_image_handle() [all …]
|
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() 769 util_dynarray_foreach (&sctx->resident_img_needs_color_decompress, struct si_image_handle *, in si_decompress_resident_images()
|
D | si_pipe.h | 893 struct si_image_handle { struct
|