Searched defs:DrawCall (Results 1 – 4 of 4) sorted by relevance
115 struct DrawCall struct117 struct BatchData131 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>;132 …::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int count);144 int id;146 BatchData::Pool *batchDataPool;147 unsigned int numPrimitives;148 unsigned int numPrimitivesPerBatch;149 unsigned int numBatches;151 VkPrimitiveTopology topology;[all …]
147 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
155 struct DrawCall struct157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() argument163 DrawCall (void) in DrawCall() function169 int numElements;170 bool transformFeedbackEnabled;
3893 enum DrawCall enum