Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h162 void* GetDataInternal(DispatchableType dispatchable) { in GetDataInternal() function
201 return *reinterpret_cast<InstanceData*>(GetDataInternal(instance)); in GetData()
205 return *reinterpret_cast<InstanceData*>(GetDataInternal(physical_dev)); in GetData()
209 return *reinterpret_cast<InstanceData*>(GetDataInternal(dispatchable)); in GetData()
213 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev)); in GetData()
217 return *reinterpret_cast<DeviceData*>(GetDataInternal(queue)); in GetData()
221 return *reinterpret_cast<DeviceData*>(GetDataInternal(cmd)); in GetData()
225 return *reinterpret_cast<DeviceData*>(GetDataInternal(dispatchable)); in GetData()