Home
last modified time | relevance | path

Searched refs:synchronization2 (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dattachment_reference_common.adoc23 * [[VUID-{refpage}-synchronization2-06910]]
24 If the <<features-synchronization2, pname:synchronization2>> feature is
Dattachment_description_common.adoc89 * [[VUID-{refpage}-synchronization2-06908]]
90 If the <<features-synchronization2, pname:synchronization2>> feature is
94 * [[VUID-{refpage}-synchronization2-06909]]
95 If the <<features-synchronization2, pname:synchronization2>> feature is
Dpipeline_stage_common.adoc75 * [[VUID-{refpage}-synchronization2-06489]]
76 If the <<features-synchronization2, pname:synchronization2>> feature is
Dstage_mask_common.adoc72 If the <<features-synchronization2, pname:synchronization2>> feature is
Dimage_memory_barrier_common.adoc135 * [[VUID-{refpage}-synchronization2-07793]]
136 If the <<features-synchronization2, pname:synchronization2>> feature is
140 * [[VUID-{refpage}-synchronization2-07794]]
141 If the <<features-synchronization2, pname:synchronization2>> feature is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_AMD_buffer_marker/
Dcopies.adoc64 * [[VUID-vkCmdWriteBufferMarker2AMD-synchronization2-03893]]
65 The <<features-synchronization2, pname:synchronization2>> feature must:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc5634 * [[VUID-vkCmdSetEvent2-synchronization2-03824]]
5635 The <<features-synchronization2, pname:synchronization2>> feature must:
5829 * [[VUID-vkCmdResetEvent2-synchronization2-03829]]
5830 The <<features-synchronization2, pname:synchronization2>> feature must:
6005 * [[VUID-vkCmdWaitEvents2-synchronization2-03836]]
6006 The <<features-synchronization2, pname:synchronization2>> feature must:
6297 * [[VUID-vkCmdPipelineBarrier2-synchronization2-03848]]
6298 The <<features-synchronization2, pname:synchronization2>> feature must:
6829 the <<features-synchronization2, pname:synchronization2>> feature is not
6840 the <<features-synchronization2, pname:synchronization2>> feature is not
[all …]
Dqueries.adoc1911 * [[VUID-vkCmdWriteTimestamp2-synchronization2-03858]]
1912 The <<features-synchronization2, pname:synchronization2>> feature must:
Dcmdbuffers.adoc1739 * [[VUID-vkQueueSubmit2-synchronization2-03866]]
1740 The <<features-synchronization2, pname:synchronization2>> feature must:
Dfeatures.adoc5164 * [[{anchor-prefix}features-synchronization2]] pname:synchronization2
7620 * <<features-synchronization2, pname:synchronization2>> if
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c809 CORE_FEATURE(synchronization2); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5155 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSynchronization2Features.synchronization2 ); in operator ()()
5514 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.synchronization2 ); in operator ()()
Dvulkan_hash.hpp10309 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSynchronization2Features.synchronization2 ); in operator ()()
10756 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.synchronization2 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8581 vkStream->write((VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
8609 vkStream->read((VkBool32*)&forUnmarshaling->synchronization2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
9424 vkStream->write((VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSynchronization2Features()
9436 vkStream->read((VkBool32*)&forUnmarshaling->synchronization2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSynchronization2Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp5877 memcpy(*ptr, (VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6426 memcpy(*ptr, (VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSynchronization2Features()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10552 vkStream->write((VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
10591 vkStream->read((VkBool32*)&forUnmarshaling->synchronization2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
11618 vkStream->write((VkBool32*)&forMarshaling->synchronization2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSynchronization2Features()
11642 vkStream->read((VkBool32*)&forUnmarshaling->synchronization2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSynchronization2Features()
Dgoldfish_vk_reserved_marshaling.cpp8149 memcpy((VkBool32*)&forUnmarshaling->synchronization2, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
8947 memcpy((VkBool32*)&forUnmarshaling->synchronization2, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSynchronization2Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6812 VkBool32 synchronization2; member
7010 VkBool32 synchronization2; member