Home
last modified time | relevance | path

Searched refs:tex_handle (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1606 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress()
1607 struct pipe_resource *res = (*tex_handle)->view->texture; in si_resident_handles_update_needs_color_decompress()
1618 *tex_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()
1837 struct pipe_sampler_view *view = (*tex_handle)->view; in si_rebind_buffer()
1838 unsigned desc_slot = (*tex_handle)->desc_slot; in si_rebind_buffer()
1845 (*tex_handle)->desc_dirty = true; in si_rebind_buffer()
1919 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors()
1920 unsigned desc_slot = (*tex_handle)->desc_slot; in si_upload_bindless_descriptors()
1922 if (!(*tex_handle)->desc_dirty) in si_upload_bindless_descriptors()
[all …]
Dsi_blit.c684 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures()
688 view = (*tex_handle)->view; in si_check_render_feedback_resident_textures()
747 tex_handle) { in si_decompress_resident_textures()
748 struct pipe_sampler_view *view = (*tex_handle)->view; in si_decompress_resident_textures()
756 tex_handle) { in si_decompress_resident_textures()
757 struct pipe_sampler_view *view = (*tex_handle)->view; in si_decompress_resident_textures()
/third_party/libdrm/include/drm/
Di915_drm.h224 drm_handle_t tex_handle; member
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h348 drm_handle_t tex_handle; member