Searched refs:deviceLUIDValid (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 852 CORE_PROPERTY(deviceLUIDValid); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 569 * pname:deviceLUIDValid is a boolean value that will be ename:VK_TRUE if 603 If pname:deviceLUIDValid is ename:VK_FALSE, the values of pname:deviceLUID 605 If pname:deviceLUIDValid is ename:VK_TRUE and Vulkan is running on the 609 If pname:deviceLUIDValid is ename:VK_TRUE, pname:deviceNodeMask must:
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4283 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceLUIDValid ); in operator ()() 5356 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceLUIDValid ); in operator ()()
|
D | vulkan_hash.hpp | 8128 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceLUIDValid ); in operator ()() 10598 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceLUIDValid ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6052 vkStream->write((VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIDProperties() 6067 vkStream->read((VkBool32*)&forUnmarshaling->deviceLUIDValid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIDProperties() 6446 vkStream->write((VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Properties() 6475 vkStream->read((VkBool32*)&forUnmarshaling->deviceLUIDValid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4169 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceIDProperties() 4438 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7265 vkStream->write((VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIDProperties() 7292 vkStream->read((VkBool32*)&forUnmarshaling->deviceLUIDValid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIDProperties() 7824 vkStream->write((VkBool32*)&forMarshaling->deviceLUIDValid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Properties() 7865 vkStream->read((VkBool32*)&forUnmarshaling->deviceLUIDValid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5518 memcpy((VkBool32*)&forUnmarshaling->deviceLUIDValid, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceIDProperties() 5981 memcpy((VkBool32*)&forUnmarshaling->deviceLUIDValid, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5494 VkBool32 deviceLUIDValid; member 5888 VkBool32 deviceLUIDValid; member
|