Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.h506 …void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
1562 …void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
H A Dcore_validation.cpp5213 void ValidationStateTracker::PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache … in PostCallRecordCreateComputePipelines() function in ValidationStateTracker
5229 void CoreChecks::PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCach… in PostCallRecordCreateComputePipelines() function in CoreChecks
5233 …StateTracker::PostCallRecordCreateComputePipelines(device, pipelineCache, count, pCreateInfos, pAl… in PostCallRecordCreateComputePipelines()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dobject_tracker.h464 void PostCallRecordCreateComputePipelines(
H A Dchassis.h2724 …virtual void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, … in PostCallRecordCreateComputePipelines() function
3694 …virtual void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, … in PostCallRecordCreateComputePipelines() function
3695PostCallRecordCreateComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAlloca… in PostCallRecordCreateComputePipelines()
H A Dthread_safety.h1118 void PostCallRecordCreateComputePipelines(
H A Dthread_safety.cpp1151 void ThreadSafety::PostCallRecordCreateComputePipelines( in PostCallRecordCreateComputePipelines() function in ThreadSafety
H A Dobject_tracker.cpp1131 void ObjectLifetimes::PostCallRecordCreateComputePipelines( in PostCallRecordCreateComputePipelines() function in ObjectLifetimes
H A Dchassis.cpp816 …intercept->PostCallRecordCreateComputePipelines(device, pipelineCache, createInfoCount, pCreateInf… in CreateComputePipelines()