Searched refs:subsetAllocation (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_instance.c | 494 p->subsetAllocation = false; in vk_common_EnumeratePhysicalDeviceGroups()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1706 * pname:subsetAllocation specifies whether logical devices created from 1711 If pname:physicalDeviceCount is `1`, then pname:subsetAllocation must:
|
D | memory.adoc | 3275 If slink:VkPhysicalDeviceGroupProperties::pname:subsetAllocation is
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4246 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceGroupProperties.subsetAllocation ); in operator ()()
|
D | vulkan_hash.hpp | 8059 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceGroupProperties.subsetAllocation ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4871 vkStream->write((VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGroupProperties() 4886 vkStream->read((VkBool32*)&forUnmarshaling->subsetAllocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGroupProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3399 memcpy(*ptr, (VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGroupProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5610 vkStream->write((VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGroupProperties() 5636 vkStream->read((VkBool32*)&forUnmarshaling->subsetAllocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGroupProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 4193 memcpy((VkBool32*)&forUnmarshaling->subsetAllocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGroupProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5196 VkBool32 subsetAllocation; member
|