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.c1519 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_resident_handles_update_needs_color_decompress()
1520 struct pipe_resource *res = (*tex_handle)->view->texture; in si_resident_handles_update_needs_color_decompress()
1531 *tex_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()
1741 struct pipe_sampler_view *view = (*tex_handle)->view; in si_rebind_buffer()
1742 unsigned desc_slot = (*tex_handle)->desc_slot; in si_rebind_buffer()
1749 (*tex_handle)->desc_dirty = true; in si_rebind_buffer()
1823 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_upload_bindless_descriptors()
1824 unsigned desc_slot = (*tex_handle)->desc_slot; in si_upload_bindless_descriptors()
1826 if (!(*tex_handle)->desc_dirty) in si_upload_bindless_descriptors()
[all …]
Dsi_blit.c670 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) { in si_check_render_feedback_resident_textures()
674 view = (*tex_handle)->view; in si_check_render_feedback_resident_textures()
733 tex_handle) { in si_decompress_resident_textures()
734 struct pipe_sampler_view *view = (*tex_handle)->view; in si_decompress_resident_textures()
742 tex_handle) { in si_decompress_resident_textures()
743 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.h285 drm_handle_t tex_handle; member