Home
last modified time | relevance | path

Searched refs:VkProtectedSubmitInfo (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl444 template<> VkStructureType getStructureType<VkProtectedSubmitInfo> (void)
DvkStructTypes.inl1530 struct VkProtectedSubmitInfo struct
DvkStrUtil.inl432 std::ostream& operator<< (std::ostream& s, const VkProtectedSubmitInfo& value);
DvkVulkan_c.inl4036 typedef struct VkProtectedSubmitInfo { struct
4040 } VkProtectedSubmitInfo; argument
DvkStrUtilImpl.inl4343 std::ostream& operator<< (std::ostream& s, const VkProtectedSubmitInfo& value)
4345 s << "VkProtectedSubmitInfo = {\n";
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp475 const vk::VkProtectedSubmitInfo protectedInfo = in queueSubmit()
DvktProtectedMemWsiSwapchainTests.cpp1230 const vk::VkProtectedSubmitInfo protectedInfo = in basicRenderTest()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4180 typedef struct VkProtectedSubmitInfo { struct
4184 } VkProtectedSubmitInfo; argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4180 typedef struct VkProtectedSubmitInfo { struct
4184 } VkProtectedSubmitInfo; argument
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4347 typedef struct VkProtectedSubmitInfo { struct
4351 } VkProtectedSubmitInfo; argument
Dvulkan.hpp42043 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…
/external/swiftshader/include/vulkan/
Dvulkan_core.h4300 typedef struct VkProtectedSubmitInfo { struct
4304 } VkProtectedSubmitInfo; argument
Dvulkan.hpp16414 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…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4033 typedef struct VkProtectedSubmitInfo { struct
4037 } VkProtectedSubmitInfo; typedef