Home
last modified time | relevance | path

Searched refs:robustImageAccess (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c251 } else if (device->enabled_features.robustImageAccess) { in vk_device_default_robust_image_behavior()
Dvk_device.c753 CORE_FEATURE(robustImageAccess); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc1218 VkBool32 robustImageAccess;
1235 * <<features-robustImageAccess, pname:robustImageAccess>>, if the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc886 the <<features-robustImageAccess, pname:robustImageAccess>> feature is
900 Additionally, if the <<features-robustImageAccess, pname:robustImageAccess>>
Dfeatures.adoc4718 * [[{anchor-prefix}features-robustImageAccess]] pname:robustImageAccess
7549 * <<features-robustImageAccess, pname:robustImageAccess>>, if
Dpipelines.adoc984 * [[VUID-VkPipelineRobustnessCreateInfoEXT-robustImageAccess-06930]]
985 If the <<features-robustImageAccess, pname:robustImageAccess>> feature
1047 behave as if the <<features-robustImageAccess, pname:robustImageAccess>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4326 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageRobustnessFeatures.robustImageAccess ); in operator ()()
5505 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.robustImageAccess ); in operator ()()
Dvulkan_hash.hpp8261 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageRobustnessFeatures.robustImageAccess ); in operator ()()
10747 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.robustImageAccess ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8571 vkStream->write((VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
8599 vkStream->read((VkBool32*)&forUnmarshaling->robustImageAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
9474 vkStream->write((VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceImageRobustnessFeatures()
9486 vkStream->read((VkBool32*)&forUnmarshaling->robustImageAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceImageRobustnessFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5858 memcpy(*ptr, (VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6456 memcpy(*ptr, (VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceImageRobustnessFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10542 vkStream->write((VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
10581 vkStream->read((VkBool32*)&forUnmarshaling->robustImageAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
11692 vkStream->write((VkBool32*)&forMarshaling->robustImageAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceImageRobustnessFeatures()
11716 vkStream->read((VkBool32*)&forUnmarshaling->robustImageAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceImageRobustnessFeatures()
Dgoldfish_vk_reserved_marshaling.cpp8130 memcpy((VkBool32*)&forUnmarshaling->robustImageAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
9006 memcpy((VkBool32*)&forUnmarshaling->robustImageAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceImageRobustnessFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6803 VkBool32 robustImageAccess; member
7022 VkBool32 robustImageAccess; member