Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dthread_safety.h1160 void PreCallRecordCreateSampler(
H A Dthread_safety.cpp1216 void ThreadSafety::PreCallRecordCreateSampler( in PreCallRecordCreateSampler() function in ThreadSafety
H A Dchassis.h2735 …virtual void PreCallRecordCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, c… in PreCallRecordCreateSampler() function
H A Dchassis.cpp2329 intercept->PreCallRecordCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()