Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc723 * pname:driverInfo is an array of ename:VK_MAX_DRIVER_INFO_SIZE code:char
784 [open,refpage='VK_MAX_DRIVER_INFO_SIZE',desc='Length of a physical device driver information string…
786 ename:VK_MAX_DRIVER_INFO_SIZE is the length in code:char values of an array
790 include::{generated}/api/enums/VK_MAX_DRIVER_INFO_SIZE.adoc[]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp4621 memcpy(*ptr, (char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
4622 *ptr += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5012 memcpy(*ptr, (char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in reservedmarshal_VkPhysicalDeviceDriverProperties()
5013 *ptr += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in reservedmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_counting_guest.cpp3637 *count += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in count_VkPhysicalDeviceVulkan12Properties()
3920 *count += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in count_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_marshaling_guest.cpp6676 vkStream->write((char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceVulkan12Properties()
6771 vkStream->read((char*)forUnmarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
7271 vkStream->write((char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceDriverProperties()
7287 vkStream->read((char*)forUnmarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_deepcopy_guest.cpp3897 memcpy(to->driverInfo, from->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceVulkan12Properties()
4215 memcpy(to->driverInfo, from->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5759 #define VK_MAX_DRIVER_INFO_SIZE 256U macro
5965 char driverInfo[VK_MAX_DRIVER_INFO_SIZE];
6113 char driverInfo[VK_MAX_DRIVER_INFO_SIZE];
9648 #define VK_MAX_DRIVER_INFO_SIZE_KHR VK_MAX_DRIVER_INFO_SIZE
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3953 for ( size_t i = 0; i < VK_MAX_DRIVER_INFO_SIZE; ++i ) in operator ()()
5441 for ( size_t i = 0; i < VK_MAX_DRIVER_INFO_SIZE; ++i ) in operator ()()
Dvulkansc.hpp3740 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverInfoSize = VK_MAX_DRIVER_INFO_SIZE;
Dvulkan_hash.hpp7461 for ( size_t i = 0; i < VK_MAX_DRIVER_INFO_SIZE; ++i ) in operator ()()
10683 for ( size_t i = 0; i < VK_MAX_DRIVER_INFO_SIZE; ++i ) in operator ()()
Dvulkan.hpp6191 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverInfoSize = VK_MAX_DRIVER_INFO_SIZE;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp6189 memcpy((char*)forUnmarshaling->driverInfo, *ptr, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6190 *ptr += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6742 memcpy((char*)forUnmarshaling->driverInfo, *ptr, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
6743 *ptr += VK_MAX_DRIVER_INFO_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_deepcopy.cpp3897 memcpy(to->driverInfo, from->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceVulkan12Properties()
4215 memcpy(to->driverInfo, from->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_marshaling.cpp8077 vkStream->write((char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceVulkan12Properties()
8184 vkStream->read((char*)forUnmarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
8803 vkStream->write((char*)forMarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceDriverProperties()
8830 vkStream->read((char*)forUnmarshaling->driverInfo, VK_MAX_DRIVER_INFO_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceDriverProperties()