Searched refs:VK_MAX_DRIVER_NAME_SIZE (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 720 * 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 4619 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()
|
D | goldfish_vk_counting_guest.cpp | 3636 *count += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceVulkan12Properties() 3919 *count += VK_MAX_DRIVER_NAME_SIZE * sizeof(char); in count_VkPhysicalDeviceDriverProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 6675 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 3896 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/ |
D | vulkan_core.h | 5758 #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/ |
D | vulkansc_hash.hpp | 3949 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 ()()
|
D | vulkansc.hpp | 3739 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverNameSize = VK_MAX_DRIVER_NAME_SIZE;
|
D | vulkan_hash.hpp | 7457 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 ()()
|
D | vulkan.hpp | 6190 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDriverNameSize = VK_MAX_DRIVER_NAME_SIZE;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 6187 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()
|
D | goldfish_vk_deepcopy.cpp | 3896 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()
|
D | goldfish_vk_marshaling.cpp | 8076 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/ |
D | ChangeLog.adoc | 6423 * Remove etext:KHR from promoted ename:VK_MAX_DRIVER_NAME_SIZE in the
|