Home
last modified time | relevance | path

Searched refs:deviceLUIDValid (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c852 CORE_PROPERTY(deviceLUIDValid); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc569 * 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/
Dvulkansc_hash.hpp4283 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceLUIDValid ); in operator ()()
5356 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceLUIDValid ); in operator ()()
Dvulkan_hash.hpp8128 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/
Dgoldfish_vk_marshaling_guest.cpp6052 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4169 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/
Dgoldfish_vk_marshaling.cpp7265 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()
Dgoldfish_vk_reserved_marshaling.cpp5518 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/
Dvulkan_core.h5494 VkBool32 deviceLUIDValid; member
5888 VkBool32 deviceLUIDValid; member