Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DContext.cpp382 frame->arguments = createScope(file); in createFrame()
383 frame->locals = createScope(file); in createFrame()
384 frame->registers = createScope(file); in createFrame()
385 frame->hovers = createScope(file); in createFrame()
395 std::shared_ptr<Scope> Context::Lock::createScope( in createScope() function in vk::dbg::Context::Lock
DContext.hpp108 std::shared_ptr<Scope> createScope(