Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h227 void* GetDataInternal(DispatchableType dispatchable) { in GetDataInternal() function
266 return *reinterpret_cast<InstanceData*>(GetDataInternal(instance)); in GetData()
270 return *reinterpret_cast<InstanceData*>(GetDataInternal(physical_dev)); in GetData()
274 return *reinterpret_cast<InstanceData*>(GetDataInternal(dispatchable)); in GetData()
278 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev)); in GetData()
282 return *reinterpret_cast<DeviceData*>(GetDataInternal(queue)); in GetData()
286 return *reinterpret_cast<DeviceData*>(GetDataInternal(cmd)); in GetData()
290 return *reinterpret_cast<DeviceData*>(GetDataInternal(dispatchable)); in GetData()