Home
last modified time | relevance | path

Searched refs:PostCallRecordCreatePipelineLayout (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h546 …void PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreate…
1582 …void PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreate…
Dcore_validation.cpp6094 void CoreChecks::PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateIn… in PostCallRecordCreatePipelineLayout() function in CoreChecks
6097 …StateTracker::PostCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout,… in PostCallRecordCreatePipelineLayout()
6105 void ValidationStateTracker::PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLa… in PostCallRecordCreatePipelineLayout() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h485 void PostCallRecordCreatePipelineLayout(
Dthread_safety.h1143 void PostCallRecordCreatePipelineLayout(
Dthread_safety.cpp1189 void ThreadSafety::PostCallRecordCreatePipelineLayout( in PostCallRecordCreatePipelineLayout() function in ThreadSafety
Dobject_tracker.cpp1187 void ObjectLifetimes::PostCallRecordCreatePipelineLayout( in PostCallRecordCreatePipelineLayout() function in ObjectLifetimes
Dchassis.h2730 …virtual void PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo*… in PostCallRecordCreatePipelineLayout() function
Dchassis.cpp889 …intercept->PostCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, re… in CreatePipelineLayout()