Home
last modified time | relevance | path

Searched refs:subsetAllocation (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.c494 p->subsetAllocation = false; in vk_common_EnumeratePhysicalDeviceGroups()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1706 * pname:subsetAllocation specifies whether logical devices created from
1711 If pname:physicalDeviceCount is `1`, then pname:subsetAllocation must:
Dmemory.adoc3275 If slink:VkPhysicalDeviceGroupProperties::pname:subsetAllocation is
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4246 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceGroupProperties.subsetAllocation ); in operator ()()
Dvulkan_hash.hpp8059 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceGroupProperties.subsetAllocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp4871 vkStream->write((VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGroupProperties()
4886 vkStream->read((VkBool32*)&forUnmarshaling->subsetAllocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGroupProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp3399 memcpy(*ptr, (VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGroupProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5610 vkStream->write((VkBool32*)&forMarshaling->subsetAllocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGroupProperties()
5636 vkStream->read((VkBool32*)&forUnmarshaling->subsetAllocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGroupProperties()
Dgoldfish_vk_reserved_marshaling.cpp4193 memcpy((VkBool32*)&forUnmarshaling->subsetAllocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGroupProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5196 VkBool32 subsetAllocation; member