Searched refs:VkProtectedSubmitInfo (Results 1 – 14 of 14) sorted by relevance
444 template<> VkStructureType getStructureType<VkProtectedSubmitInfo> (void)
1530 struct VkProtectedSubmitInfo struct
432 std::ostream& operator<< (std::ostream& s, const VkProtectedSubmitInfo& value);
4036 typedef struct VkProtectedSubmitInfo { struct4040 } VkProtectedSubmitInfo; argument
4343 std::ostream& operator<< (std::ostream& s, const VkProtectedSubmitInfo& value)4345 s << "VkProtectedSubmitInfo = {\n";
475 const vk::VkProtectedSubmitInfo protectedInfo = in queueSubmit()
1230 const vk::VkProtectedSubmitInfo protectedInfo = in basicRenderTest()
4180 typedef struct VkProtectedSubmitInfo { struct4184 } VkProtectedSubmitInfo; argument
4347 typedef struct VkProtectedSubmitInfo { struct4351 } VkProtectedSubmitInfo; argument
42043 ProtectedSubmitInfo( VkProtectedSubmitInfo const & rhs ) in ProtectedSubmitInfo()42048 ProtectedSubmitInfo& operator=( VkProtectedSubmitInfo const & rhs ) in operator =()42066 operator VkProtectedSubmitInfo const&() const in operator VkProtectedSubmitInfo const&()42068 return *reinterpret_cast<const VkProtectedSubmitInfo*>( this ); in operator VkProtectedSubmitInfo const&()42071 operator VkProtectedSubmitInfo &() in operator VkProtectedSubmitInfo&()42073 return *reinterpret_cast<VkProtectedSubmitInfo*>( this ); in operator VkProtectedSubmitInfo&()42095 …static_assert( sizeof( ProtectedSubmitInfo ) == sizeof( VkProtectedSubmitInfo ), "struct and wrapp…
4300 typedef struct VkProtectedSubmitInfo { struct4304 } VkProtectedSubmitInfo; argument
16414 ProtectedSubmitInfo( VkProtectedSubmitInfo const & rhs ) in ProtectedSubmitInfo()16419 ProtectedSubmitInfo& operator=( VkProtectedSubmitInfo const & rhs ) in operator =()16436 operator VkProtectedSubmitInfo const&() const in operator VkProtectedSubmitInfo const&()16438 return *reinterpret_cast<const VkProtectedSubmitInfo*>(this); in operator VkProtectedSubmitInfo const&()16441 operator VkProtectedSubmitInfo &() in operator VkProtectedSubmitInfo&()16443 return *reinterpret_cast<VkProtectedSubmitInfo*>(this); in operator VkProtectedSubmitInfo&()16465 …static_assert( sizeof( ProtectedSubmitInfo ) == sizeof( VkProtectedSubmitInfo ), "struct and wrapp…
4033 typedef struct VkProtectedSubmitInfo { struct4037 } VkProtectedSubmitInfo; typedef