Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc565 * pname:deviceLUID is an array of ename:VK_LUID_SIZE code:uint8_t values
681 [open,refpage='VK_LUID_SIZE',desc='Length of a locally unique device identifier',type='consts',alia…
683 ename:VK_LUID_SIZE is the length in code:uint8_t values of an array
687 include::{generated}/api/enums/VK_LUID_SIZE.adoc[]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp4165 memcpy(*ptr, (uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceIDProperties()
4166 *ptr += VK_LUID_SIZE * sizeof(uint8_t); in reservedmarshal_VkPhysicalDeviceIDProperties()
4434 memcpy(*ptr, (uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
4435 *ptr += VK_LUID_SIZE * sizeof(uint8_t); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_counting_guest.cpp3307 *count += VK_LUID_SIZE * sizeof(uint8_t); in count_VkPhysicalDeviceIDProperties()
3535 *count += VK_LUID_SIZE * sizeof(uint8_t); in count_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_marshaling_guest.cpp6050 vkStream->write((uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties()
6065 vkStream->read((uint8_t*)forUnmarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties()
6444 vkStream->write((uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
6473 vkStream->read((uint8_t*)forUnmarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_deepcopy_guest.cpp3530 memcpy(to->deviceLUID, from->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties()
3844 memcpy(to->deviceLUID, from->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4894 #define VK_LUID_SIZE 8U macro
5492 uint8_t deviceLUID[VK_LUID_SIZE];
5886 uint8_t deviceLUID[VK_LUID_SIZE];
8637 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4278 for ( size_t i = 0; i < VK_LUID_SIZE; ++i ) in operator ()()
5351 for ( size_t i = 0; i < VK_LUID_SIZE; ++i ) in operator ()()
Dvulkansc.hpp3735 VULKAN_HPP_CONSTEXPR_INLINE uint32_t LuidSize = VK_LUID_SIZE;
Dvulkan_hash.hpp8123 for ( size_t i = 0; i < VK_LUID_SIZE; ++i ) in operator ()()
10593 for ( size_t i = 0; i < VK_LUID_SIZE; ++i ) in operator ()()
Dvulkan.hpp6186 VULKAN_HPP_CONSTEXPR_INLINE uint32_t LuidSize = VK_LUID_SIZE;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp5514 memcpy((uint8_t*)forUnmarshaling->deviceLUID, *ptr, VK_LUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceIDProperties()
5515 *ptr += VK_LUID_SIZE * sizeof(uint8_t); in reservedunmarshal_VkPhysicalDeviceIDProperties()
5977 memcpy((uint8_t*)forUnmarshaling->deviceLUID, *ptr, VK_LUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
5978 *ptr += VK_LUID_SIZE * sizeof(uint8_t); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_deepcopy.cpp3530 memcpy(to->deviceLUID, from->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties()
3844 memcpy(to->deviceLUID, from->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_marshaling.cpp7263 vkStream->write((uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties()
7290 vkStream->read((uint8_t*)forUnmarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties()
7822 vkStream->write((uint8_t*)forMarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
7863 vkStream->read((uint8_t*)forUnmarshaling->deviceLUID, VK_LUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()