Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp355 void ObjectLifetimes::PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint… in PostCallRecordGetDeviceQueue() function in ObjectLifetimes
Dcore_validation.h406 …void PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,…
Dcore_validation.cpp4102 void ValidationStateTracker::PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyInde… in PostCallRecordGetDeviceQueue() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h114 void PostCallRecordGetDeviceQueue(
Dthread_safety.h558 void PostCallRecordGetDeviceQueue(
Dthread_safety.cpp214 void ThreadSafety::PostCallRecordGetDeviceQueue( in PostCallRecordGetDeviceQueue() function in ThreadSafety
Dchassis.h2577 …virtual void PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t que… in PostCallRecordGetDeviceQueue() function
Dchassis.cpp1203 intercept->PostCallRecordGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()