Searched refs:imageCubeArray (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 22 ** <<features-imageCubeArray, pname:imageCubeArray>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 399 * [[features-imageCubeArray]] pname:imageCubeArray specifies whether image 8049 * <<features-imageCubeArray, pname:imageCubeArray>>
|
D | resources.adoc | 4676 If the <<features-imageCubeArray, pname:imageCubeArray>> feature is not
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1611 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.imageCubeArray ); in operator ()()
|
D | vulkan_hash.hpp | 3156 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.imageCubeArray ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 2086 <enable struct="VkPhysicalDeviceFeatures" feature="imageCubeArray" requires="VK_VERSION_1_0"/>
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 612 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 679 vkStream->read((VkBool32*)&forUnmarshaling->imageCubeArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 524 memcpy(*ptr, (VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 675 vkStream->write((VkBool32*)&forMarshaling->imageCubeArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 742 vkStream->read((VkBool32*)&forUnmarshaling->imageCubeArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 515 memcpy((VkBool32*)&forUnmarshaling->imageCubeArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3018 VkBool32 imageCubeArray; member
|