Searched refs:si_texture_handle (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1606 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress() 1617 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_resident_handles_update_needs_color_decompress() 1836 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_rebind_buffer() 1919 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors() 1946 struct si_texture_handle *tex_handle) in si_update_bindless_texture_descriptor() 1990 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_update_all_resident_texture_descriptors() 2421 struct si_texture_handle *tex_handle; in si_create_texture_handle() 2426 tex_handle = CALLOC_STRUCT(si_texture_handle); in si_create_texture_handle() 2466 struct si_texture_handle *tex_handle; in si_delete_texture_handle() 2473 tex_handle = (struct si_texture_handle *)entry->data; in si_delete_texture_handle() [all …]
|
D | si_blit.c | 684 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures() 746 util_dynarray_foreach (&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_decompress_resident_textures() 755 util_dynarray_foreach (&sctx->resident_tex_needs_depth_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
|
D | si_pipe.h | 886 struct si_texture_handle { struct
|