/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.h | 36 const VkDeviceEventInfoEXT *device_event_info,
|
H A D | wsi_common_display.c | 2775 const VkDeviceEventInfoEXT *device_event_info, in wsi_register_device_event() 2825 wsi_RegisterDeviceEventEXT(VkDevice _device, const VkDeviceEventInfoEXT *device_event_info, in wsi_RegisterDeviceEventEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 1090 vk::VkDeviceEventInfoEXT deviceEventInfo = in testDeviceEvent()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 1090 vk::VkDeviceEventInfoEXT deviceEventInfo = in testDeviceEvent()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6576 typedef struct VkDeviceEventInfoEXT { struct 6580 } VkDeviceEventInfoEXT; typedef 6595 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 6607 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 8986 typedef struct VkDeviceEventInfoEXT { struct 8990 } VkDeviceEventInfoEXT; typedef 9005 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 9017 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10507 typedef struct VkDeviceEventInfoEXT { struct 10511 } VkDeviceEventInfoEXT; typedef 10526 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 10538 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 9372 typedef struct VkDeviceEventInfoEXT { struct 9376 } VkDeviceEventInfoEXT; typedef 9391 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 9403 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
H A D | vulkan_structs.hpp | 19690 using NativeType = VkDeviceEventInfoEXT; 19704 DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT 19711 DeviceEventInfoEXT & operator=( VkDeviceEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT 19731 operator VkDeviceEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT 19733 return *reinterpret_cast<const VkDeviceEventInfoEXT *>( this ); 19736 operator VkDeviceEventInfoEXT &() VULKAN_HPP_NOEXCEPT 19738 return *reinterpret_cast<VkDeviceEventInfoEXT *>( this ); 19760 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), [all...] |
H A D | vulkan.hpp | 3782 const VkDeviceEventInfoEXT * pDeviceEventInfo,
|
H A D | vulkan_funcs.hpp | 11530 reinterpret_cast<const VkDeviceEventInfoEXT *>( pDeviceEventInfo ), 11546 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), in registerEventEXT() 11564 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), in registerEventEXTUnique() [all...] |
H A D | vulkan_raii.hpp | 6223 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), in Fence()
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9532 typedef struct VkDeviceEventInfoEXT { struct 9536 } VkDeviceEventInfoEXT; typedef 9551 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 9563 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12335 typedef struct VkDeviceEventInfoEXT { struct 12339 } VkDeviceEventInfoEXT; typedef 12354 typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 12366 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
H A D | vulkan_static_assertions.hpp | 2835 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct and wrapper have different size!" );
|
H A D | vulkan_funcs.hpp | 11980 reinterpret_cast<const VkDeviceEventInfoEXT *>( pDeviceEventInfo ), 11997 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), in registerEventEXT() 12017 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), in registerEventEXTUnique() [all...] |
H A D | vulkan.hpp | 3332 const VkDeviceEventInfoEXT * pDeviceEventInfo,
|
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_raii.hpp | 16743 reinterpret_cast<const VkDeviceEventInfoEXT *>( &deviceEventInfo ), [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 777 static void parse_VkDeviceEventInfoEXT(const char* s, Json::Value& obj, VkDeviceEventInfoEXT& o); 11880 static void parse_VkDeviceEventInfoEXT(const char* s, Json::Value& obj, VkDeviceEventInfoEXT& o) { in parse_VkDeviceEventInfoEXT() 11884 o.pNext = (VkDeviceEventInfoEXT*)parsePNextChain(obj); in parse_VkDeviceEventInfoEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 5548 const VkDeviceEventInfoEXT* pDeviceEventInfo, in RegisterDeviceEventEXT()
|