/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 63 void getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const;
|
H A D | VkPromotedExtensions.cpp | 100 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFencePropertiesKHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) in vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
H A D | VkPhysicalDevice.cpp | 866 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const in getProperties()
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | physical_device.h | 46 BUILDER_VALUE(PhysicalDevice, VkExternalFenceProperties, external_fence_properties, {})
|
H A D | test_icd.cpp | 1074 VkExternalFenceProperties* pExternalFenceProperties) { 1077 memcpy(pExternalFenceProperties, &phys_dev.external_fence_properties, sizeof(VkExternalFenceProperties));
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 295 VkExternalFenceProperties *pExternalFenceProperties) in vk_common_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 200 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.h | 575 VkExternalFenceProperties mExternalFenceProperties;
|
H A D | RendererVk.cpp | 682 const VkExternalFenceProperties &externalFenceProperties) in FencePropertiesCompatibleWithAndroid()
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 584 VkExternalFenceProperties *pExternalFenceProperties) { in terminator_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 3031 void FillInRandomExtFenceData(VkExternalFenceProperties& props) { in FillInRandomExtFenceData() 3040 bool CompareExtFenceData(const VkExternalFenceProperties& props1, const VkExternalFenceProperties& props2, bool supported = true) { in CompareExtFenceData() 3107 VkExternalFenceProperties props{VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES}; in TEST() 3128 VkExternalFenceProperties props{VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES}; in TEST() 3130 // Compare against 'zeroed' out VkExternalFenceProperties in TEST() 3131 ASSERT_TRUE(CompareExtFenceData(VkExternalFenceProperties{}, props)); in TEST() 3156 VkExternalFenceProperties props{VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES}; in TEST() 3241 VkExternalFenceProperties props{VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES}; in TEST() 5887 VkExternalFenceProperties ext_fence_prop in TEST() [all...] |
H A D | loader_handle_validation_tests.cpp | 767 VkExternalFenceProperties props = {}; in TEST()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 18167 /* struct VkExternalFenceProperties chain */ 18177 vn_sizeof_VkExternalFenceProperties_self(const VkExternalFenceProperties *val) in vn_sizeof_VkExternalFenceProperties_self() 18188 vn_sizeof_VkExternalFenceProperties(const VkExternalFenceProperties *val) in vn_sizeof_VkExternalFenceProperties() 18208 vn_decode_VkExternalFenceProperties_self(struct vn_cs_decoder *dec, VkExternalFenceProperties *val) in vn_decode_VkExternalFenceProperties_self() 18217 vn_decode_VkExternalFenceProperties(struct vn_cs_decoder *dec, VkExternalFenceProperties *val) in vn_decode_VkExternalFenceProperties() 18236 vn_sizeof_VkExternalFenceProperties_self_partial(const VkExternalFenceProperties *val) in vn_sizeof_VkExternalFenceProperties_self_partial() 18247 vn_sizeof_VkExternalFenceProperties_partial(const VkExternalFenceProperties *val) in vn_sizeof_VkExternalFenceProperties_partial() 18266 vn_encode_VkExternalFenceProperties_self_partial(struct vn_cs_encoder *enc, const VkExternalFenceProperties *val) in vn_encode_VkExternalFenceProperties_self_partial() 18275 vn_encode_VkExternalFenceProperties_partial(struct vn_cs_encoder *enc, const VkExternalFenceProperties *val) in vn_encode_VkExternalFenceProperties_partial() 20218 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFencePropertie [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 1697 VkExternalFenceProperties *pExternalFenceProperties) in panvk_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4988 typedef struct VkExternalFenceProperties { struct 4994 } VkExternalFenceProperties; typedef 5068 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 5206 VkExternalFenceProperties* pExternalFenceProperties); 6907 typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; 6909 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 6915 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4001 typedef struct VkExternalFenceProperties { struct 4007 } VkExternalFenceProperties; typedef 4075 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 4179 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5346 typedef struct VkExternalFenceProperties { struct 5352 } VkExternalFenceProperties; typedef 5426 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 5564 VkExternalFenceProperties* pExternalFenceProperties); 8374 typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; 8376 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 8382 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5082 typedef struct VkExternalFenceProperties { struct 5088 } VkExternalFenceProperties; typedef 5162 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 5300 VkExternalFenceProperties* pExternalFenceProperties); 7008 typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; 7010 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 7016 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5131 typedef struct VkExternalFenceProperties { struct 5137 } VkExternalFenceProperties; typedef 5211 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 5349 VkExternalFenceProperties* pExternalFenceProperties); 7168 typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; 7170 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 7176 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 2313 VkExternalFenceProperties *pExternalFenceProperties) in lvp_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3732 typedef struct VkExternalFenceProperties { struct 3738 } VkExternalFenceProperties; typedef 5063 typedef void (GLAD_API_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VkExternalFenceProperties * pExternalFenceProperties);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2948 VkExternalFenceProperties *pExternalFenceProperties) in tu_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 2523 VkExternalFenceProperties *pExternalFenceProperties) in vn_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5499 typedef struct VkExternalFenceProperties { struct 5505 } VkExternalFenceProperties; typedef 5579 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 5717 VkExternalFenceProperties* pExternalFenceProperties); 9386 typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; 9388 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 9394 VkExternalFenceProperties* pExternalFenceProperties);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 487 vk::VkExternalFenceProperties properties = in checkFenceSupport() 2019 vk::VkExternalFenceProperties properties = in testFenceQueries()
|