Home
last modified time | relevance | path

Searched refs:VkExportSemaphoreCreateInfo (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_semaphore.h14 /* struct VkExportSemaphoreCreateInfo chain */
24 vn_sizeof_VkExportSemaphoreCreateInfo_self(const VkExportSemaphoreCreateInfo *val) in vn_sizeof_VkExportSemaphoreCreateInfo_self()
33 vn_sizeof_VkExportSemaphoreCreateInfo(const VkExportSemaphoreCreateInfo *val) in vn_sizeof_VkExportSemaphoreCreateInfo()
52 vn_encode_VkExportSemaphoreCreateInfo_self(struct vn_cs_encoder *enc, const VkExportSemaphoreCreateInfo *val) in vn_encode_VkExportSemaphoreCreateInfo_self()
59 vn_encode_VkExportSemaphoreCreateInfo(struct vn_cs_encoder *enc, const VkExportSemaphoreCreateInfo *val) in vn_encode_VkExportSemaphoreCreateInfo()
81 size += vn_sizeof_VkExportSemaphoreCreateInfo_self((const VkExportSemaphoreCreateInfo *)pnext); in vn_sizeof_VkSemaphoreCreateInfo_pnext()
131 vn_encode_VkExportSemaphoreCreateInfo_self(enc, (const VkExportSemaphoreCreateInfo *)pnext); in vn_encode_VkSemaphoreCreateInfo_pnext()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp105 const auto *exportInfo = reinterpret_cast<const VkExportSemaphoreCreateInfo *>(nextInfo); in SemaphoreCreateInfo()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp721 VkExportSemaphoreCreateInfo exportSemaphoreCreateInfo = {
781 VkExportSemaphoreCreateInfo exportSemaphoreCreateInfo = {
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c129 const VkExportSemaphoreCreateInfo export_info = { in prepare_signal_dma_buf_from_semaphore()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_semaphore.c138 const VkExportSemaphoreCreateInfo *export = in vk_common_CreateSemaphore()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp872 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphore()
900 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphoreType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp799 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphore()
827 const vk::VkExportSemaphoreCreateInfo exportCreateInfo = in createExportableSemaphoreType()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp885 VkExportSemaphoreCreateInfo exportInfo; in setupSemaphoreForSignaling()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5002 typedef struct VkExportSemaphoreCreateInfo { struct
5006 } VkExportSemaphoreCreateInfo; typedef
6674 typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h3726 typedef struct VkExportSemaphoreCreateInfo { struct
3730 } VkExportSemaphoreCreateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4015 typedef struct VkExportSemaphoreCreateInfo { struct
4019 } VkExportSemaphoreCreateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp752 static void parse_VkExportSemaphoreCreateInfo(const char* s, Json::Value& obj, VkExportSemaphoreCreateInfo& o);
1121 p = s_globalMem.allocate(sizeof(VkExportSemaphoreCreateInfo)); in parsePNextChain()
1122 parse_VkExportSemaphoreCreateInfo("", pNextObj, *((VkExportSemaphoreCreateInfo*)p)); in parsePNextChain()
8395 static void parse_VkExportSemaphoreCreateInfo(const char* s, Json::Value& obj, VkExportSemaphoreCreateInfo& o) { in parse_VkExportSemaphoreCreateInfo()
8399 o.pNext = (VkExportSemaphoreCreateInfo*)parsePNextChain(obj); in parse_VkExportSemaphoreCreateInfo()
H A Dvulkan_json_data.hpp17777 static void print_VkExportSemaphoreCreateInfo(VkExportSemaphoreCreateInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkExportSemaphoreCreateInfo()
17800 static void print_VkExportSemaphoreCreateInfo(const VkExportSemaphoreCreateInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkExportSemaphoreCreateInfo()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5360 typedef struct VkExportSemaphoreCreateInfo { struct
5364 } VkExportSemaphoreCreateInfo; typedef
8141 typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5096 typedef struct VkExportSemaphoreCreateInfo { struct
5100 } VkExportSemaphoreCreateInfo; typedef
6775 typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR;
H A Dvulkan_structs.hpp24410 using NativeType = VkExportSemaphoreCreateInfo;
24424 ExportSemaphoreCreateInfo( VkExportSemaphoreCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT
24431 ExportSemaphoreCreateInfo & operator=( VkExportSemaphoreCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT
24452 operator VkExportSemaphoreCreateInfo const &() const VULKAN_HPP_NOEXCEPT
24454 return *reinterpret_cast<const VkExportSemaphoreCreateInfo *>( this );
24457 operator VkExportSemaphoreCreateInfo &() VULKAN_HPP_NOEXCEPT
24459 return *reinterpret_cast<VkExportSemaphoreCreateInfo *>( this );
24482 sizeof( VkExportSemaphoreCreateInfo ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5145 typedef struct VkExportSemaphoreCreateInfo { struct
5149 } VkExportSemaphoreCreateInfo; typedef
6935 typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR;
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2031 VkExportSemaphoreCreateInfo ext_sem_info = { in create_frame()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5513 typedef struct VkExportSemaphoreCreateInfo { struct
5517 } VkExportSemaphoreCreateInfo; typedef
9143 typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR;
H A Dvulkan_static_assertions.hpp1080 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExportSemaphoreCreateInfo ) == sizeof( VkExportSemaphoreCreateInfo ),
H A Dvulkan_structs.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1072 const vk::VkExportSemaphoreCreateInfo exportCreateInfo= in testSemaphoreWin32Create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1060 const vk::VkExportSemaphoreCreateInfo exportCreateInfo= in testSemaphoreWin32Create()

Completed in 507 milliseconds