Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h385 bool allInFlightCommandsAreAfterSerial(Serial serial);
DCommandProcessor.cpp940 bool CommandQueue::allInFlightCommandsAreAfterSerial(Serial serial) in allInFlightCommandsAreAfterSerial() function in rx::vk::CommandQueue
979 ASSERT(allInFlightCommandsAreAfterSerial(finishSerial)); in finishToSerial()