Searched refs:protectedSubmitInfo (Results 1 – 2 of 2) sorted by relevance
1011 VkProtectedSubmitInfo protectedSubmitInfo = {}; in submitFrame() local1014 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in submitFrame()1015 protectedSubmitInfo.pNext = nullptr; in submitFrame()1016 protectedSubmitInfo.protectedSubmit = true; in submitFrame()1017 submitInfo.pNext = &protectedSubmitInfo; in submitFrame()1168 VkProtectedSubmitInfo protectedSubmitInfo = {}; in queueSubmitOneOff() local1171 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in queueSubmitOneOff()1172 protectedSubmitInfo.pNext = nullptr; in queueSubmitOneOff()1173 protectedSubmitInfo.protectedSubmit = true; in queueSubmitOneOff()1174 submitInfo.pNext = &protectedSubmitInfo; in queueSubmitOneOff()
545 VkProtectedSubmitInfo protectedSubmitInfo; in submit_to_queue() local547 memset(&protectedSubmitInfo, 0, sizeof(VkProtectedSubmitInfo)); in submit_to_queue()548 protectedSubmitInfo.sType = VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO; in submit_to_queue()549 protectedSubmitInfo.pNext = nullptr; in submit_to_queue()550 protectedSubmitInfo.protectedSubmit = VK_TRUE; in submit_to_queue()556 submitInfo.pNext = protectedContext == GrProtected::kYes ? &protectedSubmitInfo : nullptr; in submit_to_queue()