Home
last modified time | relevance | path

Searched refs:VK_MAX_DRIVER_NAME_SIZE (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc720 * pname:driverName is an array of ename:VK_MAX_DRIVER_NAME_SIZE code:char
769 [open,refpage='VK_MAX_DRIVER_NAME_SIZE',desc='Maximum length of a physical device driver name strin…
771 ename:VK_MAX_DRIVER_NAME_SIZE is the length in code:char values of an array
775 include::{generated}/api/enums/VK_MAX_DRIVER_NAME_SIZE.adoc[]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp4619 memcpy(*ptr, (char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
4620 *ptr += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5010 memcpy(*ptr, (char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in reservedmarshal_VkPhysicalDeviceDriverProperties()
5011 *ptr += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in reservedmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_counting_guest.cpp3636 *count += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceVulkan12Properties()
3919 *count += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_marshaling_guest.cpp6675 vkStream->write((char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceVulkan12Properties()
6770 vkStream->read((char*)forUnmarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
7270 vkStream->write((char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceDriverProperties()
7286 vkStream->read((char*)forUnmarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_deepcopy_guest.cpp3896 memcpy(to->driverName, from->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceVulkan12Properties()
4214 memcpy(to->driverName, from->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5758 #define VK_MAX_DRIVER_NAME_SIZE 256U macro
5964 char driverName[VK_MAX_DRIVER_NAME_SIZE];
6112 char driverName[VK_MAX_DRIVER_NAME_SIZE];
9647 #define VK_MAX_DRIVER_NAME_SIZE_KHR VK_MAX_DRIVER_NAME_SIZE
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3949 for ( size_t i = 0; i < VK_MAX_DRIVER_NAME_SIZE; ++i ) in operator ()()
5437 for ( size_t i = 0; i < VK_MAX_DRIVER_NAME_SIZE; ++i ) in operator ()()
Dvulkansc.hpp3739 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverNameSize = VK_MAX_DRIVER_NAME_SIZE;
Dvulkan_hash.hpp7457 for ( size_t i = 0; i < VK_MAX_DRIVER_NAME_SIZE; ++i ) in operator ()()
10679 for ( size_t i = 0; i < VK_MAX_DRIVER_NAME_SIZE; ++i ) in operator ()()
Dvulkan.hpp6190 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverNameSize = VK_MAX_DRIVER_NAME_SIZE;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp6187 memcpy((char*)forUnmarshaling->driverName, *ptr, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6188 *ptr += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6740 memcpy((char*)forUnmarshaling->driverName, *ptr, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
6741 *ptr += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_deepcopy.cpp3896 memcpy(to->driverName, from->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceVulkan12Properties()
4214 memcpy(to->driverName, from->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in deepcopy_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_marshaling.cpp8076 vkStream->write((char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceVulkan12Properties()
8183 vkStream->read((char*)forUnmarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
8802 vkStream->write((char*)forMarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in marshal_VkPhysicalDeviceDriverProperties()
8829 vkStream->read((char*)forUnmarshaling->driverName, VK_MAX_DRIVER_NAME_SIZE * sizeof(char)); in unmarshal_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6423 * Remove etext:KHR from promoted ename:VK_MAX_DRIVER_NAME_SIZE in the