Lines Matching refs:boxed
744 void delete_##type(type boxed); \
745 type unbox_##type(type boxed); \
746 type unboxed_to_boxed_##type(type boxed); \
747 VulkanDispatch* dispatch_##type(type boxed);
751 void delete_##type(type boxed); \
752 type unbox_##type(type boxed); \
753 type unboxed_to_boxed_non_dispatchable_##type(type boxed);
882 auto boxed = handles[i]; \
884 delete_##type_name(boxed); \
888 auto boxed = handles[i]; \
890 delete_##type_name(boxed); \
893 auto boxed = (type_name)(uintptr_t)handle_u64s[i]; \
895 delete_##type_name(boxed); \