Searched refs:VK_LUID_SIZE (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 565 * 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 4165 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()
|
D | goldfish_vk_counting_guest.cpp | 3307 *count += VK_LUID_SIZE * sizeof(uint8_t); in count_VkPhysicalDeviceIDProperties() 3535 *count += VK_LUID_SIZE * sizeof(uint8_t); in count_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_marshaling_guest.cpp | 6050 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 3530 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/ |
D | vulkan_core.h | 4894 #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/ |
D | vulkansc_hash.hpp | 4278 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 ()()
|
D | vulkansc.hpp | 3735 VULKAN_HPP_CONSTEXPR_INLINE uint32_t LuidSize = VK_LUID_SIZE;
|
D | vulkan_hash.hpp | 8123 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 ()()
|
D | vulkan.hpp | 6186 VULKAN_HPP_CONSTEXPR_INLINE uint32_t LuidSize = VK_LUID_SIZE;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 5514 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()
|
D | goldfish_vk_deepcopy.cpp | 3530 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()
|
D | goldfish_vk_marshaling.cpp | 7263 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()
|