Home
last modified time | relevance | path

Searched refs:bufferDeviceAddress (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_buffer_device_address.adoc63 code:bufferDeviceAddress feature is optional.
69 Support for the code:bufferDeviceAddress feature is mandatory in Vulkan 1.3,
Dversions.adoc118 * The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
231 support for the <<features-bufferDeviceAddress, pname:bufferDeviceAddress>>
234 slink:VkPhysicalDeviceVulkan12Features::pname:bufferDeviceAddress when
Dglossary.adoc1219 combination with the <<features-bufferDeviceAddress,
1220 pname:bufferDeviceAddress>> feature.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbind_buffer_common.adoc109 * [[VUID-{refpage}-bufferDeviceAddress-03339]]
111 slink:VkPhysicalDeviceBufferDeviceAddressFeatures::pname:bufferDeviceAddress
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c636 CORE_FEATURE(bufferDeviceAddress); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc2883 * [[{anchor-prefix}features-bufferDeviceAddress]]
2884 pname:bufferDeviceAddress indicates that the implementation supports
2893 supports the pname:bufferDeviceAddress
2921 platforms to be able to support pname:bufferDeviceAddress without needing to
2949 * [[features-bufferDeviceAddressEXT]] pname:bufferDeviceAddress indicates
2959 supports the pname:bufferDeviceAddress feature for logical devices
7385 ** <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> from
7476 * <<features-bufferDeviceAddress, pname:bufferDeviceAddress>>, if
Ddescriptorsets.adoc5329 * [[VUID-vkGetBufferDeviceAddress-bufferDeviceAddress-03324]]
5330 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>>
5333 sname:VkPhysicalDeviceBufferDeviceAddressFeaturesEXT::pname:bufferDeviceAddress>>
5419 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
Dmemory.adoc1663 <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
4506 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
Ddevsandqueues.adoc1969 slink:VkPhysicalDeviceVulkan12Features::pname:bufferDeviceAddress is
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3773 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress ); in operator ()()
5416 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddress ); in operator ()()
Dvulkan_hash.hpp6829 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress ); in operator ()()
6843 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddress ); in operator ()()
10658 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddress ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5942 VkBool32 bufferDeviceAddress; member
6392 VkBool32 bufferDeviceAddress; member
13649 VkBool32 bufferDeviceAddress; member
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6557 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6635 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddress, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8436 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in marshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
8450 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddress, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4570 memcpy(*ptr, (VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5772 memcpy(*ptr, (VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7947 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8036 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddress, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
10347 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddress, sizeof(VkBool32)); in marshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
10373 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddress, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6127 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddress, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7974 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddress, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3110 code:bufferDeviceAddress feature support is mandatory, unlike Vulkan