Home
last modified time | relevance | path

Searched refs:VkDeviceEventInfoEXT (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl1014 template<> VkStructureType getStructureType<VkDeviceEventInfoEXT> (void)
DvkConcreteDeviceInterface.inl191 virtual VkResult registerDeviceEventEXT (VkDevice device, const VkDeviceEventInfoEXT* pDevic…
DvkVirtualDeviceInterface.inl191 virtual VkResult registerDeviceEventEXT (VkDevice device, const VkDeviceEventInfoEXT* pDevic…
DvkDeviceDriverImpl.inl940 VkResult DeviceDriver::registerDeviceEventEXT (VkDevice device, const VkDeviceEventInfoEXT* pDevice…
DvkFunctionPointerTypes.inl285 …I_CALL* RegisterDeviceEventEXTFunc) (VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
DvkVulkan_c.inl7258 typedef struct VkDeviceEventInfoEXT { struct
7262 } VkDeviceEventInfoEXT; argument
7278 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
7290 const VkDeviceEventInfoEXT* pDeviceEventInfo,
DvkStructTypes.inl2736 struct VkDeviceEventInfoEXT struct
DvkStrUtil.inl568 std::ostream& operator<< (std::ostream& s, const VkDeviceEventInfoEXT& value);
DvkNullDriverImpl.inl1767 VKAPI_ATTR VkResult VKAPI_CALL registerDeviceEventEXT (VkDevice device, const VkDeviceEventInfoEXT*…
DvkStrUtilImpl.inl5957 std::ostream& operator<< (std::ostream& s, const VkDeviceEventInfoEXT& value)
5959 s << "VkDeviceEventInfoEXT = {\n";
/external/mesa3d/include/vulkan/
Dvulkan.h6332 typedef struct VkDeviceEventInfoEXT { struct
6336 } VkDeviceEventInfoEXT; argument
6352 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
6364 const VkDeviceEventInfoEXT* pDeviceEventInfo,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6628 typedef struct VkDeviceEventInfoEXT { struct
6632 } VkDeviceEventInfoEXT; argument
6648 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
6660 const VkDeviceEventInfoEXT* pDeviceEventInfo,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h6628 typedef struct VkDeviceEventInfoEXT { struct
6632 } VkDeviceEventInfoEXT; argument
6648 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
6660 const VkDeviceEventInfoEXT* pDeviceEventInfo,
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h7250 typedef struct VkDeviceEventInfoEXT { struct
7254 } VkDeviceEventInfoEXT; typedef
7270 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
7282 const VkDeviceEventInfoEXT* pDeviceEventInfo,
Dvulkan.hpp1793 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, … in vkRegisterDeviceEventEXT()
25029 DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) in DeviceEventInfoEXT()
25034 DeviceEventInfoEXT& operator=( VkDeviceEventInfoEXT const & rhs ) in operator =()
25052 operator VkDeviceEventInfoEXT const&() const in operator VkDeviceEventInfoEXT const&()
25054 return *reinterpret_cast<const VkDeviceEventInfoEXT*>( this ); in operator VkDeviceEventInfoEXT const&()
25057 operator VkDeviceEventInfoEXT &() in operator VkDeviceEventInfoEXT&()
25059 return *reinterpret_cast<VkDeviceEventInfoEXT*>( this ); in operator VkDeviceEventInfoEXT&()
25081 …static_assert( sizeof( DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct and wrapper…
51614 …lt>( d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT*>( pDeviceE… in registerEventEXT()
51621 …lt>( d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT*>( &deviceE… in registerEventEXT()
/external/swiftshader/include/vulkan/
Dvulkan_core.h7100 typedef struct VkDeviceEventInfoEXT { struct
7104 } VkDeviceEventInfoEXT; argument
7120 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
7132 const VkDeviceEventInfoEXT* pDeviceEventInfo,
Dvulkan.hpp2421 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, … in vkRegisterDeviceEventEXT()
33804 DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) in DeviceEventInfoEXT()
33809 DeviceEventInfoEXT& operator=( VkDeviceEventInfoEXT const & rhs ) in operator =()
33826 operator VkDeviceEventInfoEXT const&() const in operator VkDeviceEventInfoEXT const&()
33828 return *reinterpret_cast<const VkDeviceEventInfoEXT*>(this); in operator VkDeviceEventInfoEXT const&()
33831 operator VkDeviceEventInfoEXT &() in operator VkDeviceEventInfoEXT&()
33833 return *reinterpret_cast<VkDeviceEventInfoEXT*>(this); in operator VkDeviceEventInfoEXT&()
33855 …static_assert( sizeof( DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct and wrapper…
43880 …lt>( d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT*>( pDeviceE… in registerEventEXT()
43887 …lt>( d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT*>( &deviceE… in registerEventEXT()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in7255 typedef struct VkDeviceEventInfoEXT { struct
7259 } VkDeviceEventInfoEXT; argument
7275 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve…
7287 const VkDeviceEventInfoEXT* pDeviceEventInfo,