Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_dedicated_allocation.adoc95 if (dedicatedRequirements.prefersDedicatedAllocation) {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc8554 * 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/
DResourceTracker.cpp716 dedicatedReqs->prefersDedicatedAllocation = VK_TRUE; in transformExternalResourceMemoryDedicatedRequirementsForGuest()
Dgoldfish_vk_marshaling_guest.cpp4592 vkStream->write((VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in marshal_VkMemoryDedicatedRequirements()
4604 vkStream->read((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in unmarshal_VkMemoryDedicatedRequirements()
Dgoldfish_vk_reserved_marshaling_guest.cpp3213 memcpy(*ptr, (VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in reservedmarshal_VkMemoryDedicatedRequirements()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3475 VULKAN_HPP_HASH_COMBINE( seed, memoryDedicatedRequirements.prefersDedicatedAllocation ); in operator ()()
Dvulkan_hash.hpp6035 VULKAN_HPP_HASH_COMBINE( seed, memoryDedicatedRequirements.prefersDedicatedAllocation ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5211 vkStream->write((VkBool32*)&forMarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in marshal_VkMemoryDedicatedRequirements()
5235 vkStream->read((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, sizeof(VkBool32)); in unmarshal_VkMemoryDedicatedRequirements()
Dgoldfish_vk_reserved_marshaling.cpp3869 memcpy((VkBool32*)&forUnmarshaling->prefersDedicatedAllocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkMemoryDedicatedRequirements()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5125 VkBool32 prefersDedicatedAllocation; member