Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h164 void* GetDataInternal(DispatchableType dispatchable) { in GetDataInternal() function
203 return *reinterpret_cast<InstanceData*>(GetDataInternal(instance)); in GetData()
207 return *reinterpret_cast<InstanceData*>(GetDataInternal(physical_dev)); in GetData()
211 return *reinterpret_cast<InstanceData*>(GetDataInternal(dispatchable)); in GetData()
215 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev)); in GetData()
219 return *reinterpret_cast<DeviceData*>(GetDataInternal(queue)); in GetData()
223 return *reinterpret_cast<DeviceData*>(GetDataInternal(cmd)); in GetData()
227 return *reinterpret_cast<DeviceData*>(GetDataInternal(dispatchable)); in GetData()