Home
last modified time | relevance | path

Searched refs:maintenance5 (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dimage_blit_common.adoc19 * [[VUID-{refpage}-maintenance5-08799]]
20 If the <<features-maintenance5, pname:maintenance5>> feature is not
Dimage_resolve_common.adoc19 * [[VUID-{refpage}-maintenance5-08802]]
20 If the <<features-maintenance5, pname:maintenance5>> feature is not
Dcopy_image_common.adoc205 and <<features-maintenance5, pname:maintenance5>> is not enabled,
219 * [[VUID-{refpage}-maintenance5-08792]]
220 If the <<features-maintenance5, pname:maintenance5>> feature is not
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Dipsum.adoc33 ename:VK_REMAINING_ARRAY_LAYERS and <<features-maintenance5,
34 pname:maintenance5>> is not enabled,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc239 If <<features-maintenance5,pname:maintenance5>> is enabled, all other
317 If the <<features-maintenance5, pname:maintenance5>> feature is not
1268 If the <<features-maintenance5, pname:maintenance5>> feature is not
Dinitialization.adoc151 If the <<features-maintenance5, pname:maintenance5>> feature is enabled,
Dpipelines.adoc637 ** <<features-maintenance5, pname:maintenance5>>
1902 if <<features-maintenance5, pname:maintenance5>> is not enabled
1917 if <<features-maintenance5, pname:maintenance5>> is not enabled
1920 * [[VUID-VkGraphicsPipelineCreateInfo-maintenance5-08775]]
1921 If <<features-maintenance5, pname:maintenance5>> is enabled and a
1940 if <<features-maintenance5, pname:maintenance5>> is not enabled
Dfundamentals.adoc1004 Additionally, if <<features-maintenance5,pname:maintenance5>> is supported,
Dfeatures.adoc5902 …esKHR',desc='Structure describing whether the implementation supports maintenance5 functionality',…
5913 * [[features-maintenance5]] pname:maintenance5 indicates that the
7675 * <<features-maintenance5, pname:maintenance5>>, if the
Dshaders.adoc1286 the <<features-maintenance5,pname:maintenance5>> feature
Ddevsandqueues.adoc2902 If a device was created with the <<features-maintenance5,
2903 pname:maintenance5>> feature enabled, and any device command returns
Dprimsrast.adoc2560 If <<features-maintenance5, pname:maintenance5>> is enabled, and a value is
Dinterfaces.adoc3345 If <<features-maintenance5, pname:maintenance5>> is enabled and a value is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1954 if <<features-maintenance5, pname:maintenance5>> is not enabled, and
1959 * [[VUID-{refpage}-maintenance5-09190]]
1960 If <<features-maintenance5, pname:maintenance5>> is enabled and a
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp11553 vkStream->write((VkBool32*)&forMarshaling->maintenance5, sizeof(VkBool32)); in marshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
11565 vkStream->read((VkBool32*)&forUnmarshaling->maintenance5, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7795 memcpy(*ptr, (VkBool32*)&forMarshaling->maintenance5, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14816 vkStream->write((VkBool32*)&forMarshaling->maintenance5, sizeof(VkBool32)); in marshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
14840 vkStream->read((VkBool32*)&forUnmarshaling->maintenance5, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp11431 memcpy((VkBool32*)&forUnmarshaling->maintenance5, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceMaintenance5FeaturesKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10512 VkBool32 maintenance5; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8621 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance5FeaturesKHR.maintenance5 ); in operator ()()