Searched refs:deviceFunctionPointers (Results 1 – 1 of 1) sorted by relevance
79 static const std::unordered_map<std::string, PFN_vkVoidFunction> deviceFunctionPointers = variable260 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr()261 if(deviceFunction != deviceFunctionPointers.end()) in GetInstanceProcAddr()272 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetDeviceProcAddr()273 if(deviceFunction != deviceFunctionPointers.end()) in GetDeviceProcAddr()