Searched defs:protectionType (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 253 ProtectionType protectionType, in initFlushWaitSemaphores() 266 ProtectionType protectionType, in initOutsideRenderPassProcessCommands() 277 ProtectionType protectionType, in initRenderPassProcessCommands() 398 ProtectionType protectionType, in initFlushAndQueueSubmit() 411 ProtectionType protectionType, in initOneOffQueueSubmit() 517 void CommandBatch::setProtectionType(ProtectionType protectionType) in setProtectionType() 964 ProtectionType protectionType, in enqueueSubmitCommands() 985 ProtectionType protectionType, in enqueueSubmitOneOffCommands() 1029 ProtectionType protectionType, in enqueueFlushWaitSemaphores() 1044 ProtectionType protectionType, in enqueueFlushOutsideRPCommands() [all …]
|
H A D | CommandProcessor.h | 423 const ProtectionType &protectionType, in ensurePrimaryCommandBufferValidLocked() 564 ProtectionType protectionType, in flushWaitSemaphores() 575 ProtectionType protectionType, in flushOutsideRPCommands() 584 ProtectionType protectionType, in flushRenderPassCommands()
|
H A D | vk_renderer.cpp | 1650 void OneOffCommandPool::init(vk::ProtectionType protectionType) in init() 6142 vk::ProtectionType protectionType, in queueSubmitOneOff() 6421 vk::ProtectionType protectionType, in submitCommands() 6471 vk::ProtectionType protectionType = protectionTypes.first(); in submitPriorityDependency() local 6541 vk::ProtectionType protectionType, in flushWaitSemaphores() 6564 vk::ProtectionType protectionType, in flushRenderPassCommands() 6589 vk::ProtectionType protectionType, in flushOutsideRPCommands()
|
H A D | PersistentCommandPool.cpp | 26 ProtectionType protectionType, in init()
|
H A D | SecondaryCommandPool.cpp | 31 ProtectionType protectionType) in init()
|
H A D | VulkanSecondaryCommandBuffer.cpp | 23 ProtectionType protectionType) in InitializeCommandPool()
|
H A D | vk_renderer.h | 301 vk::ProtectionType protectionType, in getCommandBufferOneOff()
|
H A D | SurfaceVk.cpp | 2814 auto protectionType = vk::ConvertProtectionBoolToType(mState.hasProtectedContent()); in postProcessUnlockedAcquire() local
|
H A D | SecondaryCommandBuffer.h | 837 ProtectionType protectionType) in InitializeCommandPool()
|
H A D | vk_helpers.cpp | 6618 auto protectionType = ConvertProtectionBoolToType(hasProtectedContent); in initializeNonZeroMemory() local
|