Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h340 void waitForGraphicsPostLinkTasks(ContextVk *contextVk,
H A DProgramExecutableVk.cpp1126 void ProgramExecutableVk::waitForGraphicsPostLinkTasks( in waitForGraphicsPostLinkTasks() function in rx::ProgramExecutableVk
H A DContextVk.cpp2159 executableVk->waitForGraphicsPostLinkTasks(this, *mGraphicsPipelineDesc); in createGraphicsPipeline()