Searched refs:img_handle (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 1621 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_resident_handles_update_needs_color_decompress() 1622 struct pipe_image_view *view = &(*img_handle)->view; in si_resident_handles_update_needs_color_decompress() 1634 *img_handle); in si_resident_handles_update_needs_color_decompress() 1858 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_rebind_buffer() 1859 struct pipe_image_view *view = &(*img_handle)->view; in si_rebind_buffer() 1860 unsigned desc_slot = (*img_handle)->desc_slot; in si_rebind_buffer() 1870 (*img_handle)->desc_dirty = true; in si_rebind_buffer() 1929 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_upload_bindless_descriptors() 1930 unsigned desc_slot = (*img_handle)->desc_slot; in si_upload_bindless_descriptors() 1932 if (!(*img_handle) in si_upload_bindless_descriptors() 1965 si_update_bindless_image_descriptor(struct si_context *sctx, struct si_image_handle *img_handle) si_update_bindless_image_descriptor() argument 2554 struct si_image_handle *img_handle; si_create_image_handle() local 2593 struct si_image_handle *img_handle; si_delete_image_handle() local 2611 struct si_image_handle *img_handle; si_make_image_handle_resident() local [all...] |
H A D | si_blit.c | 701 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { in si_check_render_feedback_resident_images() 705 view = &(*img_handle)->view; in si_check_render_feedback_resident_images() 770 img_handle) { in si_decompress_resident_images() 771 struct pipe_image_view *view = &(*img_handle)->view; in si_decompress_resident_images()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_wsi.c | 154 VkImage img_handle = vn_image_to_handle(img); in vn_wsi_create_image() local 160 img_handle, &props); in vn_wsi_create_image() 162 vn_DestroyImage(dev_handle, img_handle, alloc); in vn_wsi_create_image()
|
H A D | vn_image.c | 76 VkImage img_handle = vn_image_to_handle(img); in vn_image_init_memory_requirements() local 82 .image = img_handle, in vn_image_init_memory_requirements() 103 .image = img_handle, in vn_image_init_memory_requirements()
|
Completed in 8 milliseconds