Searched defs:DrawArraysCommand (Results 1 – 5 of 5) sorted by relevance
73 struct DrawArraysCommand struct75 uint32_t count;76 uint32_t primCount;77 uint32_t first;78 uint32_t reservedMustBeZero;
109 DrawArraysCommand::DrawArraysCommand(Pipeline* pipeline, PipelineData data) in DrawArraysCommand() function in amber::DrawArraysCommand
123 Result DoDrawArrays(const DrawArraysCommand*) override { in DoDrawArrays()607 TEST_F(VkScriptExecutorTest, DrawArraysCommand) { in TEST_F() argument
43 class DrawArraysCommand; variable
97 struct DrawArraysCommand struct99 uint32_t count;100 uint32_t primCount;101 uint32_t first;102 uint32_t reservedMustBeZero;