Home
last modified time | relevance | path

Searched refs:synchronization2 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c785 CORE_FEATURE(synchronization2); in vk_get_physical_device_core_1_3_feature_ext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp867 DE_FALSE, // VkBool32 synchronization2; in createDeviceSupportingQueue()
893 if (requireSync2orNotSupported && synchronization2Features.synchronization2 == DE_FALSE) in createDeviceSupportingQueue()
894 TCU_THROW(NotSupportedError, "synchronization2Features.synchronization2 is required"); in createDeviceSupportingQueue()
H A DvktTestCase.cpp747 return !!vk13Features.synchronization2; in isDeviceFunctionalitySupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp830 DE_FALSE, // VkBool32 synchronization2; in createDeviceSupportingQueue()
856 if (requireSync2orNotSupported && synchronization2Features.synchronization2 == DE_FALSE) in createDeviceSupportingQueue()
857 TCU_THROW(NotSupportedError, "synchronization2Features.synchronization2 is required"); in createDeviceSupportingQueue()
H A DvktTestCase.cpp685 return !!vk13Features.synchronization2; in isDeviceFunctionalitySupported()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c710 f->synchronization2 = VK_TRUE; in lvp_get_physical_device_features_1_3()
759 features->synchronization2 = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c574 .synchronization2 = true, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2059 FEATURE_TABLE_ITEM(vulkan13Features, synchronization2Features, synchronization2, "VK_KHR_synchronization2"), in featureBitInfluenceOnDeviceCreate()
5516 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, synchronization2), in deviceFeaturesVulkan13()
6092 { { "VkPhysicalDeviceVulkan13Features.synchronization2" }, vulkan13Features.synchronization2 }, in deviceFeatureExtensionsConsistencyVulkan13()
6168 if (synchronization2Features.synchronization2 != vulkan13Features.synchronization2) in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2050 FEATURE_TABLE_ITEM(vulkan13Features, synchronization2Features, synchronization2, "VK_KHR_synchronization2"), in featureBitInfluenceOnDeviceCreate()
5521 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, synchronization2), in deviceFeaturesVulkan13()
6097 { { "VkPhysicalDeviceVulkan13Features.synchronization2" }, vulkan13Features.synchronization2 }, in deviceFeatureExtensionsConsistencyVulkan13()
6173 if (synchronization2Features.synchronization2 != vulkan13Features.synchronization2) in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c630 features->synchronization2 = true; in tu_get_physical_device_features_1_3()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1250 .synchronization2 = true, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h6402 size += vn_sizeof_VkBool32(&val->synchronization2); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
6443 vn_encode_VkBool32(enc, &val->synchronization2); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
6481 vn_decode_VkBool32(dec, &val->synchronization2); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
6522 /* skip val->synchronization2 */ in vn_sizeof_VkPhysicalDeviceVulkan13Features_self_partial()
6563 /* skip val->synchronization2 */ in vn_encode_VkPhysicalDeviceVulkan13Features_self_partial()
7672 size += vn_sizeof_VkBool32(&val->synchronization2); in vn_sizeof_VkPhysicalDeviceSynchronization2Features_self()
7699 vn_encode_VkBool32(enc, &val->synchronization2); in vn_encode_VkPhysicalDeviceSynchronization2Features_self()
7723 vn_decode_VkBool32(dec, &val->synchronization2); in vn_decode_VkPhysicalDeviceSynchronization2Features_self()
7750 /* skip val->synchronization2 */ in vn_sizeof_VkPhysicalDeviceSynchronization2Features_self_partial()
7777 /* skip val->synchronization2 */ in vn_encode_VkPhysicalDeviceSynchronization2Features_self_partial()
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h4457 VkBool32 synchronization2; member
4728 VkBool32 synchronization2; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1428 f->synchronization2 = true; in radv_get_physical_device_features_1_3()
1777 features->synchronization2 = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1436 f->synchronization2 = true; in anv_get_physical_device_features_1_3()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2702 DE_ASSERT(synchronization2Features.synchronization2);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2682 DE_ASSERT(synchronization2Features.synchronization2);
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6627 VkBool32 synchronization2; member
6825 VkBool32 synchronization2; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3999 if (synchronization2Features.synchronization2 == VK_FALSE) in checkSupport()
4000 TCU_THROW(NotSupportedError, "Requires VkPhysicalDeviceSynchronization2FeaturesKHR::synchronization2"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3766 if (synchronization2Features.synchronization2 == VK_FALSE) in checkSupport()
3767 TCU_THROW(NotSupportedError, "Requires VkPhysicalDeviceSynchronization2FeaturesKHR::synchronization2"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6244 VkBool32 synchronization2; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6784 VkBool32 synchronization2; member
6982 VkBool32 synchronization2; member
H A Dvulkan_hash.hpp11639 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSynchronization2Features.synchronization2 );
12149 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.synchronization2 );
H A Dvulkan_structs.hpp[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8016 VkBool32 synchronization2; member

Completed in 350 milliseconds

12