/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_event.h | 24 vn_sizeof_VkEventCreateInfo_self(const VkEventCreateInfo *val) in vn_sizeof_VkEventCreateInfo_self() 33 vn_sizeof_VkEventCreateInfo(const VkEventCreateInfo *val) in vn_sizeof_VkEventCreateInfo() 52 vn_encode_VkEventCreateInfo_self(struct vn_cs_encoder *enc, const VkEventCreateInfo *val) in vn_encode_VkEventCreateInfo_self() 59 vn_encode_VkEventCreateInfo(struct vn_cs_encoder *enc, const VkEventCreateInfo *val) in vn_encode_VkEventCreateInfo() 67 static inline size_t vn_sizeof_vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo,… in vn_sizeof_vkCreateEvent() 87 …s_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEventCreateInfo* pCreateInfo… in vn_encode_vkCreateEvent() 103 static inline size_t vn_sizeof_vkCreateEvent_reply(VkDevice device, const VkEventCreateInfo* pCreat… in vn_sizeof_vkCreateEvent_reply() 120 …CreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, const VkEventCreateInfo* pCreateInfo… in vn_decode_vkCreateEvent_reply() 341 …e *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEventCreateInfo* pCreateInfo… in vn_submit_vkCreateEvent() 446 …CreateEvent(struct vn_instance *vn_instance, VkDevice device, const VkEventCreateInfo* pCreateInfo… in vn_call_vkCreateEvent() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkEvent.hpp | 30 Event(const VkEventCreateInfo *pCreateInfo, void *mem) in Event() 34 static size_t ComputeRequiredAllocationSize(const VkEventCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_metal_objects.adoc | 123 or `VkEventCreateInfo`, in the corresponding Vulkan object creation command. 158 structure in the `pNext` chain of the `VkSemaphoreCreateInfo` or `VkEventCreateInfo`
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 206 const VkEventCreateInfo createInfo = in createEvent()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SyncVk.cpp | 49 VkEventCreateInfo eventCreateInfo = {}; in initialize()
|
D | vk_wrapper.h | 527 VkResult init(VkDevice device, const VkEventCreateInfo &createInfo); 1374 ANGLE_INLINE VkResult Event::init(VkDevice device, const VkEventCreateInfo &createInfo)
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.inl | 11 …reateEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCreateInfo…
|
D | vkRefUtilImpl.inl | 256 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_metal_objects/ |
D | device_memory.adoc | 37 slink:VkSemaphoreCreateInfo, or slink:VkEventCreateInfo, in the 223 chain of the slink:VkEventCreateInfo structure in the 516 the slink:VkSemaphoreCreateInfo or slink:VkEventCreateInfo structure in a
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 59 const VkEventCreateInfo eventInfo = in hostResetSetEventCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 59 const VkEventCreateInfo eventInfo = in hostResetSetEventCase()
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 1569 typedef struct VkEventCreateInfo { struct 1573 } VkEventCreateInfo; argument 2271 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateIn… 2591 const VkEventCreateInfo* pCreateInfo,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 599 VkResult init(VkDevice device, const VkEventCreateInfo &createInfo); 1662 ANGLE_INLINE VkResult Event::init(VkDevice device, const VkEventCreateInfo &createInfo)
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2725 const VkEventCreateInfo *pCreateInfo, in dzn_event_create() 2750 const VkEventCreateInfo *pCreateInfo, in dzn_CreateEvent()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 1376 const VkEventCreateInfo *pCreateInfo, in panvk_CreateEvent()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 1250 const VkEventCreateInfo *pCreateInfo, in vn_CreateEvent()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2024 typedef struct VkEventCreateInfo { struct 2028 } VkEventCreateInfo; argument 2637 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateIn… 2923 const VkEventCreateInfo* pCreateInfo,
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2064 typedef struct VkEventCreateInfo { struct 2068 } VkEventCreateInfo; typedef 2776 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateIn… 3096 const VkEventCreateInfo* pCreateInfo,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 575 const VkEventCreateInfo eventCreateInfo = in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 575 const VkEventCreateInfo eventCreateInfo = in create()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 586 const VkEventCreateInfo eventCreateInfo = in create()
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2268 typedef struct VkEventCreateInfo { struct 2272 } VkEventCreateInfo; argument 2979 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateIn… 3299 const VkEventCreateInfo* pCreateInfo,
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 2084 const VkEventCreateInfo *pCreateInfo, in pvr_CreateEvent()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2081 const VkEventCreateInfo* pCreateInfo, in lvp_CreateEvent()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 2741 const VkEventCreateInfo *pCreateInfo, in v3dv_CreateEvent()
|