Home
last modified time | relevance | path

Searched refs:PreCallRecordCreateQueryPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dthread_safety.h873 void PreCallRecordCreateQueryPool(
H A Dthread_safety.cpp777 void ThreadSafety::PreCallRecordCreateQueryPool( in PreCallRecordCreateQueryPool() function in ThreadSafety
H A Dchassis.h2666 …virtual void PreCallRecordCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInf… in PreCallRecordCreateQueryPool() function
H A Dchassis.cpp1888 intercept->PreCallRecordCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()