Lines Matching refs:mut
6473 VkExternalMemoryProperties* mut = (VkExternalMemoryProperties*)props; in transformImpl_VkExternalMemoryProperties_tohost() local
6475 mut[i] = transformExternalMemoryProperties_tohost(mut[i]); in transformImpl_VkExternalMemoryProperties_tohost()
6480 VkExternalMemoryProperties* mut = (VkExternalMemoryProperties*)props; in transformImpl_VkExternalMemoryProperties_fromhost() local
6482 mut[i] = transformExternalMemoryProperties_fromhost(mut[i], in transformImpl_VkExternalMemoryProperties_fromhost()
6650 type* mut = (type*)props; \
6652 mut[i].field = \
6654 mut[i].field); \
6658 type* mut = (type*)props; \
6660 mut[i].field = (VkExternalMemoryHandleTypeFlagBits) \
6662 mut[i].field, GUEST_EXTERNAL_MEMORY_HANDLE_TYPES); \
6668 type* mut = (type*)props; \
6670 mut[i].externalMemoryProperties = \
6671 transformExternalMemoryProperties_tohost(mut[i].externalMemoryProperties); \
6675 type* mut = (type*)props; \
6677 mut[i].externalMemoryProperties = transformExternalMemoryProperties_fromhost( \
6678 mut[i].externalMemoryProperties, GUEST_EXTERNAL_MEMORY_HANDLE_TYPES); \