Searched refs:img_handle (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1556 struct si_image_handle *, img_handle) {
1557 struct pipe_image_view *view = &(*img_handle)->view;
1569 struct si_image_handle *, *img_handle);
1808 struct si_image_handle *, img_handle) {
1809 struct pipe_image_view *view = &(*img_handle)->view;
1810 unsigned desc_slot = (*img_handle)->desc_slot;
1823 (*img_handle)->desc_dirty = true;
1888 struct si_image_handle *, img_handle) {
1889 unsigned desc_slot = (*img_handle)->desc_slot;
1891 if (!(*img_handle)
1928 si_update_bindless_image_descriptor(struct si_context * sctx,struct si_image_handle * img_handle) argument
2506 struct si_image_handle *img_handle; local in function:si_create_image_handle
2548 struct si_image_handle *img_handle; local in function:si_delete_image_handle
2568 struct si_image_handle *img_handle; local in function:si_make_image_handle_resident
[all...]
H A Dsi_blit.c708 struct si_image_handle *, img_handle) {
712 view = &(*img_handle)->view;
775 struct si_image_handle *, img_handle) {
776 struct pipe_image_view *view = &(*img_handle)->view;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1534 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
1535 struct pipe_image_view *view = &(*img_handle)->view;
1547 *img_handle);
1762 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
1763 struct pipe_image_view *view = &(*img_handle)->view;
1764 unsigned desc_slot = (*img_handle)->desc_slot;
1774 (*img_handle)->desc_dirty = true;
1833 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
1834 unsigned desc_slot = (*img_handle)->desc_slot;
1836 if (!(*img_handle)
1869 si_update_bindless_image_descriptor(struct si_context * sctx,struct si_image_handle * img_handle) argument
2442 struct si_image_handle *img_handle; local in function:si_create_image_handle
2481 struct si_image_handle *img_handle; local in function:si_delete_image_handle
2499 struct si_image_handle *img_handle; local in function:si_make_image_handle_resident
[all...]
H A Dsi_blit.c687 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
691 view = &(*img_handle)->view;
756 img_handle) {
757 struct pipe_image_view *view = &(*img_handle)->view;
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_image.c76 VkImage img_handle = vn_image_to_handle(img); local in function:vn_image_init_memory_requirements
82 .image = img_handle,
103 .image = img_handle,

Completed in 13 milliseconds