Home
last modified time | relevance | path

Searched refs:PostCallRecordCmdNextSubpass (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h700 void PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents);
1841 void PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents);
Dcore_validation.cpp11350 void ValidationStateTracker::PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassC… in PostCallRecordCmdNextSubpass() function in ValidationStateTracker
11354 void CoreChecks::PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents cont… in PostCallRecordCmdNextSubpass() function in CoreChecks
11355 StateTracker::PostCallRecordCmdNextSubpass(commandBuffer, contents); in PostCallRecordCmdNextSubpass()
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h1986 void PostCallRecordCmdNextSubpass(
Dthread_safety.cpp2478 void ThreadSafety::PostCallRecordCmdNextSubpass( in PostCallRecordCmdNextSubpass() function in ThreadSafety
Dchassis.h2928 …virtual void PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents content… in PostCallRecordCmdNextSubpass() function
Dchassis.cpp3815 intercept->PostCallRecordCmdNextSubpass(commandBuffer, contents); in CmdNextSubpass()