Home
last modified time | relevance | path

Searched refs:imageCubeArray (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc22 ** <<features-imageCubeArray, pname:imageCubeArray>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc399 * [[features-imageCubeArray]] pname:imageCubeArray specifies whether image
8049 * <<features-imageCubeArray, pname:imageCubeArray>>
Dresources.adoc4676 If the <<features-imageCubeArray, pname:imageCubeArray>> feature is not
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1611 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.imageCubeArray ); in operator ()()
Dvulkan_hash.hpp3156 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.imageCubeArray ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc2086 <enable struct="VkPhysicalDeviceFeatures" feature="imageCubeArray" requires="VK_VERSION_1_0"/>
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp612 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
679 vkStream->read((VkBool32*)&forUnmarshaling->imageCubeArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp524 memcpy(*ptr, (VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp675 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
742 vkStream->read((VkBool32*)&forUnmarshaling->imageCubeArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp515 memcpy((VkBool32*)&forUnmarshaling->imageCubeArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3018 VkBool32 imageCubeArray; member