Searched refs:robustBufferAccessUpdateAfterBind (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 925 CORE_PROPERTY(robustBufferAccessUpdateAfterBind); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 7267 <<limits-robustBufferAccessUpdateAfterBind, 7268 pname:robustBufferAccessUpdateAfterBind>>) 7271 <<limits-robustBufferAccessUpdateAfterBind, 7272 pname:robustBufferAccessUpdateAfterBind>>) 7275 <<limits-robustBufferAccessUpdateAfterBind, 7276 pname:robustBufferAccessUpdateAfterBind>>)
|
D | limits.adoc | 2026 * [[{anchor-prefix}limits-robustBufferAccessUpdateAfterBind]] 2027 pname:robustBufferAccessUpdateAfterBind is a boolean value indicating
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3908 …HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind ); in operator ()() 5469 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind ); in operator ()()
|
D | vulkan_hash.hpp | 7294 …HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind ); in operator ()() 10711 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.robustBufferAccessUpdateAfterBind ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6713 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4682 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/ |
D | goldfish_vk_marshaling.cpp | 8114 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6250 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/ |
D | vulkan_core.h | 5990 VkBool32 robustBufferAccessUpdateAfterBind; member 6194 VkBool32 robustBufferAccessUpdateAfterBind; member
|