Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceTimelineSemaphoreFeatures (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp63 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures = initVulkanStructure(); in createPostmortemDevice()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c688 VkPhysicalDeviceTimelineSemaphoreFeatures *features = (void *) ext; in vk_get_physical_device_core_1_2_feature_ext()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h3132 /* struct VkPhysicalDeviceTimelineSemaphoreFeatures chain */
3142 vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_self(const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_self()
3151 vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures(const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures()
3170 vn_encode_VkPhysicalDeviceTimelineSemaphoreFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_encode_VkPhysicalDeviceTimelineSemaphoreFeatures_self()
3177 vn_encode_VkPhysicalDeviceTimelineSemaphoreFeatures(struct vn_cs_encoder *enc, const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_encode_VkPhysicalDeviceTimelineSemaphoreFeatures()
3194 vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures_self()
3201 vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures()
3220 vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_self_partial(const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_self_partial()
3229 vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_partial(const VkPhysicalDeviceTimelineSemaphoreFeatures *val) in vn_sizeof_VkPhysicalDeviceTimelineSemaphoreFeatures_partial()
3248 vn_encode_VkPhysicalDeviceTimelineSemaphoreFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceTimelineSemaphoreFeatures *va
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c814 VkPhysicalDeviceTimelineSemaphoreFeatures *features = in tu_GetPhysicalDeviceFeatures2()
815 (VkPhysicalDeviceTimelineSemaphoreFeatures *) ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c70 VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore; in vn_physical_device_init_features()
1620 VkPhysicalDeviceTimelineSemaphoreFeatures *timeline_semaphore; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp623 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
H A DvktSynchronizationOperationMultiQueueTests.cpp160 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in MultiQueues()
H A DvktSynchronizationCrossInstanceSharingTests.cpp346 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationSignalOrderTests.cpp123 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationSmokeTests.cpp118 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationTimelineSemaphoreTests.cpp1312 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp427 getPhysicalDeviceTimelineSemaphoreFeatures(reinterpret_cast<VkPhysicalDeviceTimelineSemaphoreFeatures *>(curExtension)); in getFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp543 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
H A DvktSynchronizationOperationMultiQueueTests.cpp148 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in MultiQueues()
H A DvktSynchronizationCrossInstanceSharingTests.cpp349 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationSignalOrderTests.cpp105 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationSmokeTests.cpp119 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
H A DvktSynchronizationTimelineSemaphoreTests.cpp1304 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in createTestDevice()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5801 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
5805 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
7484 typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimelineSemaphoreFeaturesKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h4138 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
4142 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4750 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
4754 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp877 static void parse_VkPhysicalDeviceTimelineSemaphoreFeatures(const char* s, Json::Value& obj, VkPhysicalDeviceTimelineSemaphoreFeatures& o);
1535 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceTimelineSemaphoreFeatures)); in parsePNextChain()
1536 parse_VkPhysicalDeviceTimelineSemaphoreFeatures("", pNextObj, *((VkPhysicalDeviceTimelineSemaphoreFeatures*)p)); in parsePNextChain()
9583 static void parse_VkPhysicalDeviceTimelineSemaphoreFeatures(const char* s, Json::Value& obj, VkPhysicalDeviceTimelineSemaphoreFeatures& o) { in parse_VkPhysicalDeviceTimelineSemaphoreFeatures()
9587 o.pNext = (VkPhysicalDeviceTimelineSemaphoreFeatures*)parsePNextChain(obj); in parse_VkPhysicalDeviceTimelineSemaphoreFeatures()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6167 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
6171 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
8992 typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimelineSemaphoreFeaturesKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5900 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
5904 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
7589 typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimelineSemaphoreFeaturesKHR;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5950 typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { struct
5954 } VkPhysicalDeviceTimelineSemaphoreFeatures; typedef
7749 typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimelineSemaphoreFeaturesKHR;

Completed in 283 milliseconds

12