Home
last modified time | relevance | path

Searched refs:robustBufferAccessUpdateAfterBind (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c925 CORE_PROPERTY(robustBufferAccessUpdateAfterBind); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc7267 <<limits-robustBufferAccessUpdateAfterBind,
7268 pname:robustBufferAccessUpdateAfterBind>>)
7271 <<limits-robustBufferAccessUpdateAfterBind,
7272 pname:robustBufferAccessUpdateAfterBind>>)
7275 <<limits-robustBufferAccessUpdateAfterBind,
7276 pname:robustBufferAccessUpdateAfterBind>>)
Dlimits.adoc2026 * [[{anchor-prefix}limits-robustBufferAccessUpdateAfterBind]]
2027 pname:robustBufferAccessUpdateAfterBind is a boolean value indicating
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3908 …HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind ); in operator ()()
5469 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind ); in operator ()()
Dvulkan_hash.hpp7294 …HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind ); in operator ()()
10711 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6713 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
6808 vkStream->read((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, in unmarshal_VkPhysicalDeviceVulkan12Properties()
7571 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
7626 vkStream->read((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4682 memcpy(*ptr, (VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5229 memcpy(*ptr, (VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8114 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
8221 vkStream->read((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, in unmarshal_VkPhysicalDeviceVulkan12Properties()
9172 vkStream->write((VkBool32*)&forMarshaling->robustBufferAccessUpdateAfterBind, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
9239 vkStream->read((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling.cpp6250 memcpy((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7044 memcpy((VkBool32*)&forUnmarshaling->robustBufferAccessUpdateAfterBind, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5990 VkBool32 robustBufferAccessUpdateAfterBind; member
6194 VkBool32 robustBufferAccessUpdateAfterBind; member