Searched refs:prefersDedicatedAllocation (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_dedicated_allocation.adoc | 95 if (dedicatedRequirements.prefersDedicatedAllocation) {
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 8554 * pname:prefersDedicatedAllocation specifies that the implementation would 8586 ename:VK_TRUE, it must: also set pname:prefersDedicatedAllocation to 8590 then both pname:prefersDedicatedAllocation and 8617 both pname:prefersDedicatedAllocation and
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 716 dedicatedReqs->prefersDedicatedAllocation = VK_TRUE; in transformExternalResourceMemoryDedicatedRequirementsForGuest()
|
D | goldfish_vk_marshaling_guest.cpp | 4592 vkStream->write((VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in marshal_VkMemoryDedicatedRequirements() 4604 vkStream->read((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in unmarshal_VkMemoryDedicatedRequirements()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3213 memcpy(*ptr, (VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in reservedmarshal_VkMemoryDedicatedRequirements()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3475 VULKAN_HPP_HASH_COMBINE( seed, memoryDedicatedRequirements.prefersDedicatedAllocation ); in operator ()()
|
D | vulkan_hash.hpp | 6035 VULKAN_HPP_HASH_COMBINE( seed, memoryDedicatedRequirements.prefersDedicatedAllocation ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5211 vkStream->write((VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in marshal_VkMemoryDedicatedRequirements() 5235 vkStream->read((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in unmarshal_VkMemoryDedicatedRequirements()
|
D | goldfish_vk_reserved_marshaling.cpp | 3869 memcpy((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkMemoryDedicatedRequirements()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5125 VkBool32 prefersDedicatedAllocation; member
|