Searched refs:processPrimitives (Results 1 – 2 of 2) sorted by relevance
139 static void processPrimitives(vk::Device *device, DrawCall *draw, BatchData *batch);
581 processPrimitives(device, draw.get(), batch.get()); in run()628 void DrawCall::processPrimitives(vk::Device *device, DrawCall *draw, BatchData *batch) in processPrimitives() function in sw::DrawCall