Searched refs:bufferDeviceAddressCaptureReplay (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | bind_buffer_common.adoc | 116 * [[VUID-{refpage}-bufferDeviceAddressCaptureReplay-09200]] 118 slink:VkPhysicalDeviceBufferDeviceAddressFeatures::pname:bufferDeviceAddressCaptureReplay
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 637 CORE_FEATURE(bufferDeviceAddressCaptureReplay); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | raytracing.adoc | 983 <<features-bufferDeviceAddressCaptureReplay,bufferDeviceAddressCaptureReplay>>,
|
D | features.adoc | 2887 * [[{anchor-prefix}features-bufferDeviceAddressCaptureReplay]] 2888 pname:bufferDeviceAddressCaptureReplay indicates that the implementation 2954 pname:bufferDeviceAddressCaptureReplay indicates that the implementation
|
D | memory.adoc | 1658 <<features-bufferDeviceAddressCaptureReplay, 1659 pname:bufferDeviceAddressCaptureReplay>> feature must: be enabled
|
D | resources.adoc | 248 <<features-bufferDeviceAddressCaptureReplay, 249 pname:bufferDeviceAddressCaptureReplay>> or 257 <<features-bufferDeviceAddressCaptureReplay, 258 pname:bufferDeviceAddressCaptureReplay>> feature must: be enabled
|
D | descriptorsets.adoc | 6365 In a similar way to <<features-bufferDeviceAddressCaptureReplay, 6366 pname:bufferDeviceAddressCaptureReplay>>, the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3774 …P_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay ); in operator ()() 5417 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay ); in operator ()()
|
D | vulkan_hash.hpp | 6830 …P_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay ); in operator ()() 6844 …ASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressCaptureReplay ); in operator ()() 10659 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5943 VkBool32 bufferDeviceAddressCaptureReplay; member 6393 VkBool32 bufferDeviceAddressCaptureReplay; member 13650 VkBool32 bufferDeviceAddressCaptureReplay; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6558 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6636 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 8437 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceBufferDeviceAddressFeatures() 8451 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4572 memcpy(*ptr, (VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5774 memcpy(*ptr, (VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7948 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8037 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 10348 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceBufferDeviceAddressFeatures() 10374 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6129 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 7976 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|