Home
last modified time | relevance | path

Searched refs:VK_MAX_PHYSICAL_DEVICE_NAME_SIZE (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc86 * pname:deviceName is an array of ename:VK_MAX_PHYSICAL_DEVICE_NAME_SIZE
209 [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 of
215 include::{generated}/api/enums/VK_MAX_PHYSICAL_DEVICE_NAME_SIZE.adoc[]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp934 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()
Dgoldfish_vk_counting_guest.cpp608 *count += VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling_guest.cpp1085 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceProperties()
1103 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_deepcopy_guest.cpp391 memcpy(to->deviceName, from->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3727 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxPhysicalDeviceNameSize = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
Dvulkansc_hash.hpp4772 for ( size_t i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; ++i ) in operator ()()
Dvulkan.hpp6178 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxPhysicalDeviceNameSize = VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
Dvulkan_hash.hpp9342 for ( size_t i = 0; i < VK_MAX_PHYSICAL_DEVICE_NAME_SIZE; ++i ) in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h134 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U macro
3203 char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp920 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceProperties()
921 *ptr += VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_deepcopy.cpp391 memcpy(to->deviceName, from->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling.cpp1146 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceProperties()
1164 VK_MAX_PHYSICAL_DEVICE_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceProperties()