Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h996 …void PostCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationC…
Dparameter_validation_utils.cpp3254 void StatelessValidation::PostCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, in PostCallRecordDestroyRenderPass() function in StatelessValidation
/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h1319 void PostCallRecordDestroyRenderPass(
Dthread_safety.cpp1478 void ThreadSafety::PostCallRecordDestroyRenderPass( in PostCallRecordDestroyRenderPass() function in ThreadSafety
Dchassis.h2775 …virtual void PostCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAll… in PostCallRecordDestroyRenderPass() function
Dchassis.cpp2612 intercept->PostCallRecordDestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()