Searched refs:si_texture_handle (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1433 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress() 1444 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_resident_handles_update_needs_color_decompress() 1655 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_rebind_buffer() 1738 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors() 1765 struct si_texture_handle *tex_handle) in si_update_bindless_texture_descriptor() 1809 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_update_all_resident_texture_descriptors() 2259 struct si_texture_handle *tex_handle; in si_create_texture_handle() 2264 tex_handle = CALLOC_STRUCT(si_texture_handle); in si_create_texture_handle() 2304 struct si_texture_handle *tex_handle; in si_delete_texture_handle() 2311 tex_handle = (struct si_texture_handle *)entry->data; in si_delete_texture_handle() [all …]
|
D | si_blit.c | 633 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures() 689 util_dynarray_foreach (&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_decompress_resident_textures() 698 util_dynarray_foreach (&sctx->resident_tex_needs_depth_decompress, struct si_texture_handle *, in si_decompress_resident_textures()
|
D | si_pipe.h | 857 struct si_texture_handle { struct
|