Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1072 for (CommandsState &state : protectionMap) in destroy()
1306 CommandsState &state = mCommandsStateMap[priority][protectionType]; in flushWaitSemaphores()
1326 CommandsState &state = mCommandsStateMap[priority][protectionType]; in flushOutsideRPCommands()
1339 CommandsState &state = mCommandsStateMap[priority][protectionType]; in flushRenderPassCommands()
1364 CommandsState &state = mCommandsStateMap[priority][protectionType]; in submitCommands()
1691 CommandsState &state = mCommandsStateMap[priority][protectionType]; in ensurePrimaryCommandBufferValid()
DCommandProcessor.h501 angle::PackedEnumMap<ProtectionType, CommandsState>>;
Dvk_helpers.h1086 struct CommandsState struct
1149 void executeBarriers(const angle::FeaturesVk &features, CommandsState *commandsState);
1330 angle::Result flushToPrimary(Context *context, CommandsState *commandsState);
1479 CommandsState *commandsState,
Dvk_helpers.cpp1564 CommandsState *commandsState) in executeBarriers()
1762 CommandsState *commandsState) in flushToPrimary()
2607 CommandsState *commandsState, in flushToPrimary()