Searched refs:VK_MAX_PHYSICAL_DEVICE_NAME_SIZE (Results 1 – 13 of 13) sorted by relevance
86 * pname:deviceName is an array of ename:VK_MAX_PHYSICAL_DEVICE_NAME_SIZE209 [open,refpage='VK_MAX_PHYSICAL_DEVICE_NAME_SIZE',desc='Length of a physical device name string',typ…211 ename:VK_MAX_PHYSICAL_DEVICE_NAME_SIZE is the length in code:char values of215 include::{generated}/api/enums/VK_MAX_PHYSICAL_DEVICE_NAME_SIZE.adoc[]
934 memcpy(*ptr, (char*)forMarshaling->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in reservedmarshal_VkPhysicalDeviceProperties()935 *ptr += VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char); in reservedmarshal_VkPhysicalDeviceProperties()
608 *count += VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceProperties()
1085 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceProperties()1103 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceProperties()
391 memcpy(to->deviceName, from->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceProperties()
3727 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxPhysicalDeviceNameSize = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
4772 for ( size_t i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; ++i ) in operator ()()
6178 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxPhysicalDeviceNameSize = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
9342 for ( size_t i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; ++i ) in operator ()()
134 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro3203 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
920 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceProperties()921 *ptr += VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceProperties()
1146 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceProperties()1164 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceProperties()