Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp158 static const std::unordered_map<std::string, PFN_vkVoidFunction> deviceFunctionPointers = { variable
520 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr()
521 if(deviceFunction != deviceFunctionPointers.end()) in GetInstanceProcAddr()
541 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetDeviceProcAddr()
542 if(deviceFunction != deviceFunctionPointers.end()) in GetDeviceProcAddr()