Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp147 for (const CommandHeader *currentCommand = command; in executeCommands() local
148 currentCommand->id != CommandID::Invalid; currentCommand = NextCommand(currentCommand)) in executeCommands()
150 switch (currentCommand->id) in executeCommands()
155 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()
168 const BeginQueryParams *params = getParamPtr<BeginQueryParams>(currentCommand); in executeCommands()
175 getParamPtr<BeginTransformFeedbackParams>(currentCommand); in executeCommands()
189 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()
196 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()
210 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()
217 getParamPtr<BindIndexBufferParams>(currentCommand); in executeCommands()
[all …]