Home
last modified time | relevance | path

Searched refs:DispatchKey (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp76 typedef uintptr_t DispatchKey; typedef
79 inline DispatchKey GetDispatchKey(const T object) in GetDispatchKey()
81 return reinterpret_cast<DispatchKey>(*reinterpret_cast<LoaderVkLayerDispatchTable* const*>(object)); in GetDispatchKey()
122 std::unordered_map<DispatchKey, LayerData*> g_layerDataMap;
134 LayerData* GetLayerDataPtr(DispatchKey dataKey) in GetLayerDataPtr()
147 void FreeLayerDataPtr(DispatchKey dataKey) in FreeLayerDataPtr()
1479 DispatchKey key = GetDispatchKey(physicalDevice); in QueryPresentationProperties()
1592 DispatchKey instanceKey = GetDispatchKey(instance); in DestroyInstance()
1640 DispatchKey gpuKey = GetDispatchKey(gpu); in CreateDevice()
1702 DispatchKey deviceKe in DestroyDevice()
[all...]

Completed in 4 milliseconds