Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDevice.hpp106 std::shared_ptr<rr::Routine> getOrCreate(const Key &key, Function &&createRoutine) in getOrCreate() argument
117 std::shared_ptr<rr::Routine> newRoutine = createRoutine(key); in getOrCreate()