Searched defs:protectionType (Results  1 – 10 of 10) sorted by relevance
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | CommandProcessor.cpp | 232     ProtectionType protectionType,  in initFlushWaitSemaphores() 245     ProtectionType protectionType,  in initOutsideRenderPassProcessCommands() 256     ProtectionType protectionType,  in initRenderPassProcessCommands() 374                                                    ProtectionType protectionType,  in initFlushAndQueueSubmit() 387                                                  ProtectionType protectionType,  in initOneOffQueueSubmit() 865                                                       ProtectionType protectionType,  in enqueueSubmitCommands() 886     ProtectionType protectionType,  in enqueueSubmitOneOffCommands() 930     ProtectionType protectionType,  in enqueueFlushWaitSemaphores() 945     ProtectionType protectionType,  in enqueueFlushOutsideRPCommands() 971     ProtectionType protectionType,  in enqueueFlushRenderPassCommands() [all …] 
 | 
| D | PersistentCommandPool.cpp | 26                                           ProtectionType protectionType,  in init()
  | 
| D | SecondaryCommandPool.cpp | 31                                          ProtectionType protectionType)  in init()
  | 
| D | VulkanSecondaryCommandBuffer.cpp | 23                                                                   ProtectionType protectionType)  in InitializeCommandPool()
  | 
| D | RendererVk.cpp | 1316 void OneOffCommandPool::init(vk::ProtectionType protectionType)  in init() 5099                                             vk::ProtectionType protectionType,  in queueSubmitOneOff() 5461                                          vk::ProtectionType protectionType,  in submitCommands() 5511         vk::ProtectionType protectionType = protectionTypes.first();  in submitPriorityDependency()  local 5581     vk::ProtectionType protectionType,  in flushWaitSemaphores() 5604     vk::ProtectionType protectionType,  in flushRenderPassCommands() 5626     vk::ProtectionType protectionType,  in flushOutsideRPCommands()
  | 
| D | CommandProcessor.h | 277     ProtectionType protectionType;  member 504     angle::Result initCommandPool(Context *context, ProtectionType protectionType)  in initCommandPool()
  | 
| D | RendererVk.h | 291                                          vk::ProtectionType protectionType,  in getCommandBufferOneOff()
  | 
| D | SurfaceVk.cpp | 2650         auto protectionType = vk::ConvertProtectionBoolToType(mState.hasProtectedContent());  in postProcessUnlockedTryAcquire()  local
  | 
| D | SecondaryCommandBuffer.h | 640                                                ProtectionType protectionType)  in InitializeCommandPool()
  | 
| D | vk_helpers.cpp | 5854     auto protectionType = ConvertProtectionBoolToType(hasProtectedContent);  in initializeNonZeroMemory()  local
  |