Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1519 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress()
1530 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_resident_handles_update_needs_color_decompress()
1740 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_rebind_buffer()
1823 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors()
1850 struct si_texture_handle *tex_handle) in si_update_bindless_texture_descriptor()
1894 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_update_all_resident_texture_descriptors()
2309 struct si_texture_handle *tex_handle; in si_create_texture_handle()
2314 tex_handle = CALLOC_STRUCT(si_texture_handle); in si_create_texture_handle()
2354 struct si_texture_handle *tex_handle; in si_delete_texture_handle()
2361 tex_handle = (struct si_texture_handle *)entry->data; in si_delete_texture_handle()
[all …]
Dsi_blit.c670 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures()
732 util_dynarray_foreach (&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
741 util_dynarray_foreach (&sctx->resident_tex_needs_depth_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
Dsi_pipe.h847 struct si_texture_handle { struct