Searched refs:protectedSubmitInfo (Results 1 – 3 of 3) sorted by relevance
1045 VkProtectedSubmitInfo protectedSubmitInfo = {}; in submitFrame() local1048 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in submitFrame()1049 protectedSubmitInfo.pNext = nullptr; in submitFrame()1050 protectedSubmitInfo.protectedSubmit = true; in submitFrame()1051 submitInfo.pNext = &protectedSubmitInfo; in submitFrame()1203 VkProtectedSubmitInfo protectedSubmitInfo = {}; in queueSubmitOneOff() local1206 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in queueSubmitOneOff()1207 protectedSubmitInfo.pNext = nullptr; in queueSubmitOneOff()1208 protectedSubmitInfo.protectedSubmit = true; in queueSubmitOneOff()1209 submitInfo.pNext = &protectedSubmitInfo; in queueSubmitOneOff()
567 VkProtectedSubmitInfo protectedSubmitInfo; in submit_to_queue() local569 memset(&protectedSubmitInfo, 0, sizeof(VkProtectedSubmitInfo)); in submit_to_queue()570 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in submit_to_queue()571 protectedSubmitInfo.pNext = nullptr; in submit_to_queue()572 protectedSubmitInfo.protectedSubmit = VK_TRUE; in submit_to_queue()578 submitInfo.pNext = protectedContext == GrProtected::kYes ? &protectedSubmitInfo : nullptr; in submit_to_queue()
11845 …std::size_t operator()( VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo const & protectedSubmitInfo ) co… in operator ()()11848 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.sType ); in operator ()()11849 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.pNext ); in operator ()()11850 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()