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;
97 struct DrawArraysCommand struct99 uint32_t count;100 uint32_t primCount;101 uint32_t first;102 uint32_t reservedMustBeZero;
104 DrawArraysCommand::DrawArraysCommand(Pipeline* pipeline, PipelineData data) in DrawArraysCommand() function in amber::DrawArraysCommand
121 Result DoDrawArrays(const DrawArraysCommand*) override { in DoDrawArrays()594 TEST_F(VkScriptExecutorTest, DrawArraysCommand) { in TEST_F() argument
41 class DrawArraysCommand; variable