Searched refs:bufferDeviceAddress (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_buffer_device_address.adoc | 63 code:bufferDeviceAddress feature is optional. 69 Support for the code:bufferDeviceAddress feature is mandatory in Vulkan 1.3,
|
D | versions.adoc | 118 * The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature 231 support for the <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> 234 slink:VkPhysicalDeviceVulkan12Features::pname:bufferDeviceAddress when
|
D | glossary.adoc | 1219 combination with the <<features-bufferDeviceAddress, 1220 pname:bufferDeviceAddress>> feature.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | bind_buffer_common.adoc | 109 * [[VUID-{refpage}-bufferDeviceAddress-03339]] 111 slink:VkPhysicalDeviceBufferDeviceAddressFeatures::pname:bufferDeviceAddress
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 636 CORE_FEATURE(bufferDeviceAddress); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 2883 * [[{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
|
D | descriptorsets.adoc | 5329 * [[VUID-vkGetBufferDeviceAddress-bufferDeviceAddress-03324]] 5330 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> 5333 sname:VkPhysicalDeviceBufferDeviceAddressFeaturesEXT::pname:bufferDeviceAddress>> 5419 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
|
D | memory.adoc | 1663 <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature 4506 The <<features-bufferDeviceAddress, pname:bufferDeviceAddress>> feature
|
D | devsandqueues.adoc | 1969 slink:VkPhysicalDeviceVulkan12Features::pname:bufferDeviceAddress is
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3773 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress ); in operator ()() 5416 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddress ); in operator ()()
|
D | vulkan_hash.hpp | 6829 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/ |
D | vulkan_core.h | 5942 VkBool32 bufferDeviceAddress; member 6392 VkBool32 bufferDeviceAddress; member 13649 VkBool32 bufferDeviceAddress; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6557 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4570 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/ |
D | goldfish_vk_marshaling.cpp | 7947 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6127 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/ |
D | ChangeLog.adoc | 3110 code:bufferDeviceAddress feature support is mandatory, unlike Vulkan
|