Home
last modified time | relevance | path

Searched refs:shaderResourceResidency (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc864 * [[features-shaderResourceResidency]] pname:shaderResourceResidency
978 * slink:VkPhysicalDeviceFeatures::pname:shaderResourceResidency must: be
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1651 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderResourceResidency ); in operator ()()
Dvulkan_hash.hpp3196 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderResourceResidency ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp659 vkStream->write((VkBool32*)&forMarshaling->shaderResourceResidency, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
727 vkStream->read((VkBool32*)&forUnmarshaling->shaderResourceResidency, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp609 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderResourceResidency, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp722 vkStream->write((VkBool32*)&forMarshaling->shaderResourceResidency, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
790 vkStream->read((VkBool32*)&forUnmarshaling->shaderResourceResidency, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp602 memcpy((VkBool32*)&forUnmarshaling->shaderResourceResidency, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3058 VkBool32 shaderResourceResidency; member